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 | 4177 LLT IdxTy = MRI.getType(Index).changeElementSize(IndexSizeInBits); in getVectorElementPointer() 6424 CmpInst::ICMP_EQ, SrcTy.changeElementSize(1), SrcReg, ZeroSrc); in lowerBitCount() 6472 CmpInst::ICMP_EQ, DstTy.changeElementSize(1), SrcReg, Zero); in lowerBitCount() 6717 LLT MidTy = SrcTy.changeElementSize(SrcTyScalarSize * 2); in lowerEXT() 6776 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits() * 2); in lowerTRUNC() 6778 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits()); in lowerTRUNC() 6785 DstTy.changeElementSize(InterTy.getScalarSizeInBits()), SplitSrcs); in lowerTRUNC() 7266 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() 7281 LLT CmpTy = DstTy.changeElementSize(1); in lowerThreewayCompare() 7394 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() [all …]
|
H A D | CombinerHelper.cpp | 2625 return ShiftTy.changeElementSize(32); in getMidVTForTruncRightShiftCombine() 5327 Ty.isScalar() ? LLT::scalar(1) : Ty.changeElementSize(1), RHS, One); in buildUDivUsingMul() 5367 {DstTy.isVector() ? DstTy.changeElementSize(1) : LLT::scalar(1), in matchUDivByConst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 221 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()
|
H A D | AArch64PreLegalizerCombiner.cpp | 590 LLT MidTy = SrcTy.changeElementSize(SrcTy.getScalarSizeInBits() * 2); in applyPushAddSubExt()
|
H A D | AArch64LegalizerInfo.cpp | 1035 0, DstTy.changeElementSize(SrcTy.getSizeInBits()) in AArch64LegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6038 LLT UnpackedTy = Ty.changeElementSize(32); in legalizeBufferLoad()
|
H A D | SIISelLowering.cpp | 5572 ? Ty.changeElementSize(16) in getPreferredShiftAmountTy() 5573 : Ty.changeElementSize(32); in getPreferredShiftAmountTy()
|