Searched refs:entryPoint (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | JitRunner.cpp | 152 StringRef entryPoint, in compileAndExecute() argument 224 auto expectedFPtr = engine->lookupPacked(entryPoint); in compileAndExecute() 243 StringRef entryPoint, in compileAndExecuteVoidFunction() argument 245 auto mainFunction = module.lookupSymbol<LLVM::LLVMFuncOp>(entryPoint); in compileAndExecuteVoidFunction() 249 return compileAndExecute(options, module, entryPoint, std::move(config), in compileAndExecuteVoidFunction() 286 StringRef entryPoint, in compileAndExecuteSingleReturnFunction() argument 288 auto mainFunction = module.lookupSymbol<LLVM::LLVMFuncOp>(entryPoint); in compileAndExecuteSingleReturnFunction() 305 if (auto error = compileAndExecute(options, module, entryPoint, in compileAndExecuteSingleReturnFunction()
|
| /llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/ |
| H A D | vulkan-runtime-wrappers.cpp | 42 void setEntryPoint(const char *entryPoint) { in setEntryPoint() argument 44 vulkanRuntime.setEntryPoint(entryPoint); in setEntryPoint() 109 const char *entryPoint) { in setEntryPoint() argument 111 ->setEntryPoint(entryPoint); in setEntryPoint()
|
| H A D | VulkanRuntime.h | 221 const char *entryPoint{nullptr};
|
| H A D | VulkanRuntime.cpp | 53 entryPoint = entryPointName; in setEntryPoint() 669 stageInfo.pName = entryPoint; in createComputePipeline()
|
| /llvm-project-15.0.7/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-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | ConvertLaunchFuncToLLVMCalls.cpp | 129 auto entryPoint = *module.getOps<spirv::EntryPointOp>().begin(); in encodeKernelName() local 130 StringRef funcName = entryPoint.fn(); in encodeKernelName() 131 auto funcOp = module.lookupSymbol<spirv::FuncOp>(entryPoint.fnAttr()); in encodeKernelName()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/ |
| H A D | aux-hdr-defaults.yaml | 20 # CASE1-NEXT: Section number of entryPoint: 0 93 # CASE2-NEXT: Section number of entryPoint: 0 135 # CASE3-NEXT: Section number of entryPoint: 0 174 # CASE4-NEXT: Section number of entryPoint: 0
|
| H A D | aux-hdr-full-contents.yaml | 22 # CHECK32-NEXT: Section number of entryPoint: 1 55 # CHECK64-NEXT: Section number of entryPoint: 1
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | TargetAndABI.cpp | 147 if (auto entryPoint = spirv::lookupEntryPointABI(op)) in lookupLocalWorkGroupSize() local 148 return entryPoint.getLocalSize(); in lookupLocalWorkGroupSize()
|