Searched refs:FMFSource (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 396 BinaryOperator *FMFSource, 398 return CreateWithCopiedFlags(Instruction::FAdd, V1, V2, FMFSource, Name); 401 BinaryOperator *FMFSource, 403 return CreateWithCopiedFlags(Instruction::FSub, V1, V2, FMFSource, Name); 406 BinaryOperator *FMFSource, 408 return CreateWithCopiedFlags(Instruction::FMul, V1, V2, FMFSource, Name); 411 BinaryOperator *FMFSource, 413 return CreateWithCopiedFlags(Instruction::FDiv, V1, V2, FMFSource, Name); 416 BinaryOperator *FMFSource, 418 return CreateWithCopiedFlags(Instruction::FRem, V1, V2, FMFSource, Name); [all …]
|
D | IRBuilder.h | 686 Instruction *FMFSource = nullptr, 693 Instruction *FMFSource = nullptr, 1170 Value *CreateFAddFMF(Value *L, Value *R, Instruction *FMFSource, 1174 FMFSource->getFastMathFlags()); 1187 Value *CreateFSubFMF(Value *L, Value *R, Instruction *FMFSource, 1191 FMFSource->getFastMathFlags()); 1204 Value *CreateFMulFMF(Value *L, Value *R, Instruction *FMFSource, 1208 FMFSource->getFastMathFlags()); 1221 Value *CreateFDivFMF(Value *L, Value *R, Instruction *FMFSource, 1225 FMFSource->getFastMathFlags()); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 77 Instruction *FMFSource = nullptr) { in createCallHelper() argument 79 if (FMFSource) in createCallHelper() 80 CI->copyFastMathFlags(FMFSource); in createCallHelper() 742 Instruction *FMFSource, in CreateIntrinsic() argument 751 Instruction *FMFSource, in CreateIntrinsic() argument 756 return createCallHelper(Fn, Args, this, Name, FMFSource); in CreateIntrinsic()
|