Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp144 FastMathFlags FMF; in TEST_F() local
316 FastMathFlags FMF; in TEST_F() local
/external/llvm/include/llvm/IR/
DOperator.h256 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
DIRBuilder.h80 FastMathFlags FMF; variable
234 FastMathFlags FMF; variable
768 FastMathFlags FMF) const { in AddFPMathAttributes()
/external/llvm/lib/IR/
DInstruction.cpp164 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
169 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp787 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
826 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst()
861 FastMathFlags FMF, in SimplifyFMulInst()
945 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
954 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst()
963 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst()
1099 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst()
1133 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst()
1236 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFRemInst()
1255 Value *llvm::SimplifyFRemInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFRemInst()
[all …]
DCostModel.cpp507 FastMathFlags FMF; in getInstructionCost() local
DValueTracking.cpp3691 static bool isKnownNonNaN(Value *V, FastMathFlags FMF) { in isKnownNonNaN()
3707 FastMathFlags FMF, in matchSelectPattern()
3912 FastMathFlags FMF; in matchSelectPattern() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h348 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
352 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
DTargetTransformInfo.h948 FastMathFlags FMF) override { in getIntrinsicInstrCost()
953 FastMathFlags FMF) override { in getIntrinsicInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h674 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
707 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp947 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
1036 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
/external/llvm/lib/AsmParser/
DLLParser.h188 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
DLLParser.cpp4972 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local
4999 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local
5857 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseCall() local
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp642 FastMathFlags FMF; in createMinMaxOp() local
DSimplifyLibCalls.cpp1178 FastMathFlags FMF; in optimizeFMinFMax() local
1227 FastMathFlags FMF; in optimizeLog() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1119 auto FMF = cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst() local
DInstructionCombining.cpp160 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp886 FastMathFlags FMF; in getDecodedFastMathFlags() local
4546 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local
4811 FastMathFlags FMF; in parseFunctionBody() local
5481 FastMathFlags FMF; in parseFunctionBody() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp66 llvm::FastMathFlags FMF; in CodeGenFunction() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1710 FastMathFlags FMF; in getEntryCost() local
DLoopVectorize.cpp3335 FastMathFlags FMF; in getVectorIntrinsicCost() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2598 FastMathFlags FMF; in visitBinary() local