Home
last modified time | relevance | path

Searched refs:HasROTR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8403 bool HasROTR = hasOperation(ISD::ROTR, VT); in MatchRotate() local
8413 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()