Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8863 bool HasFSHR = hasOperation(ISD::FSHR, VT); in MatchRotate() local
8874 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8974 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()
9024 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()
9039 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
9081 HasFSHR, ISD::FSHR, ISD::FSHL, DL)) in MatchRotate()