Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7670 bool HasROTL = hasOperation(ISD::ROTL, VT); in MatchRotate() local
7680 HasROTL |= TLI.getOperationAction(ISD::ROTL, VT) == TargetLowering::Custom; in MatchRotate()
7684 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
7834 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()
7835 bool UseROTL = !LegalOperations || HasROTL; in MatchRotate()
7849 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()
7872 if (IsRotate && (HasROTL || HasROTR)) { in MatchRotate()
7875 RExtOp0, HasROTL, ISD::ROTL, ISD::ROTR, DL); in MatchRotate()