Lines Matching defs:calculateByteProvider
12017 // used to provide that x byte. calculateByteProvider finds which node provides
12043 // calculateByteProvider would find t6, t7, t13, and t14 for bytes 0-3
12120 calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth,
12139 auto RHS = calculateByteProvider(Op.getOperand(1), Index, Depth + 1,
12143 auto LHS = calculateByteProvider(Op.getOperand(0), Index, Depth + 1,
12205 return calculateByteProvider(NextOp, NewIndex, Depth + 1, StartingIndex);
12256 : calculateByteProvider(Op.getOperand(0), Index - ByteShift,
12285 return calculateByteProvider(NarrowOp, Index, Depth + 1, StartingIndex);
12295 return calculateByteProvider(Op.getOperand(0), Index, Depth + 1,
12338 return calculateByteProvider(Op->getOperand(0), BitWidth / 8 - Index - 1,
12516 calculateByteProvider(SDValue(N, 0), i, 0, /*StartingIndex = */ i);
14169 auto Byte0 = calculateByteProvider(MulOperand, 0, 0);
14173 auto Byte1 = calculateByteProvider(MulOperand, 1, 0);