Home
last modified time | relevance | path

Searched refs:PartTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp469 Register SrcReg, LLT SrcTy, LLT PartTy, in buildCopyToRegs() argument
474 const unsigned PartSize = PartTy.getSizeInBits(); in buildCopyToRegs()
476 if (PartTy.isVector() == SrcTy.isVector() && in buildCopyToRegs()
477 PartTy.getScalarSizeInBits() > SrcTy.getScalarSizeInBits()) { in buildCopyToRegs()
483 if (SrcTy.isVector() && !PartTy.isVector() && in buildCopyToRegs()
492 LLT GCDTy = getGCDType(SrcTy, PartTy); in buildCopyToRegs()
493 if (GCDTy == PartTy) { in buildCopyToRegs()
501 LLT LCMTy = getCoverTy(SrcTy, PartTy); in buildCopyToRegs()
503 if (PartTy.isVector() && LCMTy == PartTy) { in buildCopyToRegs()
939 Type *PartTy = EVT(RegVT).getTypeForEVT(Context); in getReturnInfo() local
[all …]
H A DLegalizerHelper.cpp250 LLT ResultTy, LLT PartTy, in insertParts() argument
262 if (PartTy.isVector()) in insertParts()
279 LLT GCDTy = getGCDType(getGCDType(ResultTy, LeftoverTy), PartTy); in insertParts()
3990 LLT PartTy = MRI.getType(VecParts[PartIdx]); in fewerElementsVectorExtractInsertVectorElt() local
3994 PartTy, VecParts[PartIdx], InsertVal, NewIdx); in fewerElementsVectorExtractInsertVectorElt()
4067 auto splitTypePieces = [=](LLT PartTy, SmallVectorImpl<Register> &ValRegs, in reduceLoadStoreWidth()
4070 unsigned PartSize = PartTy.getSizeInBits(); in reduceLoadStoreWidth()
4079 MF.getMachineMemOperand(&MMO, ByteOffset, PartTy); in reduceLoadStoreWidth()
4082 Register Dst = MRI.createGenericVirtualRegister(PartTy); in reduceLoadStoreWidth()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h212 LLT PartTy, ArrayRef<Register> PartRegs,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3989 auto *PartTy = Type::getIntNTy(LI->getContext(), PartSize * 8); in presplitLoadsAndStores() local
3991 auto *PartPtrTy = PartTy->getPointerTo(AS); in presplitLoadsAndStores()
3993 PartTy, in presplitLoadsAndStores()
4125 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() local
4126 auto *LoadPartPtrTy = PartTy->getPointerTo(LI->getPointerAddressSpace()); in presplitLoadsAndStores()
4127 auto *StorePartPtrTy = PartTy->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
4137 PartTy, in presplitLoadsAndStores()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp882 LLT PartTy = LLT::scalar(PartSize); in executeInWaterfallLoop() local
891 auto UnmergeOp = B.buildUnmerge(PartTy, OpReg); in executeInWaterfallLoop()
892 auto UnmergeCurrentLane = B.buildUnmerge(PartTy, CurrentLaneReg); in executeInWaterfallLoop()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3036 MVT PartTy = HaveAlign <= 8 ? MVT::getIntegerVT(8 * HaveAlign) in LowerUnalignedLoad() local
3039 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()