Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7504 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local
7516 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
7616 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()
7666 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()
7671 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate()
7681 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
7720 LExtOp0, RExtOp0, HasFSHL, ISD::FSHL, ISD::FSHR, DL); in MatchRotate()