Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12567 calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth, in calculateByteProvider() function
12586 auto RHS = calculateByteProvider(Op.getOperand(1), Index, Depth + 1, in calculateByteProvider()
12590 auto LHS = calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider()
12652 return calculateByteProvider(NextOp, NewIndex, Depth + 1, StartingIndex); in calculateByteProvider()
12703 : calculateByteProvider(Op.getOperand(0), Index - ByteShift, in calculateByteProvider()
12732 return calculateByteProvider(NarrowOp, Index, Depth + 1, StartingIndex); in calculateByteProvider()
12742 return calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider()
12785 return calculateByteProvider(Op->getOperand(0), BitWidth / 8 - Index - 1, in calculateByteProvider()
12963 calculateByteProvider(SDValue(N, 0), i, 0, /*StartingIndex = */ i); in matchPERM()
14666 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9131 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function
9160 calculateByteProvider(Op->getOperand(0), Index, Depth + 1, VectorIndex); in calculateByteProvider()
9164 calculateByteProvider(Op->getOperand(1), Index, Depth + 1, VectorIndex); in calculateByteProvider()
9190 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
9207 return calculateByteProvider(NarrowOp, Index, Depth + 1, VectorIndex, in calculateByteProvider()
9211 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider()
9241 return calculateByteProvider(Op->getOperand(0), Index, Depth + 1, in calculateByteProvider()
9595 calculateByteProvider(SDValue(N, 0), i, 0, /*VectorIndex*/ std::nullopt, in MatchLoadCombine()