Lines Matching refs:InlineAsm
33 #include "llvm/IR/InlineAsm.h"
681 case ISD::INLINEASM: {
686 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
691 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
694 switch (InlineAsm::getKind(Flags)) {
696 case InlineAsm::Kind_RegDef:
697 case InlineAsm::Kind_RegUse:
698 case InlineAsm::Kind_Imm:
699 case InlineAsm::Kind_Clobber:
700 case InlineAsm::Kind_Mem: {
704 case InlineAsm::Kind_RegDefEarlyClobber: {
1453 setOperationAction(ISD::INLINEASM , MVT::Other, Custom);
1568 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG);