Home | History | Annotate | Download | only in XCore

Lines Matching refs:BR_JT

58     case XCoreISD::BR_JT             : return "XCoreISD::BR_JT";
118 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
178 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
344 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);