Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp85 void init(ArrayRef<SemaRecord> SemaRecords);
235 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument
264 assert(!SemaRecords.empty()); in init()
266 for (const SemaRecord &SR : SemaRecords) { in init()
502 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument
635 if (!SemaRecords) in createRVVIntrinsics()
694 SemaRecords->push_back(SR); in createRVVIntrinsics()
710 SST.init(SemaRecords); in createRVVIntrinsicRecords()
712 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords()
750 std::vector<SemaRecord> SemaRecords; in createSema() local
[all …]