Home
last modified time | relevance | path

Searched defs:moduleOp (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp56 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintI64Fn(ModuleOp moduleOp) { in lookupOrCreatePrintI64Fn()
62 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintU64Fn(ModuleOp moduleOp) { in lookupOrCreatePrintU64Fn()
68 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintF32Fn(ModuleOp moduleOp) { in lookupOrCreatePrintF32Fn()
74 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintF64Fn(ModuleOp moduleOp) { in lookupOrCreatePrintF64Fn()
80 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintOpenFn(ModuleOp moduleOp) { in lookupOrCreatePrintOpenFn()
85 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintCloseFn(ModuleOp moduleOp) { in lookupOrCreatePrintCloseFn()
90 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreatePrintCommaFn(ModuleOp moduleOp) { in lookupOrCreatePrintCommaFn()
100 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreateMallocFn(ModuleOp moduleOp, in lookupOrCreateMallocFn()
114 LLVM::LLVMFuncOp mlir::LLVM::lookupOrCreateFreeFn(ModuleOp moduleOp) { in lookupOrCreateFreeFn()
129 mlir::LLVM::lookupOrCreateGenericAlignedAllocFn(ModuleOp moduleOp, in lookupOrCreateGenericAlignedAllocFn()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp44 static AliasedResourceMap collectAliasedResources(spirv::ModuleOp moduleOp) { in collectAliasedResources()
211 auto moduleOp = addressOp->getParentOfType<spirv::ModuleOp>(); in shouldUnify() local
314 auto moduleOp = addressOp->getParentOfType<spirv::ModuleOp>(); in matchAndRewrite() local
333 auto moduleOp = acOp->getParentOfType<spirv::ModuleOp>(); in matchAndRewrite() local
513 spirv::ModuleOp moduleOp = getOperation(); in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp55 ModuleOp moduleOp = getOperation(); in runOnOperation() local
106 func::FuncOp funcOp, ModuleOp moduleOp, in setCalleesAndCallersNonNormalizable()
198 ModuleOp moduleOp) { in updateFunctionSignature()
327 ModuleOp moduleOp) { in normalizeFuncOpMemRefs()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp279 getFuncOpsOrderedByCalls(ModuleOp moduleOp, in getFuncOpsOrderedByCalls()
357 mlir::bufferization::analyzeModuleOp(ModuleOp moduleOp, in analyzeModuleOp()
404 ModuleOp moduleOp, const OneShotAnalysisState &analysisState) { in bufferizeModuleOp()
442 ModuleOp moduleOp, const OneShotBufferizationOptions &options) { in runOneShotModuleBufferize()
H A DBufferUtils.cpp151 auto moduleOp = constantOp->getParentOfType<ModuleOp>(); in getGlobalFor() local
H A DBufferize.cpp228 ModuleOp moduleOp = getOperation(); in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRVPass.cpp49 module.walk([&builder, &kernelModules](gpu::GPUModuleOp moduleOp) { in runOnOperation()
H A DGPUToSPIRV.cpp305 gpu::GPUModuleOp moduleOp, OpAdaptor adaptor, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/TransformOps/
H A DBufferizationTransformOps.cpp40 auto moduleOp = dyn_cast<ModuleOp>(target); in apply() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp152 static LLVM::LLVMFuncOp getOrDefineFunction(T &moduleOp, const Location loc, in getOrDefineFunction()
179 auto moduleOp = gpuPrintfOp->getParentOfType<gpu::GPUModuleOp>(); in matchAndRewrite() local
297 auto moduleOp = gpuPrintfOp->getParentOfType<gpu::GPUModuleOp>(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp39 auto moduleOp = constantOp->getParentOfType<ModuleOp>(); in bufferize() local
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp305 OwningOpRef<ModuleOp> moduleOp = in TEST() local
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c85 MlirModule moduleOp = mlirModuleCreateEmpty(location); in makeAndDumpAdd() local
485 MlirModule moduleOp = makeAndDumpAdd(ctx, location); in constructAndTraverseIr() local
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp585 static LogicalResult printOperation(CppEmitter &emitter, ModuleOp moduleOp) { in printOperation()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp777 ModuleOp moduleOp = warpOp->getParentOfType<ModuleOp>(); in allocateGlobalSharedMemory() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2522 PyOperationRef moduleOp = PyOperation::forOperation( in populateIRCore() local