Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp74 RVVType(BasicType BT,int Log2LMUL,const PrototypeDescriptor & prototype) RVVType() argument
525 int32_t Log2LMUL; parsePrototypeDescriptor() local
557 int32_t Log2LMUL; parsePrototypeDescriptor() local
590 int32_t Log2LMUL; parsePrototypeDescriptor() local
894 applyFixedLog2LMUL(int Log2LMUL,enum FixedLMULType Type) applyFixedLog2LMUL() argument
922 computeTypes(BasicType BT,int Log2LMUL,unsigned NF,ArrayRef<PrototypeDescriptor> Prototype) computeTypes() argument
936 computeRVVTypeHashValue(BasicType BT,int Log2LMUL,PrototypeDescriptor Proto) computeRVVTypeHashValue() argument
948 computeType(BasicType BT,int Log2LMUL,PrototypeDescriptor Proto) computeType() argument
1029 getSuffixStr(RVVTypeCache & TypeCache,BasicType Type,int Log2LMUL,llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) getSuffixStr() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp354 for (int Log2LMUL : Log2LMULs) { createHeader() local
363 for (int Log2LMUL : Log2LMULs) { createHeader() local
393 for (int Log2LMUL : Log2LMULs) { createHeader() local
564 for (int Log2LMUL : Log2LMULList) { createRVVIntrinsics() local
649 for (int Log2LMUL : Log2LMULList) createRVVIntrinsics() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h237 int Log2LMUL; member