Home
last modified time | relevance | path

Searched refs:IsCSR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp213 bool IsCSR; in weightCalcHelper() member
214 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2888 bool IsCSR = in getFrameIndexReferenceFromSP() local
2892 if (!IsFixed && !IsCSR) { in getFrameIndexReferenceFromSP()
2894 } else if (FPAfterSVECalleeSaves && IsCSR) { in getFrameIndexReferenceFromSP()