Searched refs:calculateByteProvider (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5628 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function 5647 auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1); in calculateByteProvider() 5650 auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1); in calculateByteProvider() 5672 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider() 5688 return calculateByteProvider(NarrowOp, Index, Depth + 1); in calculateByteProvider() 5691 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider() 5789 auto P = calculateByteProvider(SDValue(N, 0), i, 0, /*Root=*/true); in MatchLoadCombine()
|