Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp746 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues() local
747 if (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP) { in interpretValues()
748 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()