Home | History | Annotate | Download | only in XCore

Lines Matching refs:BR_JT

64     case XCoreISD::BR_JT             : return "XCoreISD::BR_JT";
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
205 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
358 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);