Searched refs:HasROTR (Results 1 – 1 of 1) sorted by relevance
8403 bool HasROTR = hasOperation(ISD::ROTR, VT); in MatchRotate() local8413 HasROTR |= TLI.getOperationAction(ISD::ROTR, VT) == TargetLowering::Custom; in MatchRotate()8416 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8566 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()8581 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8604 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()8613 LExtOp0, HasROTR, ISD::ROTR, ISD::ROTL, DL); in MatchRotate()