Searched refs:calculateByteProvider (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11606 calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth, in calculateByteProvider() function 11621 auto RHS = calculateByteProvider(Op.getOperand(1), Index, Depth + 1, in calculateByteProvider() 11625 auto LHS = calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider() 11681 return calculateByteProvider(NextOp, NewIndex, Depth + 1, StartingIndex); in calculateByteProvider() 11726 : calculateByteProvider(Op.getOperand(0), Index - ByteShift, in calculateByteProvider() 11752 return calculateByteProvider(NarrowOp, Index, Depth + 1, StartingIndex); in calculateByteProvider() 11759 return calculateByteProvider(Op.getOperand(0), Index, Depth + 1, in calculateByteProvider() 11799 return calculateByteProvider(Op->getOperand(0), BitWidth / 8 - Index - 1, in calculateByteProvider() 11927 calculateByteProvider(SDValue(N, 0), i, 0, /*StartingIndex = */ i); in matchPERM() 13487 auto Byte0 = calculateByteProvider(MulOperand, 0, 0); in handleMulOperand() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8675 calculateByteProvider(SDValue Op, unsigned Index, unsigned Depth, in calculateByteProvider() function 8704 calculateByteProvider(Op->getOperand(0), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8708 calculateByteProvider(Op->getOperand(1), Index, Depth + 1, VectorIndex); in calculateByteProvider() 8734 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider() 8751 return calculateByteProvider(NarrowOp, Index, Depth + 1, VectorIndex, in calculateByteProvider() 8755 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1, in calculateByteProvider() 8781 return calculateByteProvider(Op->getOperand(0), Index, Depth + 1, in calculateByteProvider() 9128 calculateByteProvider(SDValue(N, 0), i, 0, /*VectorIndex*/ std::nullopt, in MatchLoadCombine()
|