/external/llvm/lib/IR/ |
D | Instruction.cpp | 141 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 146 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 144 FastMathFlags FMF; in TEST_F() local 306 FastMathFlags FMF; in TEST_F() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 788 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 830 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 867 FastMathFlags FMF, in SimplifyFMulInst() 957 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 966 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 975 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 1114 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst() 1148 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst() 1254 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFRemInst() 1273 Value *llvm::SimplifyFRemInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFRemInst() [all …]
|
D | ValueTracking.cpp | 3842 static bool isKnownNonNaN(Value *V, FastMathFlags FMF) { in isKnownNonNaN() 3858 FastMathFlags FMF, in matchSelectPattern() 4058 FastMathFlags FMF; in matchSelectPattern() local
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 256 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
D | IRBuilder.h | 62 FastMathFlags FMF; variable 212 FastMathFlags FMF; variable 753 FastMathFlags FMF) const { in AddFPMathAttributes()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 600 FastMathFlags FMF; in createMinMaxOp() local
|
D | SimplifyLibCalls.cpp | 1132 FastMathFlags FMF; in optimizePow() local 1309 FastMathFlags FMF; in optimizeFMinFMax() local 1365 FastMathFlags FMF; in optimizeLog() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 185 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
|
D | LLParser.cpp | 4753 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 4780 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 5638 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseCall() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1084 auto FMF = cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 164 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 830 FastMathFlags FMF; in getDecodedFastMathFlags() local 4108 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local 4373 FastMathFlags FMF; in parseFunctionBody() local 5034 FastMathFlags FMF; in parseFunctionBody() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 66 llvm::FastMathFlags FMF; in CodeGenFunction() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2308 FastMathFlags FMF; in visitBinary() local
|