/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 79 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor() 243 FastMathFlags FMF; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 192 FastMathFlags FMF; in getFast() local 305 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 311 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 92 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor() 246 FastMathFlags FMF; variable
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 192 FastMathFlags FMF; in getFast() local 305 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 311 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
D | IRBuilder.h | 104 FastMathFlags FMF; variable 342 FastMathFlags FMF; variable 1140 FastMathFlags FMF) const { in setFPAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 469 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 497 ArrayRef<Value*> Args, FastMathFlags FMF, in getIntrinsicInstrCost() 503 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost() 783 FastMathFlags FMF; in getUserCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3518 FastMathFlags FMF, const SimplifyQuery &Q, in SimplifyFCmpInst() 3700 FastMathFlags FMF, const SimplifyQuery &Q) { in SimplifyFCmpInst() 4534 static Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() 4547 Value *llvm::SimplifyFNegInst(Value *Op, FastMathFlags FMF, in SimplifyFNegInst() 4578 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 4625 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 4670 static Value *SimplifyFMAFMul(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMAFMul() 4704 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 4713 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 4719 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 108 FastMathFlags FMF = in expandReductions() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 108 FastMathFlags FMF = in expandReductions() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3605 FastMathFlags FMF, const SimplifyQuery &Q, in SimplifyFCmpInst() 3802 FastMathFlags FMF, const SimplifyQuery &Q) { in SimplifyFCmpInst() 4709 static Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() 4722 Value *llvm::SimplifyFNegInst(Value *Op, FastMathFlags FMF, in SimplifyFNegInst() 4741 FastMathFlags FMF, in simplifyFPOp() 4764 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 4811 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 4856 static Value *SimplifyFMAFMul(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMAFMul() 4890 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 4899 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() [all …]
|
/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
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 134 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 139 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 184 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 189 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 208 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 213 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 935 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 940 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 1130 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 1139 FastMathFlags FMF, in getIntrinsicInstrCost()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 477 FastMathFlags FMF; in TEST_F() local 712 FastMathFlags FMF; in TEST_F() 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()
|
/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()
|