Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8403 bool HasFSHR = hasOperation(ISD::FSHR, VT); in MatchRotate() local
8414 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8514 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()
8564 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()
8579 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8624 RExtOp0, LExtOp0, HasFSHR, ISD::FSHR, ISD::FSHL, DL); in MatchRotate()