|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instruction.h 396 void setFastMathFlags(FastMathFlags FMF);
References
include/llvm/IR/IRBuilder.h 1089 I->setFastMathFlags(FMF);
lib/AsmParser/LLParser.cpp 5721 Inst->setFastMathFlags(FMF);
5749 Inst->setFastMathFlags(FMF);
5777 Inst->setFastMathFlags(FMF);
5805 Inst->setFastMathFlags(FMF);
5822 Inst->setFastMathFlags(FMF);
6857 CI->setFastMathFlags(FMF);
lib/Bitcode/Reader/BitcodeReader.cpp 3881 I->setFastMathFlags(FMF);
3917 I->setFastMathFlags(FMF);
4121 I->setFastMathFlags(FMF);
4206 I->setFastMathFlags(FMF);
4671 I->setFastMathFlags(FMF);
5082 I->setFastMathFlags(FMF);
lib/IR/IRBuilder.cpp 384 Rdx->setFastMathFlags(FMF);
395 Rdx->setFastMathFlags(FMF);
lib/Transforms/InstCombine/InstCombineAddSub.cpp 695 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
lib/Transforms/InstCombine/InstCombineSelect.cpp 1707 NegInst->setFastMathFlags(Flags);
1726 RI->setFastMathFlags(Flags);
lib/Transforms/InstCombine/InstructionCombining.cpp 248 I.setFastMathFlags(FMF);
449 NewBO->setFastMathFlags(Flags);
lib/Transforms/Scalar/LICM.cpp 872 ReciprocalDivisor->setFastMathFlags(I.getFastMathFlags());
878 Product->setFastMathFlags(I.getFastMathFlags());
lib/Transforms/Scalar/Reassociate.cpp 239 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
251 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
262 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
763 NewOp->setFastMathFlags(I->getFastMathFlags());
787 ExpressionChanged->setFastMathFlags(Flags);
lib/Transforms/Vectorize/LoopVectorize.cpp 342 cast<Instruction>(V)->setFastMathFlags(FastMathFlags::getFast());
348 cast<Instruction>(V)->setFastMathFlags(FMF);
1939 cast<Instruction>(MulOp)->setFastMathFlags(Flags);
1943 cast<Instruction>(BOp)->setFastMathFlags(Flags);
2868 cast<Instruction>(MulExp)->setFastMathFlags(Flags);
2873 cast<Instruction>(BOp)->setFastMathFlags(Flags);
tools/clang/lib/CodeGen/CGExprScalar.cpp 224 I->setFastMathFlags(FMF);