Searched defs:FMF (Results 1 – 10 of 10) sorted by relevance
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 143 FastMathFlags FMF; in TEST_F() local 263 FastMathFlags FMF; in TEST_F() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 58 FastMathFlags FMF; variable 221 FastMathFlags FMF; variable 623 FastMathFlags FMF) const { in AddFPMathAttributes()
|
D | Operator.h | 261 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 141 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 779 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 821 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 858 FastMathFlags FMF, in SimplifyFMulInst() 948 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 954 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 961 FastMathFlags FMF, in SimplifyFMulInst()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 174 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
|
D | LLParser.cpp | 3459 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 57 llvm::FastMathFlags FMF; in CodeGenFunction() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 177 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2391 FastMathFlags FMF; in ParseFunctionBody() local
|