Searched refs:IsCSR (Results 1 – 2 of 2) sorted by relevance
213 bool IsCSR; in weightCalcHelper() member214 CopyHint(Register R, float W, bool IsCSR) in weightCalcHelper()215 : Reg(R), Weight(W), IsCSR(IsCSR) {} in weightCalcHelper()223 if (Reg.isPhysical() && IsCSR != Rhs.IsCSR) in weightCalcHelper()224 return !IsCSR; in weightCalcHelper()
2888 bool IsCSR = in getFrameIndexReferenceFromSP() local2892 if (!IsFixed && !IsCSR) { in getFrameIndexReferenceFromSP()2894 } else if (FPAfterSVECalleeSaves && IsCSR) { in getFrameIndexReferenceFromSP()