Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp49 static bool isPop(unsigned Opcode) { in isPop() function
60 assert(isPop(PopOpcode) && "Unexpected Pop Opcode"); in getPopRetOpcode()
160 if (isPop(PopMBBI->getOpcode()) && in runOnMachineFunction()
H A DRISCVFrameLowering.cpp859 static bool isPop(unsigned Opcode) { in isPop() function
1303 if (RVFI->isPushable(MF) && MBBI != MBB.end() && isPop(MBBI->getOpcode())) { in emitEpilogue()