Lines Matching defs:calculateByteProvider
11694 // used to provide that x byte. calculateByteProvider finds which node provides
11720 // calculateByteProvider would find t6, t7, t13, and t14 for bytes 0-3
11797 calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth,
11816 auto RHS = calculateByteProvider(Op.getOperand(1), Index, Depth + 1,
11820 auto LHS = calculateByteProvider(Op.getOperand(0), Index, Depth + 1,
11882 return calculateByteProvider(NextOp, NewIndex, Depth + 1, StartingIndex);
11933 : calculateByteProvider(Op.getOperand(0), Index - ByteShift,
11962 return calculateByteProvider(NarrowOp, Index, Depth + 1, StartingIndex);
11972 return calculateByteProvider(Op.getOperand(0), Index, Depth + 1,
12015 return calculateByteProvider(Op->getOperand(0), BitWidth / 8 - Index - 1,
12193 calculateByteProvider(SDValue(N, 0), i, 0, /*StartingIndex = */ i);
13785 auto Byte0 = calculateByteProvider(MulOperand, 0, 0);
13789 auto Byte1 = calculateByteProvider(MulOperand, 1, 0);