Searched refs:changeElementSize (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizeMutations.cpp | 83 return std::make_pair(TypeIdx, Ty.changeElementSize(NewEltSizeInBits)); in widenScalarOrEltToNextPow2() 93 return std::make_pair(TypeIdx, Ty.changeElementSize(NewEltSizeInBits)); in widenScalarOrEltToNextMultipleOf()
|
| H A D | LegalizerHelper.cpp | 4854 LLT IdxTy = MRI.getType(Index).changeElementSize(IndexSizeInBits); in getVectorElementPointer() 7114 CmpInst::ICMP_EQ, SrcTy.changeElementSize(1), SrcReg, ZeroSrc); in lowerBitCount() 7162 CmpInst::ICMP_EQ, DstTy.changeElementSize(1), SrcReg, Zero); in lowerBitCount() 7407 LLT MidTy = SrcTy.changeElementSize(SrcTyScalarSize * 2); in lowerEXT() 7466 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits() * 2); in lowerTRUNC() 7468 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits()); in lowerTRUNC() 7474 DstTy.changeElementSize(InterTy.getScalarSizeInBits()), SplitSrcs); in lowerTRUNC() 7707 LLT S32Ty = SrcTy.changeElementSize(32); in loweri64tof16ITOFP() 7930 SrcTy.changeElementSize(1), Src, MaxC); in lowerFPTOINT_SAT() 7935 MIRBuilder.buildFCmp(CmpInst::FCMP_OLT, SrcTy.changeElementSize(1), Max, in lowerFPTOINT_SAT() [all …]
|
| H A D | CombinerHelper.cpp | 2645 return ShiftTy.changeElementSize(32); in getMidVTForTruncRightShiftCombine() 5461 Ty.isScalar() ? LLT::scalar(1) : Ty.changeElementSize(1), RHS, One); in buildUDivorURemUsingMul() 5508 {DstTy.isVector() ? DstTy.changeElementSize(1) : LLT::scalar(1), in matchUDivorURemByConst() 5531 LLT WideTy = DstTy.changeElementSize(SizeInBits * 2); in matchSDivByConst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | LowLevelType.h | 219 constexpr LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 428 .changeElementSize(DstTy.getScalarSizeInBits() / 2); in applyCombineMulCMLT() 544 LLT HalfDstTy = DstTy.changeElementSize(DstTy.getScalarSizeInBits() / 2); in applyExtMulToMULL()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 589 LLT MidTy = SrcTy.changeElementSize(SrcTy.getScalarSizeInBits() * 2); in applyPushAddSubExt()
|
| H A D | AArch64LegalizerInfo.cpp | 1235 0, DstTy.changeElementSize(SrcTy.getSizeInBits()) in AArch64LegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 6168 LLT UnpackedTy = Ty.changeElementSize(32); in legalizeBufferLoad()
|
| H A D | SIISelLowering.cpp | 5926 ? Ty.changeElementSize(16) in getPreferredShiftAmountTy() 5927 : Ty.changeElementSize(32); in getPreferredShiftAmountTy()
|