Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp390 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitPrologue()
440 RVFI->getLibCallStackSize(); in emitPrologue()
565 uint64_t RealStackSize = StackSize + RVFI->getLibCallStackSize(); in emitEpilogue()
702 Offset += StackOffset::getFixed(RVFI->getLibCallStackSize()); in getFrameIndexReference()
713 Offset -= StackOffset::getFixed(RVFI->getLibCallStackSize()); in getFrameIndexReference()
755 + RVFI->getLibCallStackSize(), RVFI->getRVVStackSize()); in getFrameIndexReference()
955 if (RVFI->getLibCallStackSize()) in getFirstSPAdjustAmount()
H A DRISCVMachineFunctionInfo.h58 unsigned getLibCallStackSize() const { return LibCallStackSize; } in getLibCallStackSize() function