Lines Matching refs:PtrReg
1075 Register PtrReg = MI.getOperand(1).getReg(); in applyMappingLoad() local
1086 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0); in applyMappingLoad()
1090 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0); in applyMappingLoad()
1094 B.buildLoadFromOffset(MI.getOperand(0), PtrReg, *MMO, 0); in applyMappingLoad()
1111 auto WideLoad = B.buildLoadFromOffset(WiderTy, PtrReg, *MMO, 0); in applyMappingLoad()
3450 Register PtrReg) const { in getValueMappingForPtr()
3451 LLT PtrTy = MRI.getType(PtrReg); in getValueMappingForPtr()
3459 const RegisterBank *PtrBank = getRegBank(PtrReg, MRI, *TRI); in getValueMappingForPtr()
3470 Register PtrReg = MI.getOperand(1).getReg(); in getInstrMappingForLoad() local
3471 LLT PtrTy = MRI.getType(PtrReg); in getInstrMappingForLoad()
3478 const RegisterBank *PtrBank = getRegBank(PtrReg, MRI, *TRI); in getInstrMappingForLoad()