Home
last modified time | relevance | path

Searched refs:ebIgnore (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h162 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
169 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
176 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
185 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
201 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
214 fp::ExceptionBehavior ExBehavior = fp::ebIgnore,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFPEnv.h32 ebIgnore, ///< This corresponds to "fpexcept.ignore". enumerator
59 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFPEnv.cpp62 .Case("fpexcept.ignore", fp::ebIgnore) in StrToExceptionBehavior()
74 case fp::ebIgnore: in ExceptionBehaviorToStr()
DIntrinsicInst.cpp216 if (Except.getValue() != fp::ebIgnore) in isDefaultFPEnvironment()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp105 case LangOptions::FPE_Ignore: return llvm::fp::ebIgnore; in ToConstrainedExceptMD()
119 Builder.setIsFPConstrained(fpExceptionBehavior != llvm::fp::ebIgnore || in SetFPModel()
172 (NewExceptionBehavior == llvm::fp::ebIgnore && in ConstructorHelper()
DCGBuiltin.cpp3077 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr()
3166 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4915 fp::ExceptionBehavior ExBehavior = fp::ebIgnore, in SimplifyFAddInst()
4969 fp::ExceptionBehavior ExBehavior = fp::ebIgnore, in SimplifyFSubInst()
5060 fp::ExceptionBehavior ExBehavior = fp::ebIgnore, in SimplifyFMulInst()
5105 fp::ExceptionBehavior ExBehavior = fp::ebIgnore, in SimplifyFDivInst()
5160 fp::ExceptionBehavior ExBehavior = fp::ebIgnore, in SimplifyFRemInst()
5854 if (Value *V = simplifyFPOp({Op0, Op1, Op2}, {}, Q, fp::ebIgnore, in simplifyIntrinsic()
DConstantFolding.cpp1881 if (EB && *EB != fp::ExceptionBehavior::ebIgnore) in mayFoldConstrained()
2098 if (EB && *EB != fp::ebIgnore) in ConstantFoldScalarCall1()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp500 if (!EB || *EB == fp::ExceptionBehavior::ebIgnore) in wouldInstructionBeTriviallyDead()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1821 if (EB == fp::ExceptionBehavior::ebIgnore) in translateConstrainedFPIntrinsic()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7235 case fp::ExceptionBehavior::ebIgnore: in visitConstrainedFPIntrinsic()
7258 if (EB == fp::ExceptionBehavior::ebIgnore) in visitConstrainedFPIntrinsic()