Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8402 bool HasFSHL = hasOperation(ISD::FSHL, 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()
8569 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate()
8579 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
8618 LExtOp0, RExtOp0, HasFSHL, ISD::FSHL, ISD::FSHR, DL); in MatchRotate()