Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp75 class SemaSignatureTable { class
122 SemaSignatureTable &SST,
235 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
276 void SemaSignatureTable::insert(ArrayRef<PrototypeDescriptor> Signature) { in insert()
285 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { in getIndex()
304 void SemaSignatureTable::print(raw_ostream &OS) { in print()
708 SemaSignatureTable &SST, in createRVVIntrinsicRecords()
738 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
740 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
742 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()
[all …]