Lines Matching refs:PointerTy
588 const LLT PointerTy = MRI.getType(MO.getReg()); in castBufferRsrcFromV4I32() local
591 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcFromV4I32()
592 return PointerTy; in castBufferRsrcFromV4I32()
594 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy); in castBufferRsrcFromV4I32()
595 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); in castBufferRsrcFromV4I32()
596 if (!PointerTy.isVector()) { in castBufferRsrcFromV4I32()
598 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcFromV4I32()
627 const LLT PointerTy = MRI.getType(Pointer); in castBufferRsrcToV4I32() local
628 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy); in castBufferRsrcToV4I32()
629 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); in castBufferRsrcToV4I32()
631 if (!PointerTy.isVector()) { in castBufferRsrcToV4I32()
634 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcToV4I32()
648 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); in castBufferRsrcArgToV4I32() local
650 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcArgToV4I32()