reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1171 if (Loc.isReg() && Loc.getReg() && 1171 if (Loc.isReg() && Loc.getReg() && 1172 Register::isVirtualRegister(Loc.getReg())) { 1173 Register VirtReg = Loc.getReg(); 1179 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); 1185 bool Success = TII.getStackSlotRange(TRC, Loc.getSubReg(), SpillSize, 1191 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); 1194 Loc.setReg(0); 1195 Loc.setSubReg(0); 1201 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}});