Lines Matching refs:InsertTy
2837 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
2844 InsertTy.getSizeInBits())); in buildBitFieldInsert()
6795 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
6798 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
6801 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
6814 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
6836 if (InsertTy.isVector() || in lowerInsert()
6837 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
6843 (InsertTy.isPointer() && in lowerInsert()
6844 DL.isNonIntegralAddressSpace(InsertTy.getAddressSpace()))) { in lowerInsert()
6856 if (!InsertTy.isScalar()) { in lowerInsert()
6857 const LLT IntInsertTy = LLT::scalar(InsertTy.getSizeInBits()); in lowerInsert()
6868 DstTy.getSizeInBits(), Offset + InsertTy.getSizeInBits(), Offset); in lowerInsert()