Home
last modified time | relevance | path

Searched refs:opOK (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1320 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 DStringRef.cpp604 if (Status != APFloat::opOK) { in getAsDouble()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp179 if (Status != APFloat::opOK || LosesInfo) in getLoadFPImm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp238 if (Res != APFloat::opOK || NewF != F) in calcRange()
H A DIndVarSimplify.cpp192 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1894 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 DInterp.cpp708 if ((Status != APFloat::opOK) && in CheckFloatResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h267 opOK = 0x00, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2154 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 DEmulateInstructionRISCV.cpp1714 case APFloatBase::opOK: in SetAccruedExceptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1512 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 DSelectionDAG.cpp6490 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 DDAGCombiner.cpp17348 if (((st == APFloat::opOK && !Recip.isDenormal()) || in visitFDIV()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10461 if (Result == llvm::APFloat::opOK && isExact) { in DiagnoseFloatingImpCast()
11045 if (ConversionStatus != llvm::APFloat::opOK) { in CheckImplicitConversion()
H A DSemaExpr.cpp3613 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1981 if (Status != APFloat::opOK && in canLosslesslyConvertToFPType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2685 if ((St != APFloat::opOK) && in checkFloatingPointResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17073 APFloat::opOK || in PerformVMulVCTPCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20062 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()
20072 assert(Status == APFloat::opOK && !LosesInfo && in FP_TO_INTHelper()