Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7142 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function
7161 auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1); in calculateByteProvider()
7164 auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1); in calculateByteProvider()
7186 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
7202 return calculateByteProvider(NarrowOp, Index, Depth + 1); in calculateByteProvider()
7205 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider()
7534 auto P = calculateByteProvider(SDValue(N, 0), i, 0, /*Root=*/true); in MatchLoadCombine()