Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp34 struct SemaRecord { struct
87 void init(ArrayRef<SemaRecord> SemaRecords);
121 std::vector<SemaRecord> *SemaRecords = nullptr);
125 ArrayRef<SemaRecord> SemaRecords);
237 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
268 for (const SemaRecord &SR : SemaRecords) { in init()
500 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics()
636 SemaRecord SR; in createRVVIntrinsics()
708 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords()
749 std::vector<SemaRecord> SemaRecords; in createSema()