| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | entry-point.mlir | 7 // 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 D | phi.mlir | 19 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 D | execution-mode.mlir | 7 spv.EntryPoint "GLCompute" @foo
|
| H A D | selection.mlir | 50 spv.EntryPoint "GLCompute" @main 88 spv.EntryPoint "GLCompute" @main
|
| H A D | loop.mlir | 58 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 D | CrossWindows.cpp | 72 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 D | structure-ops.mlir | 136 // 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 D | basic.mlir | 12 // CHECK-NEXT: spv.EntryPoint "GLCompute" @no_op 32 spv.EntryPoint "GLCompute" @no_op
|
| H A D | conflict-resolution.mlir | 171 // 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 D | lower-host-to-llvm-calls.mlir | 12 // CHECK: spv.EntryPoint "GLCompute" @__spv__foo_bar 30 spv.EntryPoint "GLCompute" @bar
|
| H A D | misc-ops-to-llvm.mlir | 88 // 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 D | llvm-jitlink.cpp | 1956 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 D | abi-interface-opencl.mlir | 9 // CHECK: spv.EntryPoint "Kernel" [[FN]]
|
| H A D | abi-interface.mlir | 27 // CHECK: spv.EntryPoint "GLCompute" [[FN]]
|
| H A D | inlining.mlir | 223 spv.EntryPoint "GLCompute" @inline_into_selection_region
|
| H A D | abi-load-store.mlir | 117 …// CHECK: spv.EntryPoint "GLCompute" [[FN]], [[WORKGROUPID]], [[LOCALINVOCATIONID]], [[NUMWORKGROU…
|
| /llvm-project-15.0.7/mlir/test/Conversion/GPUToVulkan/ |
| H A D | lower-gpu-launch-vulkan-launch.mlir | 18 spv.EntryPoint "GLCompute" @kernel
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 78 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 D | SPIRVStructureOps.td | 143 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 D | lli.cpp | 1138 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 D | SPIRVToLLVMDialectConversion.md | 370 ### `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 D | SPIR-V.md | 942 * Adds the `spv.EntryPoint` and `spv.ExecutionMode` operations into the
|