Home | History | Annotate | Download | only in AArch64

Lines Matching refs:TBZ

377   // Enable TBZ/TBNZ
724 case AArch64ISD::TBZ: return "AArch64ISD::TBZ";
2889 // See if we can use a TBZ to fold in an AND as well.
2890 // TBZ has a smaller branch displacement than CBZ. If the offset is
2899 // TBZ only operates on i64's, but the ext should be free.
2903 return DAG.getNode(AArch64ISD::TBZ, dl, MVT::Other, Chain, Test,
2909 // See if we can use a TBZ to fold in an AND as well.
2910 // TBZ has a smaller branch displacement than CBZ. If the offset is