Home | History | Annotate | Download | only in XCore

Lines Matching refs:BR_JT

63     case XCoreISD::BR_JT             : return "XCoreISD::BR_JT";
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
208 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
362 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);