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.cpp76 class SemaSignatureTable { class
123 SemaSignatureTable &SST,
322 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
363 void SemaSignatureTable::insert(ArrayRef<PrototypeDescriptor> Signature) { in insert()
372 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { in getIndex()
391 void SemaSignatureTable::print(raw_ostream &OS) { in print()
800 SemaSignatureTable &SST, in createRVVIntrinsicRecords()
830 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
832 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
834 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
[all …]