Searched defs:nElements (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/ExecutionEngine/ |
H A D | MemRefUtils.h | 163 int64_t nElements = 1; in freeFunc() local
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 166 mlirLLVMDICompositeTypeAttrGet(MlirContext ctx,unsigned int tag,MlirAttribute recId,MlirAttribute name,MlirAttribute file,uint32_t line,MlirAttribute scope,MlirAttribute baseType,int64_t flags,uint64_t sizeInBits,uint64_t alignInBits,intptr_t nElements,MlirAttribute const * elements,MlirAttribute dataLocation,MlirAttribute rank,MlirAttribute allocated,MlirAttribute associated) mlirLLVMDICompositeTypeAttrGet() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 369 VectorType(QualType vecType,unsigned nElements,QualType canonType,VectorKind vecKind) VectorType() argument 373 VectorType(TypeClass tc,QualType vecType,unsigned nElements,QualType canonType,VectorKind vecKind) VectorType() argument
|