Lines Matching refs:paddedLength
187 return {.offset = offset, .paddedLength = size}; in addTemporary()
280 << ", paddedLength = " << temp.second.paddedLength in vlogDump()
296 const uint32_t paddedLength = roundUp(initialLength, padding); in declare() local
299 paddedLength, alignment, padding}); in declare()
318 const uint32_t paddedLength = roundUp(newLength, temp.padding); in redeclare() local
319 if (temp.paddedLength == paddedLength && temp.dimensions == newDimensions) { in redeclare()
322 if (temp.paddedLength < paddedLength) { in redeclare()
329 temp.paddedLength = paddedLength; in redeclare()
349 CHECK(temp.paddedLength % temp.padding == 0); in allocate()
350 temp.offset = addTemporary(&newSize, temp.paddedLength, temp.alignment, kNoPadding).offset; in allocate()
396 &temp.dimensions, temp.paddedLength}; in lookup()
398 return LocationAndShape{nullptr, ~uint32_t(0), &temp.dimensions, temp.paddedLength}; in lookup()
565 loc.paddedLength); in mapInputsAndOutputs()
568 loc->paddedLength, *loc->dimensions); in mapInputsAndOutputs()
595 loc.paddedLength); in mapInputsAndOutputs()
598 loc->paddedLength, *loc->dimensions); in mapInputsAndOutputs()
1267 << " offset = " << loc.offset << " paddedLength = " << loc.paddedLength; in makeController()
1361 << " offset = " << loc.offset << " paddedLength = " << loc.paddedLength; in makeController()