Lines Matching refs:FirstOpIdx
159 int FirstOpIdx = Predicate->getValueAsInt("FirstOpIdx"); in emitFirstPredicate() local
162 OS.indent(2) << "if (!FirstMI->getOperand(" << FirstOpIdx in emitFirstPredicate()
164 OS.indent(4) << "if (FirstMI->getOperand(" << FirstOpIdx in emitFirstPredicate()
179 << " if (FirstMI->getOperand(" << FirstOpIdx in emitFirstPredicate()
220 int FirstOpIdx = Predicate->getValueAsInt("FirstOpIdx"); in emitSecondPredicate() local
223 OS.indent(2) << "if (!SecondMI.getOperand(" << FirstOpIdx in emitSecondPredicate()
225 OS.indent(4) << "if (SecondMI.getOperand(" << FirstOpIdx in emitSecondPredicate()
240 << " if (SecondMI.getOperand(" << FirstOpIdx in emitSecondPredicate()
266 int FirstOpIdx = Predicate->getValueAsInt("FirstOpIdx"); in emitBothPredicate() local
268 OS.indent(2) << "if (!(FirstMI->getOperand(" << FirstOpIdx in emitBothPredicate()
272 OS.indent(2) << " FirstMI->getOperand(" << FirstOpIdx in emitBothPredicate()
287 << " if (FirstMI->getOperand(" << FirstOpIdx in emitBothPredicate()