/third_party/skia/third_party/externals/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()
|
D | IRBuilder.h | 97 FastMathFlags FMF; variable 300 FastMathFlags FMF; variable 1156 FastMathFlags FMF) const { in setFPAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 92 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor() 246 FastMathFlags FMF; variable
|
D | TargetTransformInfoImpl.h | 492 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost() 497 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
D | TargetTransformInfo.h | 1777 FastMathFlags FMF, unsigned ScalarizationCostPassed) override { in getIntrinsicInstrCost() 1782 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) override { in getIntrinsicInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 108 FastMathFlags FMF = in expandReductions() local
|
/third_party/skia/third_party/externals/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
|
D | AMDGPUCodeGenPrepare.cpp | 560 FastMathFlags FMF = FPOp->getFastMathFlags(); in visitFDiv() local 747 FastMathFlags FMF; in expandDivRem32() local
|
/third_party/skia/third_party/externals/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 …]
|
D | TargetTransformInfo.cpp | 693 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost() 702 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) const { in getIntrinsicInstrCost() 1334 FastMathFlags FMF; in getInstructionThroughput() local
|
D | IVDescriptors.cpp | 255 FastMathFlags FMF = FastMathFlags::getFast(); in AddReductionVar() local
|
D | ValueTracking.cpp | 4619 static bool isKnownNonNaN(const Value *V, FastMathFlags FMF) { in isKnownNonNaN() 4939 FastMathFlags FMF, in matchSelectPattern() 5253 FastMathFlags FMF; in matchDecomposedSelectPattern() local
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | IRBuilder.cpp | 388 FastMathFlags FMF; in CreateFPMaxReduce() local 399 FastMathFlags FMF; in CreateFPMinReduce() local
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 221 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
|
D | LLParser.cpp | 5721 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 5749 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 5777 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 5802 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 5819 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseInstruction() local 6796 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in ParseCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1159 FastMathFlags FMF; in getDecodedFastMathFlags() local 3881 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local 3917 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local 4122 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local 4196 FastMathFlags FMF; in parseFunctionBody() local 4671 FastMathFlags FMF = getDecodedFastMathFlags(Record[Record.size() - 1]); in parseFunctionBody() local 4999 FastMathFlags FMF; in parseFunctionBody() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1887 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost() 2291 ArrayRef<Value *> Args, FastMathFlags FMF, in getIntrinsicInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 784 FastMathFlags FMF; in createMinMaxOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 261 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local 783 FastMathFlags FMF; in SimplifySelectsFeedingBinaryOp() local
|
D | InstCombineSelect.cpp | 2576 auto FMF = in visitSelectInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 346 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() 3306 FastMathFlags FMF; in getVectorIntrinsicCost() local
|