Home | History | Annotate | Download | only in AArch64

Lines Matching refs:CBZ

722   case AArch64ISD::CBZ:               return "AArch64ISD::CBZ";
2890 // TBZ has a smaller branch displacement than CBZ. If the offset is
2907 return DAG.getNode(AArch64ISD::CBZ, dl, MVT::Other, Chain, LHS, Dest);
2910 // TBZ has a smaller branch displacement than CBZ. If the offset is
7626 BR = DAG.getNode(AArch64ISD::CBZ, SDLoc(N), MVT::Other, Chain, LHS, Dest);