Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp59 static unsigned getPopRetOpcode(unsigned PopOpcode, bool IsReturnZero) { in getPopRetOpcode() function
78 unsigned Opc = getPopRetOpcode(MBBI->getOpcode(), IsReturnZero); in usePopRet()