/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 1320 assert(status == opOK); in multiplySignificand() 1611 return opOK; in normalize() 1638 return opOK; in normalize() 1677 return opOK; in normalize() 1751 return rhs.isSignaling() ? opInvalidOp : opOK; in addOrSubtractSpecials() 1756 return opOK; in addOrSubtractSpecials() 1762 return opOK; in addOrSubtractSpecials() 1767 return opOK; in addOrSubtractSpecials() 1771 return opOK; in addOrSubtractSpecials() 1781 return opOK; in addOrSubtractSpecials() [all …]
|
H A D | StringRef.cpp | 604 if (Status != APFloat::opOK) { in getAsDouble()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 179 if (Status != APFloat::opOK || LosesInfo) in getLoadFPImm()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 238 if (Res != APFloat::opOK || NewF != F) in calcRange()
|
H A D | IndVarSimplify.cpp | 192 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1894 if (status != APFloat::opOK && in ConstantFoldSSEConvertToInt() 1936 if (St == APFloat::opStatus::opOK) in mayFoldConstrained() 2100 if (Status == APFloat::opOK || Status == APFloat::opInexact) in ConstantFoldScalarCall1() 2559 APFloat::opStatus St = APFloat::opOK; in evaluateCompare() 2610 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF())) in ConstantFoldLibCall2() 2618 if (APFloat::opStatus::opOK == V.remainder(Op2->getValueAPF())) in ConstantFoldLibCall2()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 708 if ((Status != APFloat::opOK) && in CheckFloatResult()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 267 opOK = 0x00, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2154 APFloat::opOK && in replacePowWithExp() 2348 if (Expo2.add(ExpoA, APFloat::rmNearestTiesToEven) != APFloat::opOK) in optimizePow() 2372 APFloat::opOK) { in optimizePow()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1714 case APFloatBase::opOK: in SetAccruedExceptions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1512 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm() 3346 RealVal, *StatusOrErr == APFloat::opOK, S, getContext())); in tryParseFPImm()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6490 if (fs == APFloat::opOK || fs == APFloat::opInexact) in FoldConstantArithmetic() 6496 if (fs == APFloat::opOK || fs == APFloat::opInexact) in FoldConstantArithmetic() 6502 if (fs == APFloat::opOK || fs == APFloat::opInexact) in FoldConstantArithmetic() 12926 APFloat::opOK || in getConstantFPSplatPow2ToLog2Int()
|
H A D | DAGCombiner.cpp | 17348 if (((st == APFloat::opOK && !Recip.isDenormal()) || in visitFDIV()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10461 if (Result == llvm::APFloat::opOK && isExact) { in DiagnoseFloatingImpCast() 11045 if (ConversionStatus != llvm::APFloat::opOK) { in CheckImplicitConversion()
|
H A D | SemaExpr.cpp | 3613 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1981 if (Status != APFloat::opOK && in canLosslesslyConvertToFPType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2685 if ((St != APFloat::opOK) && in checkFloatingPointResult()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 17073 APFloat::opOK || in PerformVMulVCTPCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 20062 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper() 20072 assert(Status == APFloat::opOK && !LosesInfo && in FP_TO_INTHelper()
|