Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp747 std::vector<RVVIntrinsicRecord> RVVIntrinsicRecords; in createSema() local
753 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords); in createSema()
762 for (const RVVIntrinsicRecord &Record : RVVIntrinsicRecords) in createSema()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp69 static const RVVIntrinsicRecord RVVIntrinsicRecords[] = { variable
358 ConstructRVVIntrinsics(RVVIntrinsicRecords, IntrinsicKind::RVV); in InitIntrinsicList()