Home
last modified time | relevance | path

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

12

/external/spirv-llvm/test/SPIRV/
Dlayout.ll8 ; CHECK-NEXT: {{[0-9]*}} EntryPoint
14 ; CHECK-NOT: {{[0-9]*}} EntryPoint
26 ; CHECK-NOT: {{[0-9]*}} EntryPoint
37 ; CHECK-NOT: {{[0-9]*}} EntryPoint
60 ; CHECK-NOT: {{[0-9]*}} EntryPoint
70 ; CHECK-NOT: {{[0-9]*}} EntryPoint
84 ; CHECK-NOT: {{[0-9]*}} EntryPoint
100 ; CHECK-NOT: {{[0-9]*}} EntryPoint
118 ; CHECK-NOT: {{[0-9]*}} EntryPoint
Dvec_type_hint.ll25 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_float"
26 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_double"
27 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_uint"
28 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_int"
DExecutionMode.ll9 ; CHECK-DAG: EntryPoint 6 [[WORKER:[0-9]+]] "worker"
10 ; CHECK-DAG: EntryPoint 6 [[INIT:[0-9]+]] "_SPIRV_GLOBAL__I_45b04794_Test_attr.cl"
11 ; CHECK-DAG: EntryPoint 6 [[FIN:[0-9]+]] "_SPIRV_GLOBAL__D_45b04794_Test_attr.cl"
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVExtInst.h257 isReadImage(SPIRVWord EntryPoint) { in SPIRV_DEF_NAMEMAP()
258 return EntryPoint >= OpenCLLIB::Read_imagef && in SPIRV_DEF_NAMEMAP()
259 EntryPoint <= OpenCLLIB::Read_imageui; in SPIRV_DEF_NAMEMAP()
263 isWriteImage(SPIRVWord EntryPoint) { in isWriteImage() argument
264 return EntryPoint >= OpenCLLIB::Write_imagef && in isWriteImage()
265 EntryPoint <= OpenCLLIB::Write_imageui; in isWriteImage()
269 isReadOrWriteImage(SPIRVWord EntryPoint) { in isReadOrWriteImage() argument
270 return isReadImage(EntryPoint) || isWriteImage(EntryPoint); in isReadOrWriteImage()
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp43 EntryPoint("entry", variable
112 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput()
114 return Error("no definition for '" + EntryPoint + "'"); in executeInput()
127 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
/external/guava/guava-gwt/src/com/google/common/
DForceGuavaCompilationEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class ForceGuavaCompilationEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/
DGuavaTestsEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class GuavaTestsEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/base/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/escape/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/io/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/net/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/xml/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/cache/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/primitives/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/html/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/math/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/util/concurrent/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
DEmbeddedSpreadsheetClient.java3 import com.google.gwt.core.client.EntryPoint;
7 public class EmbeddedSpreadsheetClient implements EntryPoint {
/external/autotest/frontend/client/src/autotest/moblab/
DMoblabSetupClient.java7 import com.google.gwt.core.client.EntryPoint;
11 public class MoblabSetupClient implements EntryPoint {
/external/autotest/frontend/client/src/autotest/tko/
DEmbeddedTkoClient.java9 import com.google.gwt.core.client.EntryPoint;
15 public class EmbeddedTkoClient implements EntryPoint, TableSwitchListener {
DTkoClient.java14 import com.google.gwt.core.client.EntryPoint;
18 public class TkoClient implements EntryPoint, TableSwitchListener {
/external/autotest/frontend/client/src/autotest/afe/
DAfeClient.java17 import com.google.gwt.core.client.EntryPoint;
24 public class AfeClient implements EntryPoint {

12