Lines Matching refs:SemaRecords
78 void init(ArrayRef<SemaRecord> SemaRecords);
111 std::vector<SemaRecord> *SemaRecords = nullptr);
115 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()
608 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords() argument
609 SST.init(SemaRecords); in createRVVIntrinsicRecords()
611 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords()
643 std::vector<SemaRecord> SemaRecords; in createSema() local
645 createRVVIntrinsics(Defs, &SemaRecords); in createSema()
647 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords); in createSema()