Lines Matching refs:InsertTy
3212 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
3219 InsertTy.getSizeInBits())); in buildBitFieldInsert()
7367 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
7370 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
7373 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
7386 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
7408 if (InsertTy.isVector() || in lowerInsert()
7409 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
7415 (InsertTy.isPointer() && in lowerInsert()
7416 DL.isNonIntegralAddressSpace(InsertTy.getAddressSpace()))) { in lowerInsert()
7428 if (!InsertTy.isScalar()) { in lowerInsert()
7429 const LLT IntInsertTy = LLT::scalar(InsertTy.getSizeInBits()); in lowerInsert()
7440 DstTy.getSizeInBits(), Offset + InsertTy.getSizeInBits(), Offset); in lowerInsert()