Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp394 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue()
445 RVFI->getLibCallStackSize(); in emitPrologue()
580 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue()
718 Offset += StackOffset::getFixed(RVFI->getLibCallStackSize()); in getFrameIndexReference()
729 Offset -= StackOffset::getFixed(RVFI->getLibCallStackSize()); in getFrameIndexReference()
771 + RVFI->getLibCallStackSize(), RVFI->getRVVStackSize()); in getFrameIndexReference()
996 if (RVFI->getLibCallStackSize()) in getFirstSPAdjustAmount()
H A DRISCVMachineFunctionInfo.h58 unsigned getLibCallStackSize() const { return LibCallStackSize; } in getLibCallStackSize() function