Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp72 const MCInstrDesc &PopDesc = MBBI->getDesc(); in usePopRet() local
73 unsigned FirstNonDeclaredOp = PopDesc.getNumOperands() + in usePopRet()
74 PopDesc.NumImplicitUses + in usePopRet()
75 PopDesc.NumImplicitDefs; in usePopRet()