Home
last modified time | relevance | path

Searched refs:changeElementSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp83 return std::make_pair(TypeIdx, Ty.changeElementSize(NewEltSizeInBits)); in widenScalarOrEltToNextPow2()
93 return std::make_pair(TypeIdx, Ty.changeElementSize(NewEltSizeInBits)); in widenScalarOrEltToNextMultipleOf()
H A DLegalizerHelper.cpp4177 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 DCombinerHelper.cpp2625 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 DLowLevelType.h221 constexpr LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp428 .changeElementSize(DstTy.getScalarSizeInBits() / 2); in applyCombineMulCMLT()
H A DAArch64PreLegalizerCombiner.cpp590 LLT MidTy = SrcTy.changeElementSize(SrcTy.getScalarSizeInBits() * 2); in applyPushAddSubExt()
H A DAArch64LegalizerInfo.cpp1035 0, DstTy.changeElementSize(SrcTy.getSizeInBits()) in AArch64LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6038 LLT UnpackedTy = Ty.changeElementSize(32); in legalizeBufferLoad()
H A DSIISelLowering.cpp5572 ? Ty.changeElementSize(16) in getPreferredShiftAmountTy()
5573 : Ty.changeElementSize(32); in getPreferredShiftAmountTy()