Home
last modified time | relevance | path

Searched defs:indexType (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp175 mlir::LLVM::lookupOrCreateMallocFn(Operation *moduleOp, Type indexType) { in lookupOrCreateMemRefCopyFn() argument
137 lookupOrCreateMallocFn(Operation * moduleOp,Type indexType) lookupOrCreateMallocFn() argument
143 lookupOrCreateAlignedAllocFn(Operation * moduleOp,Type indexType) lookupOrCreateAlignedAllocFn() argument
155 lookupOrCreateGenericAllocFn(Operation * moduleOp,Type indexType) lookupOrCreateGenericAllocFn() argument
162 lookupOrCreateGenericAlignedAllocFn(Operation * moduleOp,Type indexType) lookupOrCreateGenericAlignedAllocFn() argument
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp75 Type indexType = getIndexType(); in getStridedElementPtr() local
126 Type indexType = getIndexType(); in getMemRefDescriptorSizes() local
193 ? createIndexAttrConstant(rewriter, loc, indexType, in getNumElements() local
232 Type indexType = getIndexType(); createMemRefDescriptor() local
277 Type indexType = getTypeConverter()->getIndexType(); copyUnrankedDescriptors() local
[all...]
H A DMemRefBuilder.cpp204 Type indexType = converter.getIndexType(); in bufferPtr() local
361 Type indexType in computeSizes() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateMaskedLoadStore.cpp63 Type indexType = rewriter.getIndexType(); in matchAndRewrite() local
130 Type indexType = rewriter.getIndexType(); in matchAndRewrite() local
/llvm-project/mlir/include/mlir/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.h46 Type indexType = getIndexType(); in getAlignment() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DDoLoopHelper.cpp43 auto indexType = builder.getIndexType(); in createLoop() local
H A DCharacter.cpp135 auto indexType = builder.getIndexType(); in toExtendedValue() local
565 auto indexType = builder.getIndexType(); in createLenTrim() local
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp87 Type indexType = typeConverter->getIndexType(); in matchAndRewrite() local
248 Type indexType = typeConverter->getIndexType(); in matchAndRewrite() local
328 Type indexType = typeConverter->getIndexType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TensorToSPIRV/
H A DTensorToSPIRV.cpp83 auto indexType = typeConverter.getIndexType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.cpp19 Type indexType) { in getNotalignedAllocFn() argument
28 getAlignedAllocFn(const LLVMTypeConverter * typeConverter,Operation * module,Type indexType) getAlignedAllocFn() argument
H A DMemRefToLLVM.cpp341 Type indexType = getIndexType(); extractSizeOfRankedMemRef() local
659 Type indexType = getIndexType(); matchAndRewrite() local
1159 Type indexType = getIndexType(); convertSourceMemRefToDescriptor() local
1185 Type indexType = getIndexType(); convertSourceMemRefToDescriptor() local
1257 Type indexType = getTypeConverter()->getIndexType(); convertSourceMemRefToDescriptor() local
1490 Type indexType = getIndexType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp292 Type indexType = dyn_cast<IndexType>(type.getElementType()); convertIndexElementType() local
558 } else if (auto indexType = dyn_cast<IndexType>(elementType)) { convertMemrefType() local
910 getPushConstantStorageType(unsigned elementCount,Builder & builder,Type indexType) getPushConstantStorageType() argument
946 getOrInsertPushConstantVariable(Location loc,Block & block,unsigned elementCount,OpBuilder & b,Type indexType) getOrInsertPushConstantVariable() argument
1022 auto indexType = typeConverter.getIndexType(); getVulkanElementPtr() local
1053 auto indexType = typeConverter.getIndexType(); getOpenCLElementPtr() local
[all...]
H A DUnifyAliasedResourcePass.cpp384 Type indexType = oldIndex.getType(); in matchAndRewrite() local
411 Type indexType = oldIndex.getType(); in matchAndRewrite() local
H A DLowerABIAttributesPass.cpp234 auto indexType = typeConverter.getIndexType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DMemoryPromotion.cpp59 auto indexType = b.getIndexType(); in insertCopyLoops() local
H A DAllReduceLowering.cpp344 Type indexType; member
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp57 IndexType indexType = rewriter.getIndexType(); in buildLinearId() local
139 IndexType indexType = rewriter.getIndexType(); common3DIdBuilderFn() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefMemorySlot.cpp52 Type indexType = IndexType::get(ctx); in walkIndicesAsAttr() local
330 Type indexType = IndexType::get(memrefType.getContext()); in getTypeAtIndex() local
/llvm-project/flang/unittests/Optimizer/
H A DFortranVariableTest.cpp33 mlir::Type indexType = builder->getIndexType(); in createConstant() local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp148 Type indexType = typeConverter->getIndexType(); matchAndRewrite() local
182 Type indexType = typeConverter->getIndexType(); matchAndRewrite() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DHLFIRToolsTest.cpp45 mlir::Type indexType = firBuilder->getIndexType(); in createConstant() local
/llvm-project/mlir/test/CAPI/
H A Dir.c129 MlirType indexType = in makeAndDumpAdd() local
1860 MlirType indexType = mlirIndexTypeGet(ctx); in testOperands() local
2019 MlirType indexType in testClone() local
2108 MlirType indexType = mlirIndexTypeGet(ctx); testTypeID() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.cpp168 mlir::Type LLVMTypeConverter::indexType() const { indexType() function in fir::LLVMTypeConverter
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp685 Type indexType = builder.getIndexType(); in createCtlzFunc() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp534 Type indexType = converter.convertType(rewriter.getIndexType()); scalarizeVectorOp() local

12