Lines Matching defs:LoadOffset
7620 auto GetLoad = [&](EVT VT, unsigned LoadOffset) {
7622 (LoadOffset != 0)
7624 dl, Arg, TypeSize::getFixed(LoadOffset))
7629 unsigned LoadOffset = 0;
7632 while (LoadOffset + PtrByteSize <= ByValSize && ArgLocs[I].isRegLoc()) {
7633 SDValue Load = GetLoad(PtrVT, LoadOffset);
7635 LoadOffset += PtrByteSize;
7642 if (LoadOffset == ByValSize)
7650 assert(LoadOffset < ByValSize && "Unexpected memloc for by-val arg.");
7654 MemcpyFlags.setByValSize(ByValSize - LoadOffset);
7656 (LoadOffset != 0) ? DAG.getObjectPtrOffset(
7657 dl, Arg, TypeSize::getFixed(LoadOffset))
7671 assert(ResidueBytes != 0 && LoadOffset + PtrByteSize > ByValSize &&
7679 SDValue Load = GetLoad(VT, LoadOffset);
7681 LoadOffset += N;
7741 unsigned LoadOffset = 0;
7750 DAG.getConstant(LoadOffset, dl, PtrVT));
7754 LoadOffset += PtrByteSize;