Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp45 unsigned Log2LMULMask; member
569 unsigned Log2LMULMask = 0; in createRVVIntrinsics() local
571 Log2LMULMask |= 1 << (Log2LMUL + 3); in createRVVIntrinsics()
573 SR.Log2LMULMask = Log2LMULMask; in createRVVIntrinsics()
624 R.Log2LMULMask = SR.Log2LMULMask; in createRVVIntrinsicRecords()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h396 uint8_t Log2LMULMask; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp229 if (!(Record.Log2LMULMask & (1 << (Log2LMUL + 3)))) in InitIntrinsicList()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp991 OS << (int)Record.Log2LMULMask << ","; in operator <<()