Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp192 int LibCallID = getLibCallID(MF, CSI); in getSpillLibCallName() local
193 if (LibCallID == -1) in getSpillLibCallName()
195 return SpillLibCalls[LibCallID]; in getSpillLibCallName()
219 int LibCallID = getLibCallID(MF, CSI); in getRestoreLibCallName() local
220 if (LibCallID == -1) in getRestoreLibCallName()
222 return RestoreLibCalls[LibCallID]; in getRestoreLibCallName()