Home
last modified time | relevance | path

Searched refs:getFltSemanticForLLT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp710 DenormalMode Mode = MF.getDenormalMode(getFltSemanticForLLT(Ty)); in outputDenormalIsIEEEOrPosZero()
1050 MF->getDenormalMode(getFltSemanticForLLT(DstTy.getScalarType())); in computeKnownFPClass()
1113 const fltSemantics &FPType = getFltSemanticForLLT(Ty); in computeKnownFPClass()
1224 const fltSemantics &FltSem = getFltSemanticForLLT(Ty); in computeKnownFPClass()
1343 getFltSemanticForLLT(DstTy.getScalarType()))) || in computeKnownFPClass()
1345 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()
1352 getFltSemanticForLLT(DstTy.getScalarType()))) || in computeKnownFPClass()
1354 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()
1401 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()
1404 MF->getDenormalMode(getFltSemanticForLLT(DstTy.getScalarType()))))) in computeKnownFPClass()
[all …]
H A DMachineFloatingPointPredicateUtils.cpp27 return MF.getDenormalMode(getFltSemanticForLLT(Ty)); in queryDenormalMode()
H A DUtils.cpp988 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat()
H A DLegalizerHelper.cpp7912 const fltSemantics &Semantics = getFltSemanticForLLT(SrcTy.getScalarType()); in lowerFPTOINT_SAT()
9260 const fltSemantics &Semantics = getFltSemanticForLLT(SrcTy.getScalarType()); in lowerISFPCLASS()
H A DCombinerHelper.cpp1734 Result.convert(getFltSemanticForLLT(DstTy), APFloat::rmNearestTiesToEven, in constantFoldFpUnary()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelTypeUtils.h43 LLVM_ABI const llvm::fltSemantics &getFltSemanticForLLT(LLT Ty);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp74 const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT Ty) { in getFltSemanticForLLT() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5207 auto Inf = B.buildFConstant(Ty, APFloat::getInf(getFltSemanticForLLT(Ty))); in legalizeFFREXP()