Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CurOp

7322   unsigned CurOp = InlineAsm::Op_FirstOperand;
7326 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue();
7331 CurOp += InlineAsm::getNumOperandRegisters(OpFlag) + 1;
7333 return CurOp;
7620 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(),
7623 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue();
7635 MVT RegVT = AsmNodeOperands[CurOp+1].getSimpleValueType();
7668 AsmNodeOperands.push_back(AsmNodeOperands[CurOp+1]);