HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/subzero/src/
IceCompiler.h 1 //===- subzero/src/IceCompiler.h - Compiler driver --------------*- C++ -*-===//
28 /// A compiler driver. It may be called to handle a single compile request.
29 class Compiler {
30 Compiler(const Compiler &) = delete;
31 Compiler &operator=(const Compiler &) = delete;
34 Compiler() = default;
36 /// Run the compiler with the given GlobalContext for compilation state. Upon
IceCompileServer.h 13 /// Given a compiler implementation, it dispatches compile requests to the
33 /// given Compiler. Each request is paired with an input stream, a context
63 Compiler &getCompiler() { return Comp; }
65 Compiler Comp;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
Compiler.java 15 * Provides ability to detect compiler based on difference in generated bytecode
18 enum Compiler {
29 Compiler.class.getDeclaredField("$SWITCH_TABLE$"
30 + Compiler.class.getName().replace('.', '$'));
  /art/compiler/optimizing/
optimizing_compiler.h 26 class Compiler;
31 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options,
  /external/clang/unittests/Frontend/
CodeGenActionTest.cpp 3 // The LLVM Compiler Infrastructure
51 CompilerInstance Compiler;
52 Compiler.setInvocation(Invocation);
53 Compiler.createDiagnostics();
54 EXPECT_TRUE(Compiler.hasDiagnostics());
57 bool Success = Compiler.ExecuteAction(*Act);
  /external/tensorflow/tensorflow/compiler/xla/service/
compiler.cc 16 #include "tensorflow/compiler/xla/service/compiler.h"
21 #include "tensorflow/compiler/xla/types.h"
22 #include "tensorflow/compiler/xla/util.h"
28 /* static */ tensorflow::mutex Compiler::platform_compiler_mutex_(
32 Compiler::ComputeBackendConfigs(const HloInstruction& hlo,
39 Compiler::ComputeDefaultBackendConfig(const HloInstruction& hlo,
47 Compiler::CompileAheadOfTime(
54 "compiler.");
59 /* static */ std::map<se::Platform::Id, Compiler::CompilerFactory>
    [all...]
llvm_compiler.h 20 #include "tensorflow/compiler/xla/service/compiler.h"
24 // Interface for an LLVM-based compiler. This provides the ability to register
33 class LLVMCompiler : public Compiler {
69 using Compiler::RunBackend;
70 using Compiler::RunHloPasses;
  /art/compiler/
compiler.cc 17 #include "compiler.h"
30 Compiler* Compiler::Create(const CompilerOptions& compiler_options,
32 Compiler::Kind kind) {
33 // Check that oat version when runtime was compiled matches the oat version of the compiler.
48 bool Compiler::IsPathologicalCase(const dex::CodeItem& code_item,
58 LOG(INFO) << "Method exceeds compiler instruction limit: "
64 LOG(INFO) << "Method exceeds compiler virtual register limit: "
common_compiler_test.h 28 #include "compiler.h"
60 Compiler::Kind GetCompilerKind() const;
61 void SetCompilerKind(Compiler::Kind compiler_kind);
84 Compiler::Kind compiler_kind_ = Compiler::kOptimizing;
compiler.h 47 class Compiler {
54 static Compiler* Create(const CompilerOptions& compiler_options,
91 virtual ~Compiler() {}
100 Compiler(const CompilerOptions& compiler_options,
121 DISALLOW_COPY_AND_ASSIGN(Compiler);
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 3 // The LLVM Compiler Infrastructure
48 CompilerInstance Compiler;
49 Compiler.createDiagnostics();
57 Compiler.getDiagnostics());
58 Compiler.setInvocation(Invocation);
61 return Compiler.ExecuteAction(Action);
  /art/compiler/jit/
jit_compiler.h 26 class Compiler;
51 std::unique_ptr<Compiler> compiler_;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis)
48 super(compiler, opPos, analysis);
SelfIteratorNoPredicate.java 25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
50 super(compiler, opPos, analysis, false);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_conv_algorithm_picker.h 21 #include "tensorflow/compiler/xla/service/compiler.h"
22 #include "tensorflow/compiler/xla/service/device_memory_allocator.h"
23 #include "tensorflow/compiler/xla/service/gpu/cudnn_conv_runner.h"
24 #include "tensorflow/compiler/xla/service/hlo_instructions.h"
25 #include "tensorflow/compiler/xla/service/hlo_module.h"
26 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
41 DeviceMemoryAllocator* allocator, Compiler* compiler)
42 : stream_exec_(stream_exec), allocator_(allocator), compiler_(compiler) {}
    [all...]
  /external/skia/src/sksl/
SkSLPipelineStageCodeGenerator.cpp 20 std::vector<Compiler::FormatArg>* outFormatArgs)
106 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor,
121 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput));
125 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput));
158 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform,
188 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput))
    [all...]
  /external/skqp/src/sksl/
SkSLPipelineStageCodeGenerator.cpp 20 std::vector<Compiler::FormatArg>* outFormatArgs)
105 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor,
120 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput));
124 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput));
157 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform,
187 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput))
    [all...]
  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 3 * The LLVM Compiler Infrastructure
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 3 * The LLVM Compiler Infrastructure
  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/processor/
OperatorProcessorTest.java 21 import com.google.testing.compile.Compiler;
45 return Compiler.javac()
  /external/skia/src/sksl/ast/
SkSLASTPrefixExpression.h 27 return Compiler::OperatorName(fOperator) + fOperand->description();
  /external/skqp/src/sksl/ast/
SkSLASTPrefixExpression.h 27 return Compiler::OperatorName(fOperator) + fOperand->description();
  /external/bcc/SPECS/
bcc+clang.spec 7 Summary: BPF Compiler Collection (BCC)
20 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
59 Summary: Shared Library for BPF Compiler Collection (BCC)
62 Shared Library for BPF Compiler Collection (BCC)
65 Summary: Examples for BPF Compiler Collection (BCC)
68 Examples for BPF Compiler Collection (BCC)
71 Summary: Python bindings for BPF Compiler Collection (BCC)
74 Python bindings for BPF Compiler Collection (BCC)
77 Summary: Command line tools for BPF Compiler Collection (BCC)
80 Command line tools for BPF Compiler Collection (BCC
    [all...]
bcc.spec 38 Summary: BPF Compiler Collection (BCC)
64 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
97 Summary: Shared Library for BPF Compiler Collection (BCC)
100 Shared Library for BPF Compiler Collection (BCC)
103 Summary: Python2 bindings for BPF Compiler Collection (BCC)
107 Python bindings for BPF Compiler Collection (BCC)
111 Summary: Python3 bindings for BPF Compiler Collection (BCC)
115 Python bindings for BPF Compiler Collection (BCC)
127 Summary: Examples for BPF Compiler Collection (BCC)
133 Examples for BPF Compiler Collection (BCC
    [all...]

Completed in 2479 milliseconds

1 2 3 4 5 6 7 8 91011>>