Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h473 static MVT getRISCVVectorTupleVT(unsigned Sz, unsigned NFields) { in getRISCVVectorTupleVT() argument
475 if (Tup && sz == Sz && NF == NFields) \ in getRISCVVectorTupleVT()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1189 uint64_t NFields = endian::byte_swap<uint64_t, llvm::endianness::little>( in readSummary() local
1194 IndexedInstrProf::Summary::getSize(NFields, NEntries); in readSummary()