Home
last modified time | relevance | path

Searched refs:getExceptionBehavior (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp306 ConstrainedFPIntrinsic::getExceptionBehavior() const { in getExceptionBehavior() function in ConstrainedFPIntrinsic
318 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment()
H A DVerifier.cpp6386 Check(FPI.getExceptionBehavior().has_value(), in visitConstrainedFPIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp124 if (CFP->getExceptionBehavior() && in canHandle()
125 CFP->getExceptionBehavior() == fp::ebStrict) in canHandle()
1523 assert(CI->getExceptionBehavior() != fp::ebStrict && in processNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1905 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in mayFoldConstrained()
2179 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
2184 std::optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior(); in ConstantFoldScalarCall1()
H A DInstructionSimplify.cpp6767 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6830 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6836 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6842 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6848 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
6854 *FPI->getExceptionBehavior(), in simplifyIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h709 std::optional<fp::ExceptionBehavior> getExceptionBehavior() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp506 FPI->getExceptionBehavior(); in wouldInstructionBeTriviallyDead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1977 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in translateConstrainedFPIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7770 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior(); in visitConstrainedFPIntrinsic()