Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12416 unsigned ccOutIdx; in AdjustInstrPostInstrSelection() local
12450 ccOutIdx = 1; in AdjustInstrPostInstrSelection()
12452 ccOutIdx = MCID->getNumOperands() - 1; in AdjustInstrPostInstrSelection()
12454 ccOutIdx = MCID->getNumOperands() - 1; in AdjustInstrPostInstrSelection()
12458 if (!MI.hasOptionalDef() || !MCID->operands()[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
12483 assert(!MI.getOperand(ccOutIdx).getReg() && in AdjustInstrPostInstrSelection()
12492 MachineOperand &MO = MI.getOperand(ccOutIdx); in AdjustInstrPostInstrSelection()