Home
last modified time | relevance | path

Searched defs:Log2LMUL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType()
525 int32_t Log2LMUL; in parsePrototypeDescriptor() local
557 int32_t Log2LMUL; in parsePrototypeDescriptor() local
590 int32_t Log2LMUL; in parsePrototypeDescriptor() local
894 void RVVType::applyFixedLog2LMUL(int Log2LMUL, enum FixedLMULType Type) { in applyFixedLog2LMUL()
922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes()
936 static uint64_t computeRVVTypeHashValue(BasicType BT, int Log2LMUL, in computeRVVTypeHashValue()
948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType()
1028 RVVTypeCache &TypeCache, BasicType Type, int Log2LMUL, in getSuffixStr()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp352 for (int Log2LMUL : Log2LMULs) { in createHeader() local
361 for (int Log2LMUL : Log2LMULs) { in createHeader() local
391 for (int Log2LMUL : Log2LMULs) { in createHeader() local
562 for (int Log2LMUL : Log2LMULList) { in createRVVIntrinsics() local
646 for (int Log2LMUL : Log2LMULList) in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp293 for (int Log2LMUL = -3; Log2LMUL <= 3; Log2LMUL++) { in ConstructRVVIntrinsics() local
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h237 int Log2LMUL; member