Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp361 ArrayRef<uint8_t> OutputVectorCounts = getOutputVectorCounts(); in parse() local
374 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()
379 maskDwordSize(static_cast<uint32_t>(OutputVectorCounts[I])); in parse()
394 for (uint32_t I = 0; I < OutputVectorCounts.size(); ++I) { in parse()
395 if (InputVectorCount == 0 || OutputVectorCounts[I] == 0) in parse()
397 uint32_t NumDwords = mapTableSize(InputVectorCount, OutputVectorCounts[I]); in parse()
415 OutputVectorCounts[0] > 0) { in parse()
417 mapTableSize(PatchConstOrPrimVectorCount, OutputVectorCounts[0]); in parse()