Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp353 static int getLibCallID(const MachineFunction &MF, in getLibCallID() function
412 int LibCallID = getLibCallID(MF, CSI); in getSpillLibCallName()
439 int LibCallID = getLibCallID(MF, CSI); in getRestoreLibCallName()
959 if (int LibCallRegs = getLibCallID(MF, MFI.getCalleeSavedInfo()) + 1) { in emitPrologue()
1286 if (getLibCallID(MF, CSI) != -1) { in emitEpilogue()
2021 } else if (int LibCallRegs = getLibCallID(MF, CSI) + 1) { in assignCalleeSavedSpillSlots()