Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp77 class SemaSignatureTable { class
124 SemaSignatureTable &SST,
237 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
278 void SemaSignatureTable::insert(ArrayRef<PrototypeDescriptor> Signature) { in insert()
287 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { in getIndex()
306 void SemaSignatureTable::print(raw_ostream &OS) { in print()
707 SemaSignatureTable &SST, in createRVVIntrinsicRecords()
737 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
739 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
741 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
[all …]