| /llvm-project/mlir/unittests/Dialect/Transform/ |
| H A D | Preload.cpp | 85 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 D | JitRunner.cpp | 181 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 D | vulkan-runtime-wrappers.cpp | |
| H A D | VulkanRuntime.h | |
| H A D | VulkanRuntime.cpp | |
| /llvm-project/lldb/test/API/lang/objc/objc_direct-methods/ |
| H A D | main.m | 14 -(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 D | TransformInterpreterUtils.cpp | 128 StringRef entryPoint) { in findTransformEntryPoint() argument 136 if (namedSequenceOp.getSymName() == entryPoint) { in findTransformEntryPoint() 148 << entryPoint; in findTransformEntryPoint()
|
| H A D | InterpreterPass.cpp | 139 getOperation(), transformModule, entryPoint); in runOnOperation()
|
| /llvm-project/mlir/examples/transform-opt/ |
| H A D | mlir-transform-opt.cpp | 293 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 D | ConvertLaunchFuncToLLVMCalls.cpp | 135 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 D | ConvertLaunchFuncToVulkanCalls.cpp | |
| /llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | TargetAndABI.cpp | 149 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 D | TransformInterpreterUtils.h | 69 StringRef entryPoint = TransformDialect::kTransformEntryPointSymbolName);
|
| H A D | Passes.td | 86 * `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 D | ompdModule.c | 354 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()
|