Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp87 const MCInstrDesc &PopDesc = MBBI->getDesc(); in usePopRet() local
88 unsigned FirstNonDeclaredOp = PopDesc.getNumOperands() + in usePopRet()
89 PopDesc.NumImplicitUses + in usePopRet()
90 PopDesc.NumImplicitDefs; in usePopRet()