Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MIOp_FirstOperand

835   if (OpIdx < InlineAsm::MIOp_FirstOperand)
840 for (unsigned i = InlineAsm::MIOp_FirstOperand, e = getNumOperands(); i < e;
993 assert(DefOpIdx > InlineAsm::MIOp_FirstOperand);
1006 for (unsigned i = InlineAsm::MIOp_FirstOperand, e = getNumOperands();
1059 unsigned DefIdx = InlineAsm::MIOp_FirstOperand;
1395 if (isInlineAsm() && e >= InlineAsm::MIOp_FirstOperand) {
1407 StartOp = AsmDescOp = InlineAsm::MIOp_FirstOperand;