Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp86 void init(ArrayRef<SemaRecord> SemaRecords);
120 std::vector<SemaRecord> *SemaRecords = nullptr);
124 ArrayRef<SemaRecord> SemaRecords);
322 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument
351 assert(!SemaRecords.empty()); in init()
353 for (const SemaRecord &SR : SemaRecords) { in init()
622 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument
753 if (!SemaRecords) in createRVVIntrinsics()
788 SemaRecords->push_back(SR); in createRVVIntrinsics()
801 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords() argument
[all …]