Lines Matching defs:PointerTy
589 const LLT PointerTy = MRI.getType(MO.getReg());
592 if (!hasBufferRsrcWorkaround(PointerTy))
593 return PointerTy;
595 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy);
596 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy);
597 if (!PointerTy.isVector()) {
599 const unsigned NumParts = PointerTy.getSizeInBits() / 32;
628 const LLT PointerTy = MRI.getType(Pointer);
629 const LLT ScalarTy = getBufferRsrcScalarType(PointerTy);
630 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy);
632 if (!PointerTy.isVector()) {
635 const unsigned NumParts = PointerTy.getSizeInBits() / 32;
649 const LLT PointerTy = B.getMRI()->getType(MO.getReg());
651 if (!hasBufferRsrcWorkaround(PointerTy))