Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp476 SDValue distributeTruncateThroughAnd(SDNode *N);
4364 SDValue DAGCombiner::distributeTruncateThroughAnd(SDNode *N) { in distributeTruncateThroughAnd() function in DAGCombiner
4395 distributeTruncateThroughAnd(N->getOperand(1).getNode())) in visitRotate()
4459 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSHL()
4715 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRA()
4912 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp569 SDValue distributeTruncateThroughAnd(SDNode *N);
6212 SDValue DAGCombiner::distributeTruncateThroughAnd(SDNode *N) { in distributeTruncateThroughAnd() function in DAGCombiner
6257 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitRotate()
6348 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSHL()
6645 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRA()
6860 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRL()