Home
last modified time | relevance | path

Searched refs:IToFP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp310 static void expandIToFP(Instruction *IToFP) { in expandIToFP() argument
311 IRBuilder<> Builder(IToFP); in expandIToFP()
312 auto *IntVal = IToFP->getOperand(0); in expandIToFP()
316 unsigned FPMantissaWidth = IToFP->getType()->getFPMantissaWidth() - 1; in expandIToFP()
325 bool IsSigned = IToFP->getOpcode() == Instruction::SIToFP; in expandIToFP()
541 if (IToFP->getType()->isDoubleTy()) { in expandIToFP()
547 A4 = Builder.CreateBitCast(Or1, IToFP->getType()); in expandIToFP()
548 } else if (IToFP->getType()->isX86_FP80Ty()) { in expandIToFP()
551 A4 = Builder.CreateFPTrunc(A40, IToFP->getType()); in expandIToFP()
552 } else if (IToFP->getType()->isHalfTy() || IToFP->getType()->isBFloatTy()) { in expandIToFP()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1109 auto &IToFP = getActionDefinitionsBuilder({G_SITOFP, G_UITOFP}) in AMDGPULegalizerInfo() local
1114 IToFP.legalFor({{S16, S16}}); in AMDGPULegalizerInfo()
1115 IToFP.clampScalar(1, S32, S64) in AMDGPULegalizerInfo()