Home
last modified time | relevance | path

Searched refs:opStatus (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h206 enum opStatus { enum
280 opStatus remainder(const IEEEFloat &);
282 opStatus mod(const IEEEFloat &);
284 opStatus roundToIntegral(roundingMode);
286 opStatus next(bool nextDown);
518 opStatus modSpecials(const IEEEFloat &);
529 opStatus handleOverflow(roundingMode);
644 opStatus mod(const DoubleAPFloat &RHS);
665 opStatus next(bool nextDown);
1017 opStatus mod(const APFloat &RHS) { in mod()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1762 opStatus fs; in addOrSubtract()
1803 opStatus fs; in multiply()
1821 opStatus fs; in divide()
1838 opStatus fs; in remainder()
1943 opStatus fs; in mod()
1966 opStatus fs; in fusedMultiplyAdd()
2007 opStatus fs; in roundToIntegral()
2175 opStatus fs; in convert()
2397 opStatus fs; in convertToInteger()
2695 opStatus fs; in convertFromDecimalString()
[all …]
H A DAPFixedPoint.cpp140 APFloat::opStatus Status = F.convertFromAPInt(MaxInt, MaxInt.isSigned(), in fitsInFloatSemantics()
473 APFloat::opStatus S = Flt.convertFromAPInt(Val, Sema.isSigned(), RM); in convertToFloat()
H A DStringRef.cpp586 APFloat::opStatus Status = *StatusOrErr; in getAsDouble()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h115 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1831 APFloat::opStatus status = in ConstantFoldSSEConvertToInt()
1870 APFloat::opStatus St) { in mayFoldConstrained()
1876 if (St == APFloat::opStatus::opOK) { in mayFoldConstrained()
1986 APFloat::opStatus Status = in ConstantFoldScalarCall1()
2089 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()
2326 APFloat::opStatus status = Val.convert( in ConstantFoldScalarCall1()
2429 APFloat::opStatus St; in ConstantFoldScalarCall2()
2505 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF())) in ConstantFoldScalarCall2()
2513 if (APFloat::opStatus::opOK == V.remainder(Op2->getValueAPF())) in ConstantFoldScalarCall2()
2867 APFloat::opStatus St; in ConstantFoldScalarCall3()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp682 if (llvm::Expected<APFloat::opStatus> op = in SetValueFromCString()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1076 llvm::APFloat::opStatus
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8693 APFloat::opStatus MinStatus = in expandFP_TO_INT_SAT()
8695 APFloat::opStatus MaxStatus = in expandFP_TO_INT_SAT()
8697 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT()
8698 !(MaxStatus & APFloat::opStatus::opInexact); in expandFP_TO_INT_SAT()
H A DSelectionDAG.cpp4745 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()
4751 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()
4757 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
4775 APFloat::opStatus s = in getNode()
H A DDAGCombiner.cpp14281 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2556 APFloat::opStatus St) { in checkFloatingPointResult()
2579 if ((St & APFloat::opStatus::opInvalidOp) && in checkFloatingPointResult()
2601 APFloat::opStatus St; in HandleFloatToFloatCast()
2626 APFloat::opStatus St = Result.convertFromAPInt(Value, Value.isSigned(), in HandleIntToFloatCast()
2837 APFloat::opStatus St; in handleFloatFloatBinOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1759 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12125 llvm::APFloat::opStatus Result = Value.convertToInteger( in DiagnoseFloatingImpCast()
12784 llvm::APFloat::opStatus ConversionStatus = in CheckImplicitConversion()
H A DSemaOverload.cpp402 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert( in getNarrowingKind()
H A DSemaExpr.cpp3629 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20712 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()
21730 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt( in LowerFP_TO_INT_SAT()
21732 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt( in LowerFP_TO_INT_SAT()
21734 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT()
21735 && !(MaxStatus & APFloat::opStatus::opInexact); in LowerFP_TO_INT_SAT()