Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp152 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 Dvulkan-runtime-wrappers.cpp42 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 DVulkanRuntime.h221 const char *entryPoint{nullptr};
H A DVulkanRuntime.cpp53 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 Dmain.m14 -(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 DConvertLaunchFuncToLLVMCalls.cpp129 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 Daux-hdr-defaults.yaml20 # 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 Daux-hdr-full-contents.yaml22 # 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 DTargetAndABI.cpp147 if (auto entryPoint = spirv::lookupEntryPointABI(op)) in lookupLocalWorkGroupSize() local
148 return entryPoint.getLocalSize(); in lookupLocalWorkGroupSize()