Searched refs:IsSPorFP (Results 1 – 1 of 1) sorted by relevance
735 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues() local736 if (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP) { in interpretValues()737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()