Lines Matching refs:PointerTy
505 const LLT PointerTy = MRI.getType(MO.getReg()); in castBufferRsrcFromV4I32() local
508 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcFromV4I32()
509 return PointerTy; in castBufferRsrcFromV4I32()
511 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy); in castBufferRsrcFromV4I32()
512 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); in castBufferRsrcFromV4I32()
513 if (!PointerTy.isVector()) { in castBufferRsrcFromV4I32()
515 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcFromV4I32()
544 const LLT PointerTy = MRI.getType(Pointer); in castBufferRsrcToV4I32() local
545 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy); in castBufferRsrcToV4I32()
546 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); in castBufferRsrcToV4I32()
548 if (!PointerTy.isVector()) { in castBufferRsrcToV4I32()
551 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcToV4I32()
565 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); in castBufferRsrcArgToV4I32() local
567 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcArgToV4I32()