Searched refs:calculateByteProvider (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11797 calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth, in calculateByteProvider() function 11816 auto RHS = calculateByteProvider(Op.getOperand(1), Index, Depth + 1, in calculateByteProvider() 11820 auto LHS = calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider() 11882 return calculateByteProvider(NextOp, NewIndex, Depth + 1, StartingIndex); in calculateByteProvider() 11933 : calculateByteProvider(Op.getOperand(0), Index - ByteShift, in calculateByteProvider() 11962 return calculateByteProvider(NarrowOp, Index, Depth + 1, StartingIndex); in calculateByteProvider() 11972 return calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider() 12015 return calculateByteProvider(Op->getOperand(0), BitWidth / 8 - Index - 1, in calculateByteProvider() 12193 calculateByteProvider(SDValue(N, 0), i, 0, /*StartingIndex = */ i); in matchPERM() 13785 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8677 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function 8706 calculateByteProvider(Op->getOperand(0), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8710 calculateByteProvider(Op->getOperand(1), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8736 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider() 8753 return calculateByteProvider(NarrowOp, Index, Depth + 1, VectorIndex, in calculateByteProvider() 8757 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider() 8787 return calculateByteProvider(Op->getOperand(0), Index, Depth + 1, in calculateByteProvider() 9141 calculateByteProvider(SDValue(N, 0), i, 0, /*VectorIndex*/ std::nullopt, in MatchLoadCombine()
|