Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 2182) sorted by relevance

12345678910>>...88

/external/python/cpython2/PC/VS7.1/
DUninstal.wse46 item: Compiler Variable If
55 item: Compiler Variable Else
62 item: Compiler Variable End
80 item: Compiler Variable If
85 item: Compiler Variable If
100 item: Compiler Variable End
102 item: Compiler Variable End
104 item: Compiler Variable If
109 item: Compiler Variable If
124 item: Compiler Variable End
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.cc28 /* static */ tensorflow::mutex Compiler::platform_compiler_mutex_(
32 Compiler::ComputeBackendConfigs(const HloInstruction& hlo, in ComputeBackendConfigs()
39 Compiler::ComputeDefaultBackendConfig(const HloInstruction& hlo, in ComputeDefaultBackendConfig()
47 Compiler::CompileAheadOfTime( in CompileAheadOfTime()
59 /* static */ std::map<se::Platform::Id, Compiler::CompilerFactory>*
60 Compiler::GetPlatformCompilerFactories() { in GetPlatformCompilerFactories()
66 std::map<se::Platform::Id, std::unique_ptr<Compiler>>*
67 Compiler::GetPlatformCompilers() { in GetPlatformCompilers()
68 static auto* r = new std::map<se::Platform::Id, std::unique_ptr<Compiler>>; in GetPlatformCompilers()
72 /* static */ void Compiler::RegisterCompilerFactory( in RegisterCompilerFactory()
[all …]
Dcompiler.h133 class Compiler {
135 virtual ~Compiler() {} in ~Compiler()
231 using CompilerFactory = std::function<std::unique_ptr<Compiler>()>;
242 static StatusOr<Compiler*> GetForPlatform(const se::Platform* platform);
267 static std::map<se::Platform::Id, std::unique_ptr<Compiler>>*
Dllvm_compiler.h33 class LLVMCompiler : public Compiler {
69 using Compiler::RunBackend;
70 using Compiler::RunHloPasses;
/external/swiftshader/third_party/subzero/src/
DIceCompiler.h29 class Compiler {
30 Compiler(const Compiler &) = delete;
31 Compiler &operator=(const Compiler &) = delete;
34 Compiler() = default;
/external/skqp/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp20 std::vector<Compiler::FormatArg>* outFormatArgs) in PipelineStageCodeGenerator()
105 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, in writeFunctionCall()
120 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference()
124 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference()
157 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, in writeVariableReference()
187 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction()
188 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
DSkSLMain.cpp68 SkSL::Compiler compiler; in main()
84 SkSL::Compiler compiler; in main()
100 SkSL::Compiler compiler; in main()
116 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main()
133 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main()
DSkSLCompiler.cpp65 Compiler::Compiler(Flags flags) in Compiler() function in SkSL::Compiler
249 Compiler::~Compiler() { in ~Compiler()
254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition()
305 void Compiler::addDefinitions(const BasicBlock::Node& node, in addDefinitions()
316 } else if (Compiler::IsAssignment(b->fOperator)) { in addDefinitions()
384 void Compiler::scanCFG(CFG* cfg, BlockId blockId, std::set<BlockId>* workList) { in scanCFG()
476 if (!Compiler::IsAssignment(b.fOperator)) { in dead_assignment()
482 void Compiler::computeDataFlow(CFG* cfg) { in computeDataFlow()
693 void Compiler::simplifyExpression(DefinitionMap& definitions, in simplifyExpression()
988 void Compiler::simplifyStatement(DefinitionMap& definitions, in simplifyStatement()
[all …]
/external/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp20 std::vector<Compiler::FormatArg>* outFormatArgs) in PipelineStageCodeGenerator()
106 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, in writeFunctionCall()
121 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference()
125 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference()
158 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, in writeVariableReference()
188 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction()
189 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
DSkSLMain.cpp68 SkSL::Compiler compiler; in main()
84 SkSL::Compiler compiler; in main()
100 SkSL::Compiler compiler; in main()
116 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main()
133 SkSL::Compiler compiler(SkSL::Compiler::kPermitInvalidStaticTests_Flag); in main()
DSkSLCompiler.cpp65 Compiler::Compiler(Flags flags) in Compiler() function in SkSL::Compiler
249 Compiler::~Compiler() { in ~Compiler()
254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition()
305 void Compiler::addDefinitions(const BasicBlock::Node& node, in addDefinitions()
316 } else if (Compiler::IsAssignment(b->fOperator)) { in addDefinitions()
384 void Compiler::scanCFG(CFG* cfg, BlockId blockId, std::set<BlockId>* workList) { in scanCFG()
476 if (!Compiler::IsAssignment(b.fOperator)) { in dead_assignment()
482 void Compiler::computeDataFlow(CFG* cfg) { in computeDataFlow()
693 void Compiler::simplifyExpression(DefinitionMap& definitions, in simplifyExpression()
988 void Compiler::simplifyStatement(DefinitionMap& definitions, in simplifyStatement()
[all …]
/external/bcc/SPECS/
Dbcc+clang.spec7 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)
Dbcc.spec38 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 …]
/external/clang/tools/scan-build/libexec/
Dccc-analyzer66 my $Compiler;
90 $Compiler = $ENV{'CCC_CXX'};
91 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXX…
99 $Compiler = $ENV{'CCC_CC'};
100 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCo…
178 `"$Compiler" -v >> $PPFile.info.txt 2>&1`;
459 my $Status = system($Compiler,@ARGV);
461 print STDERR "$Compiler @ARGV\n";
/external/eigen/bench/btl/cmake/
DFindMKL.cmake15 /opt/intel/Compiler/*/*/mkl/lib/em64t
24 /opt/intel/Compiler/*/*/mkl/lib/em64t
25 /opt/intel/Compiler/*/*/lib/intel64
40 /opt/intel/Compiler/*/*/mkl/lib/32
49 /opt/intel/Compiler/*/*/mkl/lib/32
50 /opt/intel/Compiler/*/*/lib/intel32
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp51 CompilerInstance Compiler; in TEST() local
52 Compiler.setInvocation(Invocation); in TEST()
53 Compiler.createDiagnostics(); in TEST()
54 EXPECT_TRUE(Compiler.hasDiagnostics()); in TEST()
57 bool Success = Compiler.ExecuteAction(*Act); in TEST()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp48 CompilerInstance Compiler; in testExternalASTSource() local
49 Compiler.createDiagnostics(); in testExternalASTSource()
57 Compiler.getDiagnostics()); in testExternalASTSource()
58 Compiler.setInvocation(Invocation); in testExternalASTSource()
61 return Compiler.ExecuteAction(Action); in testExternalASTSource()
/external/bcc/debian/
Dcontrol20 Description: Shared Library for BPF Compiler Collection (BCC)
21 Shared Library for BPF Compiler Collection to control BPF programs
27 Description: Examples for BPF Compiler Collection (BCC)
32 Description: Python wrappers for BPF Compiler Collection (BCC)
37 Description: Python3 wrappers for BPF Compiler Collection (BCC)
42 Description: Command line tools for BPF Compiler Collection (BCC)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCompiler.java18 enum Compiler { enum
29 Compiler.class.getDeclaredField("$SWITCH_TABLE$" in isJDK()
30 + Compiler.class.getName().replace('.', '$')); in isJDK()
/external/llvm/test/Linker/
Dident.ll6 ; CHECK-DAG: "Compiler V1"
7 ; CHECK-DAG: "Compiler V2"
8 ; CHECK-DAG: "Compiler V3"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dident.ll6 ; CHECK-DAG: "Compiler V1"
7 ; CHECK-DAG: "Compiler V2"
8 ; CHECK-DAG: "Compiler V3"
/external/v8/src/runtime/
Druntime-compiler.cc39 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION()
54 if (!Compiler::CompileOptimized(function, ConcurrencyMode::kConcurrent)) { in RUNTIME_FUNCTION()
88 if (!Compiler::CompileOptimized(function, ConcurrencyMode::kNotConcurrent)) { in RUNTIME_FUNCTION()
249 maybe_result = Compiler::GetOptimizedCodeForOSR(function, ast_id, frame); in RUNTIME_FUNCTION()
305 !Compiler::CodeGenerationFromStringsAllowed(isolate, native_context, in CompileGlobalEval()
322 Compiler::GetFunctionFromEval(source, outer_info, context, language_mode, in CompileGlobalEval()
/external/v8/src/
Dcompiler.cc476 if (!Compiler::Analyze(parse_info)) { in GenerateUnoptimizedCode()
511 Compiler::GetSharedFunctionInfo( in FinalizeUnoptimizedCode()
824 Compiler::ClearExceptionFlag flag) { in FailWithPendingException()
825 if (flag == Compiler::CLEAR_EXCEPTION) { in FailWithPendingException()
860 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in FinalizeTopLevel()
904 Compiler::ClearExceptionFlag::KEEP_EXCEPTION); in CompileToplevel()
1023 bool Compiler::Analyze(ParseInfo* parse_info) { in Analyze()
1035 bool Compiler::ParseAndAnalyze(ParseInfo* parse_info, in ParseAndAnalyze()
1041 return Compiler::Analyze(parse_info); in ParseAndAnalyze()
1044 bool Compiler::Compile(Handle<SharedFunctionInfo> shared_info, in Compile()
[all …]
/external/v8/src/inspector/build/closure-compiler/
DREADME.md1 # [Google Closure Compiler](https://developers.google.com/closure/compiler/)
5 The [Closure Compiler](https://developers.google.com/closure/compiler/) is a tool for making JavaSc…
15 1. Post in the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-com…
21 Note: The Closure Compiler requires [Java 7 or higher](http://www.java.com/).
74 and "Enter" again. The Compiler will respond:
80 The Closure Compiler has many options for reading input from a file, writing
88 More detailed information about running the Closure Compiler is available in the
111 The Closure Compiler will concatenate the files in the order they're passed at
117 contains functions for enforcing dependencies between scripts, and Closure Compiler
122 1. First make sure that it is really a bug and not simply the way that Closure Compiler works (espe…
[all …]
/external/llvm/test/Linker/Inputs/
Dident.a.ll2 !0 = !{!"Compiler V1"}
3 !1 = !{!"Compiler V2"}

12345678910>>...88