Searched refs:ebIgnore (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 162 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/ |
| D | FPEnv.h | 32 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/ |
| D | FPEnv.cpp | 62 .Case("fpexcept.ignore", fp::ebIgnore) in StrToExceptionBehavior() 74 case fp::ebIgnore: in ExceptionBehaviorToStr()
|
| D | IntrinsicInst.cpp | 216 if (Except.getValue() != fp::ebIgnore) in isDefaultFPEnvironment()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 105 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()
|
| D | CGBuiltin.cpp | 3077 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr() 3166 Builder.getDefaultConstrainedExcept() == fp::ebIgnore || in EmitBuiltinExpr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 4915 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()
|
| D | ConstantFolding.cpp | 1881 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/ |
| D | Local.cpp | 500 if (!EB || *EB == fp::ExceptionBehavior::ebIgnore) in wouldInstructionBeTriviallyDead()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 1821 if (EB == fp::ExceptionBehavior::ebIgnore) in translateConstrainedFPIntrinsic()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 7235 case fp::ExceptionBehavior::ebIgnore: in visitConstrainedFPIntrinsic() 7258 if (EB == fp::ExceptionBehavior::ebIgnore) in visitConstrainedFPIntrinsic()
|