Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8404 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local
8416 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8516 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()
8566 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()
8571 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate()
8581 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8620 LExtOp0, RExtOp0, HasFSHL, ISD::FSHL, ISD::FSHR, DL); in MatchRotate()