Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp734 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues() local
736 (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP)) { in interpretValues()
737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()