Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp363 uint8_t InputVectorCount = getInputVectorCount(); in parse() local
395 if (InputVectorCount == 0 || OutputVectorCounts[I] == 0) in parse()
397 uint32_t NumDwords = mapTableSize(InputVectorCount, OutputVectorCounts[I]); in parse()
405 InputVectorCount > 0) { in parse()
407 mapTableSize(InputVectorCount, PatchConstOrPrimVectorCount); in parse()