Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp78 void init(ArrayRef<SemaRecord> SemaRecords);
212 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument
241 assert(!SemaRecords.empty()); in init()
243 llvm::for_each(SemaRecords, [&](const SemaRecord &SR) { in init()
470 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument
556 if (!SemaRecords) in createRVVIntrinsics()
593 SemaRecords->push_back(SR); in createRVVIntrinsics()
609 SST.init(SemaRecords); in createRVVIntrinsicRecords()
611 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords()
643 std::vector<SemaRecord> SemaRecords; in createSema() local
[all …]