Lines Matching refs:PtrReg
1089 Register PtrReg = MI.getOperand(1).getReg(); in applyMappingLoad() local
1099 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0); in applyMappingLoad()
1103 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0); in applyMappingLoad()
1107 B.buildLoadFromOffset(MI.getOperand(0), PtrReg, *MMO, 0); in applyMappingLoad()
1121 auto WideLoad = B.buildLoadFromOffset(WiderTy, PtrReg, *MMO, 0); in applyMappingLoad()
3431 Register PtrReg = MI.getOperand(0).getReg(); in applyMappingImpl() local
3432 unsigned PtrBank = getRegBankID(PtrReg, MRI, AMDGPU::SGPRRegBankID); in applyMappingImpl()
3437 unsigned AS = MRI.getType(PtrReg).getAddressSpace(); in applyMappingImpl()
3628 Register PtrReg) const { in getValueMappingForPtr()
3629 LLT PtrTy = MRI.getType(PtrReg); in getValueMappingForPtr()
3637 const RegisterBank *PtrBank = getRegBank(PtrReg, MRI, *TRI); in getValueMappingForPtr()
3648 Register PtrReg = MI.getOperand(1).getReg(); in getInstrMappingForLoad() local
3649 LLT PtrTy = MRI.getType(PtrReg); in getInstrMappingForLoad()
3656 const RegisterBank *PtrBank = getRegBank(PtrReg, MRI, *TRI); in getInstrMappingForLoad()