Home
last modified time | relevance | path

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

/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...]
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp352 for (int Log2LMUL : Log2LMULs) { createHeader() local
361 for (int Log2LMUL : Log2LMULs) { createHeader() local
391 for (int Log2LMUL : Log2LMULs) { createHeader() local
562 for (int Log2LMUL : Log2LMULList) { createRVVIntrinsics() local
647 for (int Log2LMUL : Log2LMULList) createRVVIntrinsics() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp293 for (int Log2LMUL = -3; Log2LMUL <= 3; Log2LMUL++) { ConstructRVVIntrinsics() local
[all...]
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h237 int Log2LMUL; member