Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:INLINEASM

22 #include "llvm/InlineAsm.h"
665 case ISD::INLINEASM: {
670 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
675 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
678 switch (InlineAsm::getKind(Flags)) {
680 case InlineAsm::Kind_RegDef:
681 case InlineAsm::Kind_RegUse:
682 case InlineAsm::Kind_Imm:
683 case InlineAsm::Kind_Clobber:
684 case InlineAsm::Kind_Mem: {
688 case InlineAsm::Kind_RegDefEarlyClobber: {
1293 setOperationAction(ISD::INLINEASM , MVT::Other, Custom);
1362 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG);