Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp245 SDNode *MatchRotate(SDValue LHS, SDValue RHS, DebugLoc DL);
2858 if (SDNode *Rot = MatchRotate(N0, N1, N->getDebugLoc())) in visitOR()
2891 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, DebugLoc DL) { in MatchRotate() function in DAGCombiner
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp450 SDNode *MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);
5151 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()
5441 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { in MatchRotate() function in DAGCombiner
5455 if (SDNode *Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp374 SDNode *MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);
3857 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()
4019 SDNode *DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { in MatchRotate() function in DAGCombiner