Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp133 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
138 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h299 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
305 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
DIRBuilder.h98 FastMathFlags FMF; variable
252 FastMathFlags FMF; variable
945 FastMathFlags FMF) const { in setFPAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3473 FastMathFlags FMF, const SimplifyQuery &Q, in SimplifyFCmpInst()
3608 FastMathFlags FMF, const SimplifyQuery &Q) { in SimplifyFCmpInst()
4334 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
4367 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst()
4403 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst()
4431 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
4437 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst()
4442 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst()
4447 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst()
4489 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst()
[all …]
DTargetTransformInfo.cpp483 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
492 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) const { in getIntrinsicInstrCost()
1133 FastMathFlags FMF; in getInstructionThroughput() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp183 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
188 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
DIRBuilder.cpp382 FastMathFlags FMF; in CreateFPMaxReduce() local
393 FastMathFlags FMF; in CreateFPMinReduce() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp165 FastMathFlags FMF; in TEST_F() local
400 FastMathFlags FMF; in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp429 FastMathFlags FMF = FPOp->getFastMathFlags(); in visitFDiv() local
617 FastMathFlags FMF; in expandDivRem32() local
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h674 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
707 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
/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/lib/Target/X86/
DX86TargetTransformInfo.cpp947 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
1036 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h221 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
/external/llvm/lib/AsmParser/
DLLParser.h188 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp642 FastMathFlags FMF; in createMinMaxOp() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h457 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
462 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
DTargetTransformInfo.h1483 FastMathFlags FMF, unsigned ScalarizationCostPassed) override { in getIntrinsicInstrCost()
1488 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) override { in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1593 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
1872 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()

12