Home
last modified time | relevance | path

Searched refs:WiderTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1157 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
1158 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()
1159 RHS = B.CreateZExt(RHS, WiderTy); in predicateLoopExits()
1240 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); predicateLoopExits() local
H A DIndVarSimplify.cpp1875 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits() local
1876 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits()
1877 RHS = B.CreateZExt(RHS, WiderTy); in predicateLoopExits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2795 EVT WiderTy = SrcTy.bitsGT(DstTy) ? SrcTy : DstTy; in getCastInstrCost() local
2798 ST->useSVEForFixedLengthVectors(WiderTy)) { in getCastInstrCost()
2800 getTypeLegalizationCost(WiderTy.getTypeForEVT(Dst->getContext())); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1120 LLT WiderTy = widen96To128(LoadTy); in applyMappingLoad() local
1121 auto WideLoad = B.buildLoadFromOffset(WiderTy, PtrReg, *MMO, 0); in applyMappingLoad()
1122 if (WiderTy.isScalar()) { in applyMappingLoad()