Home
last modified time | relevance | path

Searched refs:EntryPoint (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dentry-point.mlir7 // CHECK: spv.EntryPoint "GLCompute" @noop
9 spv.EntryPoint "GLCompute" @noop
19 // CHECK: spv.EntryPoint "GLCompute" @noop, @var2, @var3
25 spv.EntryPoint "GLCompute" @noop, @var2, @var3
H A Dphi.mlir19 spv.EntryPoint "GLCompute" @main
43 spv.EntryPoint "GLCompute" @main
73 spv.EntryPoint "GLCompute" @main
105 spv.EntryPoint "GLCompute" @main
154 spv.EntryPoint "GLCompute" @main
236 …spv.EntryPoint "GLCompute" @fmul_kernel, @__builtin_var_WorkgroupId__, @__builtin_var_NumWorkgroup…
286 spv.EntryPoint "GLCompute" @fmul_kernel
H A Dexecution-mode.mlir7 spv.EntryPoint "GLCompute" @foo
H A Dselection.mlir50 spv.EntryPoint "GLCompute" @main
88 spv.EntryPoint "GLCompute" @main
H A Dloop.mlir58 spv.EntryPoint "GLCompute" @main
106 spv.EntryPoint "GLCompute" @loop_kernel
212 spv.EntryPoint "GLCompute" @main
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCrossWindows.cpp72 SmallString<128> EntryPoint; in ConstructJob() local
108 EntryPoint.append("_"); in ConstructJob()
123 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob()
126 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob()
137 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
139 EntryPoint.append("mainCRTStartup"); in ConstructJob()
146 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dstructure-ops.mlir136 // spv.EntryPoint
144 spv.EntryPoint "GLCompute" @do_nothing
166 spv.EntryPoint "GLCompute" "do_nothing"
176 spv.EntryPoint "GLCompute" @do_something
189 spv.EntryPoint "GLCompute" @do_something
199 spv.EntryPoint "GLCompute" @do_nothing
201 spv.EntryPoint "GLCompute" @do_nothing
210 spv.EntryPoint "GLCompute" @do_nothing
225 spv.EntryPoint "GLCompute" @do_nothing
234 spv.EntryPoint "GLCompute" @do_nothing
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Dbasic.mlir12 // CHECK-NEXT: spv.EntryPoint "GLCompute" @no_op
32 spv.EntryPoint "GLCompute" @no_op
H A Dconflict-resolution.mlir171 // CHECK-NEXT: spv.EntryPoint "GLCompute" @foo_1
188 spv.EntryPoint "GLCompute" @foo
201 // CHECK-NEXT: spv.EntryPoint "GLCompute" @fo
208 // CHECK-NEXT: spv.EntryPoint "GLCompute" @foo_1
219 spv.EntryPoint "GLCompute" @foo
228 spv.EntryPoint "GLCompute" @foo
/llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/
H A Dlower-host-to-llvm-calls.mlir12 // CHECK: spv.EntryPoint "GLCompute" @__spv__foo_bar
30 spv.EntryPoint "GLCompute" @bar
H A Dmisc-ops-to-llvm.mlir88 // spv.EntryPoint and spv.ExecutionMode
106 spv.EntryPoint "Kernel" @empty
132 spv.EntryPoint "Kernel" @bar
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1956 JITEvaluatedSymbol EntryPoint; in getEntryPoint() local
1961 EntryPoint = *EP; in getEntryPoint()
1973 EntryPoint = *EP; in getEntryPoint()
1978 << formatv("{0:x16}", EntryPoint.getAddress()) << ")\n"; in getEntryPoint()
1982 return EntryPoint; in getEntryPoint()
2046 Expected<JITEvaluatedSymbol> EntryPoint(nullptr); in main() local
2048 ExpectedAsOutParameter<JITEvaluatedSymbol> _(&EntryPoint); in main()
2050 EntryPoint = getEntryPoint(*S); in main()
2062 if (!EntryPoint) { in main()
2065 reportLLVMJITLinkError(EntryPoint.takeError()); in main()
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface-opencl.mlir9 // CHECK: spv.EntryPoint "Kernel" [[FN]]
H A Dabi-interface.mlir27 // CHECK: spv.EntryPoint "GLCompute" [[FN]]
H A Dinlining.mlir223 spv.EntryPoint "GLCompute" @inline_into_selection_region
H A Dabi-load-store.mlir117 …// CHECK: spv.EntryPoint "GLCompute" [[FN]], [[WORKGROUPID]], [[LOCALINVOCATIONID]], [[NUMWORKGROU…
/llvm-project-15.0.7/mlir/test/Conversion/GPUToVulkan/
H A Dlower-gpu-launch-vulkan-launch.mlir18 spv.EntryPoint "GLCompute" @kernel
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp78 EntryPoint("entry", cl::desc("Function to call as entry point."), variable
595 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()
597 ErrorAndExit("no definition for '" + EntryPoint + "'"); in executeInput()
614 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td143 def SPV_EntryPointOp : SPV_Op<"EntryPoint", [InModuleScope]> {
175 entry-point-op ::= ssa-id `=` `spv.EntryPoint` execution-model
182 spv.EntryPoint "GLCompute" @foo
183 spv.EntryPoint "Kernel" @foo, @var1, @var2
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp1138 auto EntryPoint = EntryPointSym.toPtr<EntryPointPtr>(); in runOrcJIT() local
1139 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md370 ### `spv.EntryPoint` and `spv.ExecutionMode`
375 * `spv.EntryPoint` is simply removed.
881 spv.EntryPoint @bar, ...
905 spv.EntryPoint @bar, ...
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md942 * Adds the `spv.EntryPoint` and `spv.ExecutionMode` operations into the