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