/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 144 FastMathFlags FMF; in TEST_F() local 316 FastMathFlags FMF; in TEST_F() 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 | 80 FastMathFlags FMF; variable 234 FastMathFlags FMF; variable 768 FastMathFlags FMF) const { in AddFPMathAttributes()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 164 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 169 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 787 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 …]
|
D | CostModel.cpp | 507 FastMathFlags FMF; in getInstructionCost() local
|
D | ValueTracking.cpp | 3691 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/ |
D | TargetTransformInfoImpl.h | 348 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost() 352 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
|
D | TargetTransformInfo.h | 948 FastMathFlags FMF) override { in getIntrinsicInstrCost() 953 FastMathFlags FMF) override { in getIntrinsicInstrCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 674 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost() 707 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 947 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost() 1036 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 188 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
|
D | LLParser.cpp | 4972 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/ |
D | LoopUtils.cpp | 642 FastMathFlags FMF; in createMinMaxOp() local
|
D | SimplifyLibCalls.cpp | 1178 FastMathFlags FMF; in optimizeFMinFMax() local 1227 FastMathFlags FMF; in optimizeLog() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1119 auto FMF = cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 160 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 886 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/ |
D | CodeGenFunction.cpp | 66 llvm::FastMathFlags FMF; in CodeGenFunction() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1710 FastMathFlags FMF; in getEntryCost() local
|
D | LoopVectorize.cpp | 3335 FastMathFlags FMF; in getVectorIntrinsicCost() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2598 FastMathFlags FMF; in visitBinary() local
|