Searched refs:FMFSource (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 78 Instruction *FMFSource = nullptr) { in createCallHelper() argument 80 if (FMFSource) in createCallHelper() 81 CI->copyFastMathFlags(FMFSource); in createCallHelper() 735 Instruction *FMFSource, in CreateUnaryIntrinsic() argument 739 return createCallHelper(Fn, {V}, this, Name, FMFSource); in CreateUnaryIntrinsic() 744 Instruction *FMFSource, in CreateBinaryIntrinsic() argument 748 return createCallHelper(Fn, {LHS, RHS}, this, Name, FMFSource); in CreateBinaryIntrinsic() 754 Instruction *FMFSource, in CreateIntrinsic() argument 758 return createCallHelper(Fn, Args, this, Name, FMFSource); in CreateIntrinsic()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 173 BinaryOperator *FMFSource, 175 return CreateWithCopiedFlags(Instruction::FAdd, V1, V2, FMFSource, Name); 178 BinaryOperator *FMFSource, 180 return CreateWithCopiedFlags(Instruction::FSub, V1, V2, FMFSource, Name); 183 BinaryOperator *FMFSource, 185 return CreateWithCopiedFlags(Instruction::FMul, V1, V2, FMFSource, Name); 188 BinaryOperator *FMFSource, 190 return CreateWithCopiedFlags(Instruction::FDiv, V1, V2, FMFSource, Name); 193 BinaryOperator *FMFSource, 197 static BinaryOperator *CreateFNegFMF(Value *Op, BinaryOperator *FMFSource, [all …]
|
| H A D | IRBuilder.h | 681 Instruction *FMFSource = nullptr, 687 Instruction *FMFSource = nullptr, 695 Instruction *FMFSource = nullptr, 1222 Value *CreateFAddFMF(Value *L, Value *R, Instruction *FMFSource, 1226 FMFSource->getFastMathFlags()); 1239 Value *CreateFSubFMF(Value *L, Value *R, Instruction *FMFSource, 1243 FMFSource->getFastMathFlags()); 1256 Value *CreateFMulFMF(Value *L, Value *R, Instruction *FMFSource, 1260 FMFSource->getFastMathFlags()); 1277 FMFSource->getFastMathFlags()); [all …]
|