Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:INLINEASM

843   case ISD::INLINEASM: {
850 TII->get(TargetOpcode::INLINEASM));
853 SDValue AsmStrV = Node->getOperand(InlineAsm::Op_AsmString);
859 cast<ConstantSDNode>(Node->getOperand(InlineAsm::Op_ExtraInfo))->
864 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
867 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
872 switch (InlineAsm::getKind(Flags)) {
874 case InlineAsm::Kind_RegDef:
884 case InlineAsm::Kind_RegDefEarlyClobber:
885 case InlineAsm::Kind_Clobber:
896 case InlineAsm::Kind_RegUse: // Use of register.
897 case InlineAsm::Kind_Imm: // Immediate.
898 case InlineAsm::Kind_Mem: // Addressing mode.
909 SDValue MDV = Node->getOperand(InlineAsm::Op_MDNode);