Home
last modified time | relevance | path

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

12345678910>>...84

/external/rust/crates/proc-macro2/src/
Dwrapper.rs13 Compiler(proc_macro::TokenStream), enumerator
18 Compiler(proc_macro::LexError), enumerator
86 TokenStream::Compiler(proc_macro::TokenStream::new()) in new()
94 TokenStream::Compiler(tts) => tts.is_empty(), in is_empty()
101 TokenStream::Compiler(s) => s, in unwrap_nightly()
108 TokenStream::Compiler(_) => mismatch(), in unwrap_stable()
119 Ok(TokenStream::Compiler(src.parse()?)) in from_str()
129 TokenStream::Compiler(tts) => tts.fmt(f), in fmt()
137 TokenStream::Compiler(inner) in from()
144 TokenStream::Compiler(inner) => inner, in from()
[all …]
/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 …]
/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/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp86 Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, index)); in writeFunctionCall()
109 Compiler::FormatArg(Compiler::FormatArg::Kind::kFunctionName, index)); in writeFunctionCall()
129 fArgs->fFormatArgs.push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference()
133 fArgs->fFormatArgs.push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference()
137 fArgs->fFormatArgs.push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kCoords)); in writeVariableReference()
164 Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, index)); in writeVariableReference()
221 fArgs->fFormatArgs.push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction()
222 fArgs->fFormatArgs.push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
232 Compiler::GLSLFunction result; in writeFunction()
DSkSLCompiler.h62 class SK_API Compiler : public ErrorReporter {
106 std::vector<Compiler::FormatArg> fFormatArgs;
110 Compiler(Flags flags = kNone_Flags);
112 ~Compiler() override;
114 Compiler(const Compiler&) = delete;
115 Compiler& operator=(const Compiler&) = delete;
247 std::vector<Compiler::FormatArg> fFormatArgs;
248 std::vector<Compiler::GLSLFunction> fFunctions;
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.cpp110 Compiler::Compiler(Flags flags) in Compiler() function in SkSL::Compiler
295 Compiler::~Compiler() { in ~Compiler()
299 void Compiler::processIncludeFile(Program::Kind kind, const char* src, size_t length, in processIncludeFile()
328 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition()
381 void Compiler::addDefinitions(const BasicBlock::Node& node, in addDefinitions()
392 } else if (Compiler::IsAssignment(b->fOperator)) { in addDefinitions()
460 void Compiler::scanCFG(CFG* cfg, BlockId blockId, std::set<BlockId>* workList) { in scanCFG()
558 if (!Compiler::IsAssignment(b.fOperator)) { in dead_assignment()
564 void Compiler::computeDataFlow(CFG* cfg) { in computeDataFlow()
781 void Compiler::simplifyExpression(DefinitionMap& definitions, in simplifyExpression()
[all …]
/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/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dfailover_compiler.h39 class FailoverCompiler final : public Compiler {
41 FailoverCompiler(std::unique_ptr<Compiler> primary, in FailoverCompiler()
42 std::unique_ptr<Compiler> secondary) in FailoverCompiler()
71 Compiler* GetPrimary() const { return primary_.get(); } in GetPrimary()
72 Compiler* GetSecondary() const { return secondary_.get(); } in GetSecondary()
75 std::unique_ptr<Compiler> primary_;
76 std::unique_ptr<Compiler> secondary_;
/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
93 Summary: Shared Library for BPF Compiler Collection (BCC)
96 Shared Library for BPF Compiler Collection (BCC)
99 Summary: Python2 bindings for BPF Compiler Collection (BCC)
103 Python bindings for BPF Compiler Collection (BCC)
107 Summary: Python3 bindings for BPF Compiler Collection (BCC)
111 Python bindings for BPF Compiler Collection (BCC)
123 Summary: Examples for BPF Compiler Collection (BCC)
129 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/skia/modules/particles/include/
DSkParticleBinding.h26 class Compiler; variable
31 SkParticleExternalValue(const char* name, SkSL::Compiler& compiler, const SkSL::Type& type) in SkParticleExternalValue()
41 SkSL::Compiler& fCompiler;
55 virtual std::unique_ptr<SkParticleExternalValue> toValue(SkSL::Compiler&) = 0;
/external/dagger2/javatests/dagger/internal/codegen/
DCompilers.java21 import static com.google.testing.compile.Compiler.javac;
28 import com.google.testing.compile.Compiler;
46 static Compiler daggerCompiler(Processor... extraProcessors) { in daggerCompiler()
53 static Compiler compilerWithOptions(CompilerMode... compilerModes) { in compilerWithOptions()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.h36 class Compiler {
38 virtual ~Compiler() = default;
48 std::unique_ptr<Compiler> NewCompiler(
/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"

12345678910>>...84