Searched refs:WiderTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 1157 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 D | IndVarSimplify.cpp | 1875 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 D | AArch64TargetTransformInfo.cpp | 2795 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 D | AMDGPURegisterBankInfo.cpp | 1120 LLT WiderTy = widen96To128(LoadTy); in applyMappingLoad() local 1121 auto WideLoad = B.buildLoadFromOffset(WiderTy, PtrReg, *MMO, 0); in applyMappingLoad() 1122 if (WiderTy.isScalar()) { in applyMappingLoad()
|