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