Searched defs:Intr (Results 1 – 4 of 4) sorted by relevance
66 #define Intr nACK macro
2021 static SDValue lowerMSALoadIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr) { in lowerMSALoadIntr()2037 unsigned Intr = cast<ConstantSDNode>(Op->getOperand(1))->getZExtValue(); in lowerINTRINSIC_W_CHAIN() local2089 static SDValue lowerMSAStoreIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr) { in lowerMSAStoreIntr()2105 unsigned Intr = cast<ConstantSDNode>(Op->getOperand(1))->getZExtValue(); in lowerINTRINSIC_VOID() local
629 SDNode *Intr = BRCOND.getOperand(1).getNode(); in LowerBRCOND() local
491 int Intr; /* storeage for interrupt character */ variable