Home
last modified time | relevance | path

Searched defs:FMFSource (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp923 Value *RHS, Instruction *FMFSource, in CreateBinaryIntrinsic() argument
80 createCallHelper(Function * Callee,ArrayRef<Value * > Ops,const Twine & Name,Instruction * FMFSource,ArrayRef<OperandBundleDef> OpBundles) createCallHelper() argument
914 CreateUnaryIntrinsic(Intrinsic::ID ID,Value * V,Instruction * FMFSource,const Twine & Name) CreateUnaryIntrinsic() argument
933 CreateIntrinsic(Intrinsic::ID ID,ArrayRef<Type * > Types,ArrayRef<Value * > Args,Instruction * FMFSource,const Twine & Name) CreateIntrinsic() argument
942 CreateIntrinsic(Type * RetTy,Intrinsic::ID ID,ArrayRef<Value * > Args,Instruction * FMFSource,const Twine & Name) CreateIntrinsic() argument
968 CreateConstrainedFPBinOp(Intrinsic::ID ID,Value * L,Value * R,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPBinOp() argument
987 CreateConstrainedFPUnroundedBinOp(Intrinsic::ID ID,Value * L,Value * R,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPUnroundedBinOp() argument
1020 CreateConstrainedFPCast(Intrinsic::ID ID,Value * V,Type * DestTy,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCast() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp277 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) CreateNeg() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2704 hoistFNegAboveFMulFDiv(Value * FNegOp,Instruction & FMFSource) hoistFNegAboveFMulFDiv() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1310 Instruction *FMFSource = nullptr; instCombineSVEVectorFuseMulAddSub() local