Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp33 struct SemaRecord { struct
86 void init(ArrayRef<SemaRecord> SemaRecords);
120 std::vector<SemaRecord> *SemaRecords = nullptr);
124 ArrayRef<SemaRecord> SemaRecords);
322 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
353 for (const SemaRecord &SR : SemaRecords) { in init()
622 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics()
757 SemaRecord SR; in createRVVIntrinsics()
801 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords()
842 std::vector<SemaRecord> SemaRecords; in createSema()