Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp42 unsigned TypeRangeMask; member
563 BasicType TypeRangeMask = BasicType::Unknown; in createRVVIntrinsics() local
565 TypeRangeMask |= ParseBasicType(I); in createRVVIntrinsics()
567 SR.TypeRangeMask = static_cast<unsigned>(TypeRangeMask); in createRVVIntrinsics()
623 R.TypeRangeMask = SR.TypeRangeMask; in createRVVIntrinsicRecords()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h393 uint8_t TypeRangeMask; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp204 if ((BaseTypeI & Record.TypeRangeMask) != BaseTypeI) in InitIntrinsicList()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp990 OS << (int)Record.TypeRangeMask << ","; in operator <<()