Home | History | Annotate | Download | only in X86

Lines Matching refs:INLINEASM

29 #include "llvm/InlineAsm.h"
1435 case TargetOpcode::INLINEASM: {
1471 for (unsigned i = InlineAsm::MIOp_FirstOperand, e = MI->getNumOperands();
1474 NumOps = InlineAsm::getNumOperandRegisters(Flags);
1484 switch (InlineAsm::getKind(Flags)) {
1485 case InlineAsm::Kind_RegUse:
1488 case InlineAsm::Kind_RegDef:
1489 case InlineAsm::Kind_RegDefEarlyClobber:
1494 case InlineAsm::Kind_Clobber: