Home | History | Annotate | Download | only in Mips

Lines Matching refs:Intr

2147 static SDValue lowerMSALoadIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr) {
2163 unsigned Intr = cast<ConstantSDNode>(Op->getOperand(1))->getZExtValue();
2164 switch (Intr) {
2211 return lowerMSALoadIntr(Op, DAG, Intr);
2215 static SDValue lowerMSAStoreIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr) {
2231 unsigned Intr = cast<ConstantSDNode>(Op->getOperand(1))->getZExtValue();
2232 switch (Intr) {
2239 return lowerMSAStoreIntr(Op, DAG, Intr);