Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7778 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function
7797 auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1); in calculateByteProvider()
7800 auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1); in calculateByteProvider()
7822 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
7838 return calculateByteProvider(NarrowOp, Index, Depth + 1); in calculateByteProvider()
7841 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider()
8170 auto P = calculateByteProvider(SDValue(N, 0), i, 0, /*Root=*/true); in MatchLoadCombine()