Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CurOp

6516         unsigned CurOp = InlineAsm::Op_FirstOperand;
6520 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue();
6524 CurOp += InlineAsm::getNumOperandRegisters(OpFlag)+1;
6528 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue();
6543 MVT RegVT = AsmNodeOperands[CurOp+1].getSimpleValueType();
6576 AsmNodeOperands.push_back(AsmNodeOperands[CurOp+1]);