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