Searched defs:Log2LMUL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 74 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 D | RISCVVEmitter.cpp | 352 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 D | SemaRISCV.cpp | 293 for (int Log2LMUL = -3; Log2LMUL <= 3; Log2LMUL++) { in ConstructRVVIntrinsics() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 237 int Log2LMUL; member
|