Home
last modified time | relevance | path

Searched refs:entryPoint (Results 1 – 15 of 15) sorted by relevance

/llvm-project/mlir/unittests/Dialect/Transform/
H A DPreload.cpp85 transform::TransformOpInterface entryPoint = in TEST() local
88 EXPECT_TRUE(entryPoint) << "failed to find entry point"; in TEST()
92 inputModule->getOperation(), entryPoint, retrievedTransformLibrary, in TEST()
/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp181 compileAndExecute(Options &options, Operation *module, StringRef entryPoint, in compileAndExecute() argument
205 auto expectedFPtr = engine->lookupPacked(entryPoint); in compileAndExecute()
221 Options &options, Operation *module, StringRef entryPoint, in compileAndExecuteVoidFunction() argument
224 SymbolTable::lookupSymbolIn(module, entryPoint)); in compileAndExecuteVoidFunction()
234 return compileAndExecute(options, module, entryPoint, std::move(config), in compileAndExecuteVoidFunction()
268 Options &options, Operation *module, StringRef entryPoint, in compileAndExecuteSingleReturnFunction() argument
271 SymbolTable::lookupSymbolIn(module, entryPoint)); in compileAndExecuteSingleReturnFunction()
288 compileAndExecute(options, module, entryPoint, std::move(config), in compileAndExecuteSingleReturnFunction()
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
H A DVulkanRuntime.h
H A DVulkanRuntime.cpp
/llvm-project/lldb/test/API/lang/objc/objc_direct-methods/
H A Dmain.m14 -(int) entryPoint; method
18 -(int) entryPoint
84 …[foo entryPoint]; //%self.expect_expr("[foo directCallNoArgs]", result_summary='"called directCal…
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.cpp128 StringRef entryPoint) { in findTransformEntryPoint() argument
136 if (namedSequenceOp.getSymName() == entryPoint) { in findTransformEntryPoint()
148 << entryPoint; in findTransformEntryPoint()
H A DInterpreterPass.cpp139 getOperation(), transformModule, entryPoint); in runOnOperation()
/llvm-project/mlir/examples/transform-opt/
H A Dmlir-transform-opt.cpp293 mlir::transform::TransformOpInterface entryPoint = in processPayloadBuffer() local
296 if (!entryPoint) in processPayloadBuffer()
302 if (mlir::failed(applyTransforms(*payloadRoot, entryPoint, transformOptions))) in processPayloadBuffer()
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp135 spirv::EntryPointOp entryPoint = *entryPoints.begin(); in encodeKernelName() local
136 StringRef funcName = entryPoint.getFn(); in encodeKernelName()
137 auto funcOp = module.lookupSymbol<spirv::FuncOp>(entryPoint.getFnAttr()); in encodeKernelName()
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DTargetAndABI.cpp149 if (auto entryPoint = spirv::lookupEntryPointABI(op)) in lookupLocalWorkGroupSize() local
150 return entryPoint.getWorkgroupSize(); in lookupLocalWorkGroupSize()
/llvm-project/mlir/include/mlir/Dialect/Transform/Transforms/
H A DTransformInterpreterUtils.h69 StringRef entryPoint = TransformDialect::kTransformEntryPointSymbolName);
H A DPasses.td86 * `entryPoint` specifies the name of the transform symbol to serve as the
103 Option<"entryPoint", "entry-point", "std::string",
/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c354 ompd_address_t *entryPoint) { in ompd_get_task_function() argument
363 return my_get_task_function(taskHandle, entryPoint); in ompd_get_task_function()
1288 ompd_address_t entryPoint; in call_ompd_get_task_function() local
1290 ompd_rc_t retVal = ompd_get_task_function(taskHandle, &entryPoint); in call_ompd_get_task_function()
1298 return PyLong_FromLong((long)entryPoint.address); in call_ompd_get_task_function()