/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | FunctionCallUtils.cpp | 175 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 D | Pattern.cpp | 75 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 D | MemRefBuilder.cpp | 204 Type indexType = converter.getIndexType(); in bufferPtr() local 361 Type indexType in computeSizes() local [all...] |
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorEmulateMaskedLoadStore.cpp | 63 Type indexType = rewriter.getIndexType(); in matchAndRewrite() local 130 Type indexType = rewriter.getIndexType(); in matchAndRewrite() local
|
/llvm-project/mlir/include/mlir/Conversion/MemRefToLLVM/ |
H A D | AllocLikeConversion.h | 46 Type indexType = getIndexType(); in getAlignment() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | DoLoopHelper.cpp | 43 auto indexType = builder.getIndexType(); in createLoop() local
|
H A D | Character.cpp | 135 auto indexType = builder.getIndexType(); in toExtendedValue() local 565 auto indexType = builder.getIndexType(); in createLenTrim() local
|
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/ |
H A D | IndexToSPIRV.cpp | 87 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 D | TensorToSPIRV.cpp | 83 auto indexType = typeConverter.getIndexType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | AllocLikeConversion.cpp | 19 Type indexType) { in getNotalignedAllocFn() argument 28 getAlignedAllocFn(const LLVMTypeConverter * typeConverter,Operation * module,Type indexType) getAlignedAllocFn() argument
|
H A D | MemRefToLLVM.cpp | 341 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 D | SPIRVConversion.cpp | 292 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 D | UnifyAliasedResourcePass.cpp | 384 Type indexType = oldIndex.getType(); in matchAndRewrite() local 411 Type indexType = oldIndex.getType(); in matchAndRewrite() local
|
H A D | LowerABIAttributesPass.cpp | 234 auto indexType = typeConverter.getIndexType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | MemoryPromotion.cpp | 59 auto indexType = b.getIndexType(); in insertCopyLoops() local
|
H A D | AllReduceLowering.cpp | 344 Type indexType; member
|
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | Utils.cpp | 57 IndexType indexType = rewriter.getIndexType(); in buildLinearId() local 139 IndexType indexType = rewriter.getIndexType(); common3DIdBuilderFn() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefMemorySlot.cpp | 52 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 D | FortranVariableTest.cpp | 33 mlir::Type indexType = builder->getIndexType(); in createConstant() local
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | GPUToSPIRV.cpp | 148 Type indexType = typeConverter->getIndexType(); matchAndRewrite() local 182 Type indexType = typeConverter->getIndexType(); matchAndRewrite() local
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | HLFIRToolsTest.cpp | 45 mlir::Type indexType = firBuilder->getIndexType(); in createConstant() local
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 129 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 D | TypeConverter.cpp | 168 mlir::Type LLVMTypeConverter::indexType() const { indexType() function in fir::LLVMTypeConverter
|
/llvm-project/mlir/lib/Conversion/MathToFuncs/ |
H A D | MathToFuncs.cpp | 685 Type indexType = builder.getIndexType(); in createCtlzFunc() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 534 Type indexType = converter.convertType(rewriter.getIndexType()); scalarizeVectorOp() local
|