Home
last modified time | relevance | path

Searched defs:compiler (Results 101 – 125 of 1131) sorted by relevance

12345678910>>...46

/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/local-combined/
Dglide-annotation-and-compiler-prebuilt.jar ... { } com/bumptech/glide/annotation/compiler/ com/bumptech/glide/annotation/compiler
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/local-combined/
Dglide-annotation-and-compiler-prebuilt.jar ... { } com/bumptech/glide/annotation/compiler/ com/bumptech/glide/annotation/compiler
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/jetifier/
Dglide-annotation-and-compiler-prebuilt.jar ... { } com/bumptech/glide/annotation/compiler/ com/bumptech/glide/annotation/compiler
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/jetifier/
Dglide-annotation-and-compiler-prebuilt.jar ... { } com/bumptech/glide/annotation/compiler/ com/bumptech/glide/annotation/compiler
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/4.12.0/
Dcompiler-4.12.0.jar ... annotation/ com/bumptech/glide/annotation/compiler/ com/bumptech/glide/annotation/compiler ...
/aosp_15_r20/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp88 CompilerInstance compiler; in TEST() local
108 CompilerInstance compiler; in TEST() local
135 CompilerInstance compiler; in TEST() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteUnaddressableReferences.cpp224 Rewriter1(TCompiler &compiler) : TIntermRebuild(compiler, false, true) {} in Rewriter1()
259 Rewriter2(TCompiler &compiler, SymbolEnv &symbolEnv) in Rewriter2()
362 bool sh::RewriteUnaddressableReferences(TCompiler &compiler, in RewriteUnaddressableReferences()
H A DTransposeRowMajorMatrices.cpp24 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in Rewriter()
43 bool sh::TransposeRowMajorMatricies(TCompiler &compiler, TIntermBlock &root) in TransposeRowMajorMatricies()
H A DGuardFragDepthWrite.cpp25 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, false, true) {} in Rewriter()
65 bool sh::GuardFragDepthWrite(TCompiler &compiler, TIntermBlock &root) in GuardFragDepthWrite()
H A DIntroduceVertexIndexID.cpp42 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter()
91 bool sh::IntroduceVertexAndInstanceIndex(TCompiler &compiler, TIntermBlock &root) in IntroduceVertexAndInstanceIndex()
H A DRewriteCaseDeclarations.cpp23 Rewriter(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in Rewriter()
84 bool sh::RewriteCaseDeclarations(TCompiler &compiler, TIntermBlock &root) in RewriteCaseDeclarations()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp373 fs_visitor::fs_visitor(const struct brw_compiler *compiler, in fs_visitor()
397 fs_visitor::fs_visitor(const struct brw_compiler *compiler, in fs_visitor()
425 fs_visitor::fs_visitor(const struct brw_compiler *compiler, in fs_visitor()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1160 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_vs() local
1385 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_tcs() local
1519 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_tes() local
1662 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_gs() local
1803 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_fs() local
2028 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_clip() local
2182 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_sf() local
2275 struct elk_compiler *compiler = screen->compiler; in crocus_compile_ff_gs() local
2503 const struct elk_compiler *compiler = screen->compiler; in crocus_compile_cs() local
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitLir.h607 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error()
629 static SLJIT_INLINE void* sljit_compiler_get_allocator_data(struct sljit_compiler *compiler) { retu… in sljit_compiler_get_allocator_data()
631 static SLJIT_INLINE void sljit_compiler_set_user_data(struct sljit_compiler *compiler, void *user_d… in sljit_compiler_set_user_data()
632 static SLJIT_INLINE void* sljit_compiler_get_user_data(struct sljit_compiler *compiler) { return co… in sljit_compiler_get_user_data()
667 static SLJIT_INLINE sljit_sw sljit_get_executable_offset(struct sljit_compiler *compiler) { return … in sljit_get_executable_offset()
673 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { retur… in sljit_get_generated_code_size()
2278 static SLJIT_INLINE struct sljit_label *sljit_get_first_label(struct sljit_compiler *compiler) { re… in sljit_get_first_label()
2279 static SLJIT_INLINE struct sljit_jump *sljit_get_first_jump(struct sljit_compiler *compiler) { retu… in sljit_get_first_jump()
2280 static SLJIT_INLINE struct sljit_const *sljit_get_first_const(struct sljit_compiler *compiler) { re… in sljit_get_first_const()
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp278 ShHandle compiler = 0; in main() local
518 bool CompileFile(char *fileName, ShHandle compiler, const ShCompileOptions &compileOptions) in CompileFile()
743 static void PrintActiveVariables(ShHandle compiler) in PrintActiveVariables()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c550 struct ir3_compiler *compiler = v->compiler; in ir3_nir_lower_const_global_loads() local
626 struct ir3_compiler *compiler = v->compiler; in ir3_nir_analyze_ubo_ranges() local
671 struct ir3_compiler *compiler = v->compiler; in ir3_nir_lower_ubo_loads() local
846 struct ir3_compiler *compiler = v->compiler; in ir3_nir_lower_load_constant() local
/aosp_15_r20/external/skia/bench/
H A DSkSLBench.cpp54 SkSL::Compiler compiler; in onDraw() local
664 SkSL::Compiler compiler; in RunSkSLModuleBenchmarks() local
753 SkSL::Compiler compiler; in onDraw() local
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DRewritePipelineVariables.cpp235 TCompiler &compiler, in GeneratePipelineStructStrings()
378 TCompiler &compiler, in GenerateMainFunctionAndIOStructs()
514 bool GenerateMainFunctionAndIOStructs(TCompiler &compiler, in GenerateMainFunctionAndIOStructs()
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c135 struct compiler { struct
144 struct compiler_unit *u; /* compiler state for current block */ argument
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ argument
149 static int compiler_enter_scope(struct compiler *, identifier, void *, int); argument
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeclarePerVertexBlocks.cpp53 InspectPerVertexBuiltInsTraverser(TCompiler *compiler, in InspectPerVertexBuiltInsTraverser()
127 DeclarePerVertexBlocksTraverser(TCompiler *compiler, in DeclarePerVertexBlocksTraverser()
492 bool DeclarePerVertexBlocks(TCompiler *compiler, in DeclarePerVertexBlocks()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_copy_propagation.cpp582 const struct elk_compiler *compiler) in can_take_stride()
661 try_copy_propagate(const elk_compiler *compiler, elk_fs_inst *inst, in try_copy_propagate()
930 try_constant_propagate(const elk_compiler *compiler, elk_fs_inst *inst, in try_constant_propagate()
1234 opt_copy_propagation_local(const elk_compiler *compiler, linear_ctx *lin_ctx, in opt_copy_propagation_local()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DMapSymbols.cpp23 Rewriter(TCompiler &compiler, in Rewriter()
36 bool sh::MapSymbols(TCompiler &compiler, in MapSymbols()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnvptx_compiler_test.cc49 NVPTXCompiler compiler; in TEST_F() local
79 NVPTXCompiler compiler; in TEST_F() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteUnaryMinusOperatorFloat.cpp32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
92 bool RewriteUnaryMinusOperatorFloat(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorFloat()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsendrecv_ops.cc45 XlaCompiler* compiler = ctx->compiler(); in Compile() local
76 XlaCompiler* compiler = ctx->compiler(); in Compile() local

12345678910>>...46