Home
last modified time | relevance | path

Searched defs:FMF (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp141 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
146 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp144 FastMathFlags FMF; in TEST_F() local
306 FastMathFlags FMF; in TEST_F() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp788 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 …]
DValueTracking.cpp3842 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/
DOperator.h256 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
DIRBuilder.h62 FastMathFlags FMF; variable
212 FastMathFlags FMF; variable
753 FastMathFlags FMF) const { in AddFPMathAttributes()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp600 FastMathFlags FMF; in createMinMaxOp() local
DSimplifyLibCalls.cpp1132 FastMathFlags FMF; in optimizePow() local
1309 FastMathFlags FMF; in optimizeFMinFMax() local
1365 FastMathFlags FMF; in optimizeLog() local
/external/llvm/lib/AsmParser/
DLLParser.h185 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
DLLParser.cpp4753 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/
DInstCombineSelect.cpp1084 auto FMF = cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst() local
DInstructionCombining.cpp164 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp830 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/
DCodeGenFunction.cpp66 llvm::FastMathFlags FMF; in CodeGenFunction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2308 FastMathFlags FMF; in visitBinary() local