Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp12250 unsigned ccOutIdx; in AdjustInstrPostInstrSelection() local
12284 ccOutIdx = 1; in AdjustInstrPostInstrSelection()
12286 ccOutIdx = MCID->getNumOperands() - 1; in AdjustInstrPostInstrSelection()
12288 ccOutIdx = MCID->getNumOperands() - 1; in AdjustInstrPostInstrSelection()
12292 if (!MI.hasOptionalDef() || !MCID->operands()[ccOutIdx].isOptionalDef()) { in AdjustInstrPostInstrSelection()
12317 assert(!MI.getOperand(ccOutIdx).getReg() && in AdjustInstrPostInstrSelection()
12326 MachineOperand &MO = MI.getOperand(ccOutIdx); in AdjustInstrPostInstrSelection()