Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2898 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT); in MatchRotate() local
2899 if (!HasROTL && !HasROTR) return 0; in MatchRotate()
2993 if (HasROTR) in MatchRotate()
3037 return DAG.getNode(HasROTR ? ISD::ROTR : ISD::ROTL, DL, VT, in MatchRotate()
3039 HasROTR ? RHSShiftAmt : LHSShiftAmt).getNode(); in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4026 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT); in MatchRotate() local
4027 if (!HasROTL && !HasROTR) return nullptr; in MatchRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5448 bool HasROTR = hasOperation(ISD::ROTR, VT); in MatchRotate() local
5449 if (!HasROTL && !HasROTR) return nullptr; in MatchRotate()