| /external/kernel-headers/original/uapi/linux/ |
| futex.h | 5 #include <linux/compiler.h>
|
| /external/kernel-headers/original/uapi/xen/ |
| privcmd.h | 38 #include <linux/compiler.h>
|
| /external/kotlinc/lib/ |
| allopen-compiler-plugin.jar | |
| sam-with-receiver-compiler-plugin.jar | |
| /external/libbrillo/brillo/ |
| type_name_undecorate.h | 21 #error TypeInfo/Any with RTTI disabled is supported on clang compiler only.
|
| /external/libvpx/libvpx/vpx_ports/ |
| mem.h | 22 #warning No alignment directives known for this compiler.
|
| /external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| fd3_screen.c | 104 screen->compiler = ir3_compiler_create(screen->dev, screen->gpu_id);
|
| /external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| fd4_screen.c | 103 screen->compiler = ir3_compiler_create(screen->dev, screen->gpu_id);
|
| /external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| fd5_screen.c | 101 screen->compiler = ir3_compiler_create(screen->dev, screen->gpu_id);
|
| /external/mesa3d/src/gallium/drivers/freedreno/ |
| freedreno_screen.h | 70 void *compiler; /* currently unused for a2xx */ member in struct:fd_screen 123 /* is it using the ir3 compiler (shader isa introduced with a3xx)? */
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_gs.c | 37 #include "compiler/glsl/ir_uniform.h" 82 struct brw_compiler *compiler = brw->screen->compiler; local 115 compiler->scalar_stage[MESA_SHADER_GEOMETRY]); 136 brw_compile_gs(brw->screen->compiler, brw, mem_ctx, key,
|
| brw_tes.c | 71 const struct brw_compiler *compiler = brw->screen->compiler; local 105 compiler->scalar_stage[MESA_SHADER_TESS_EVAL]); 124 brw_compile_tes(compiler, brw, mem_ctx, key, &input_vue_map, &prog_data,
|
| intel_screen.h | 85 struct brw_compiler *compiler; member in struct:intel_screen
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_name_resolver.h | 47 namespace compiler { namespace in namespace:google::protobuf 121 } // namespace compiler
|
| /external/python/cpython2/Tools/compiler/ |
| compile.py | 4 from compiler import compileFile, visitor
|
| regrtest.py | 1 """Run the Python regression test using the compiler 4 by this compiler instead of by the builtin compiler. 10 from compiler import compileFile
|
| /external/skia/infra/bots/recipe_modules/builder_name_schema/examples/ |
| full.py | 38 compiler='Clang',
|
| /external/skqp/infra/bots/recipe_modules/builder_name_schema/examples/ |
| full.py | 38 compiler='Clang',
|
| /external/swiftshader/src/OpenGL/libGL/ |
| Shader.cpp | 197 TranslatorASM *compiler = createCompiler(getType()); local 199 // Ensure we don't pass a nullptr source to the compiler 206 bool success = compiler->compile(&source, 1, SH_OBJECT_CODE); 224 infoLog = compiler->getInfoSink().info.c_str(); 228 delete compiler;
|
| /external/syslinux/com32/elflink/ldlinux/ |
| setadv.c | 42 #include <klibc/compiler.h>
|
| /external/syslinux/com32/lib/sys/vesa/ |
| screencpy.c | 30 #include <klibc/compiler.h>
|
| /external/syslinux/core/thread/ |
| schedule.c | 1 #include <klibc/compiler.h>
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| rmsprop_test.py | 23 from tensorflow.compiler.tests.xla_test import XLATestCase
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| backend.cc | 18 #include "tensorflow/compiler/xla/service/backend.h" 25 #include "tensorflow/compiler/xla/service/compiler.h" 26 #include "tensorflow/compiler/xla/service/platform_util.h" 27 #include "tensorflow/compiler/xla/status_macros.h" 28 #include "tensorflow/compiler/xla/statusor.h" 29 #include "tensorflow/compiler/xla/types.h" 30 #include "tensorflow/compiler/xla/util.h" 81 TF_ASSIGN_OR_RETURN(auto compiler, Compiler::GetForPlatform(platform)) [all...] |
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| llvm_irgen_test_base.cc | 16 #include "tensorflow/compiler/xla/tests/llvm_irgen_test_base.h" 21 #include "tensorflow/compiler/xla/service/llvm_ir/llvm_util.h" 22 #include "tensorflow/compiler/xla/tests/filecheck.h" 31 // Add the IR inspection hook to the LLVM compiler. 74 return static_cast<LLVMCompiler*>(backend().compiler());
|