Home
last modified time | relevance | path

Searched refs:OutputVectorCounts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp369 ArrayRef<uint8_t> OutputVectorCounts = getOutputVectorCounts(); in parse() local
382 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()
387 maskDwordSize(static_cast<uint32_t>(OutputVectorCounts[I])); in parse()
402 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()
403 if (InputVectorCount == 0 || OutputVectorCounts[I] == 0) in parse()
405 uint32_t NumDwords = mapTableSize(InputVectorCount, OutputVectorCounts[I]); in parse()
423 OutputVectorCounts[0] > 0) { in parse()
425 mapTableSize(PatchConstOrPrimVectorCount, OutputVectorCounts[0]); in parse()