Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:InlineAsm

33 #include "llvm/IR/InlineAsm.h"
695 case ISD::INLINEASM: {
700 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
705 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
708 switch (InlineAsm::getKind(Flags)) {
710 case InlineAsm::Kind_RegDef:
711 case InlineAsm::Kind_RegUse:
712 case InlineAsm::Kind_Imm:
713 case InlineAsm::Kind_Clobber:
714 case InlineAsm::Kind_Mem: {
718 case InlineAsm::Kind_RegDefEarlyClobber: {
1451 setOperationAction(ISD::INLINEASM, MVT::Other, Custom);
1565 case ISD::INLINEASM: return LowerINLINEASM(Op, DAG);