Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp43 unsigned TypeRangeMask; member
639 BasicType TypeRangeMask = BasicType::Unknown; in createRVVIntrinsics() local
641 TypeRangeMask |= ParseBasicType(I); in createRVVIntrinsics()
643 SR.TypeRangeMask = static_cast<unsigned>(TypeRangeMask); in createRVVIntrinsics()
723 R.TypeRangeMask = SR.TypeRangeMask; in createRVVIntrinsicRecords()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h542 uint8_t TypeRangeMask; member
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1215 OS << (int)Record.TypeRangeMask << ","; in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp280 if ((BaseTypeI & Record.TypeRangeMask) != BaseTypeI) in ConstructRVVIntrinsics()