Home
last modified time | relevance | path

Searched defs:compiler (Results 126 – 150 of 1131) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_simd_inc.h89 static struct sljit_jump *jump_if_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg) in jump_if_utf_char_start()
124 static void fast_forward_char_pair_sse2_compare(struct sljit_compiler *compiler, vector_compare_typ… in fast_forward_char_pair_sse2_compare()
1122 static void load_from_mem_vector(struct sljit_compiler *compiler, BOOL vlbb, sljit_s32 dst_vreg, in load_from_mem_vector()
1136 static void replicate_imm_vector(struct sljit_compiler *compiler, int step, sljit_s32 dst_vreg, in replicate_imm_vector()
1177 static void fast_forward_char_pair_sse2_compare(struct sljit_compiler *compiler, vector_compare_typ… in fast_forward_char_pair_sse2_compare()
1885 static void fast_forward_char_pair_lsx_compare(struct sljit_compiler *compiler, vector_compare_type… in fast_forward_char_pair_lsx_compare()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp753 const brw_compiler *compiler = bld.shader->compiler; in lower_sampler_logical_send() local
1345 const brw_compiler *compiler = bld.shader->compiler; in setup_surface_descriptors() local
1379 const brw_compiler *compiler = bld.shader->compiler; in setup_lsc_surface_descriptors() local
1602 const brw_compiler *compiler = bld.shader->compiler; in lower_hdc_memory_logical_send() local
1888 ASSERTED const brw_compiler *compiler = bld.shader->compiler; in lower_lsc_varying_pull_constant_logical_send() local
1974 const brw_compiler *compiler = bld.shader->compiler; in lower_varying_pull_constant_logical_send() local
H A Dbrw_compile_mesh.cpp326 brw_compile_task(const struct brw_compiler *compiler, in brw_compile_task()
555 brw_compute_mue_layout(const struct brw_compiler *compiler, in brw_compute_mue_layout()
825 brw_compute_mue_map(const struct brw_compiler *compiler, in brw_compute_mue_map()
1533 brw_mesh_autostrip_enable(const struct brw_compiler *compiler, struct nir_shader *nir, in brw_mesh_autostrip_enable()
1597 brw_compile_mesh(const struct brw_compiler *compiler, in brw_compile_mesh()
H A Dtest_fs_cse.cpp18 struct brw_compiler *compiler; member in cse_test
31 cse_fs_visitor(struct brw_compiler *compiler, in cse_fs_visitor()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DSeparateArrayInitialization.cpp40 bool SeparateArrayInitTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply()
84 bool SeparateArrayInitialization(TCompiler *compiler, TIntermNode *root) in SeparateArrayInitialization()
H A DRewriteUnaryMinusOperatorInt.cpp33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
112 bool RewriteUnaryMinusOperatorInt(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorInt()
H A DExpandIntegerPowExpressions.cpp39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply()
147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DShaderWgpu.cpp24 bool translate(ShHandle compiler, in translate()
34 void postTranslate(ShHandle compiler, const gl::CompiledShaderState &compiledState) override {} in postTranslate()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/
H A DRewriteRepeatedAssignToSwizzled.cpp45 bool RewriteAssignToSwizzledTraverser::rewrite(TCompiler *compiler, TIntermBlock *root) in rewrite()
92 bool RewriteRepeatedAssignToSwizzled(TCompiler *compiler, TIntermBlock *root) in RewriteRepeatedAssignToSwizzled()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c67 do_swap(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_swap()
160 do_copy(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_copy()
289 _handle_copies(struct ir3_compiler *compiler, struct ir3_instruction *instr, in _handle_copies()
H A Dir3_delay.c30 ir3_delayslots(struct ir3_compiler *compiler, in ir3_delayslots()
98 ir3_delayslots_with_repeat(struct ir3_compiler *compiler, in ir3_delayslots_with_repeat()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/
H A Dsupport.py60 def _compile(compiler, source_string): argument
73 def _expect_compile(compiler, source_string, error_message): argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DBasicTestIterator.java73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) in BasicTestIterator()
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in BasicTestIterator()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DHoistConstants.cpp28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter()
90 bool sh::HoistConstants(TCompiler &compiler, in HoistConstants()
H A DAddExplicitTypeCasts.cpp22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter()
93 bool sh::AddExplicitTypeCasts(TCompiler &compiler, in AddExplicitTypeCasts()
H A DReduceInterfaceBlocks.cpp31 Reducer(TCompiler &compiler, IdGen &idGen) in Reducer()
116 bool sh::ReduceInterfaceBlocks(TCompiler &compiler, TIntermBlock &root, IdGen &idGen) in ReduceInterfaceBlocks()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp62 bool PruneEmptyCasesTraverser::apply(TCompiler *compiler, TIntermBlock *root) in apply()
122 bool PruneEmptyCases(TCompiler *compiler, TIntermBlock *root) in PruneEmptyCases()
H A DClampIndirectIndices.cpp26 ClampIndirectIndicesTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in ClampIndirectIndicesTraverser()
129 bool ClampIndirectIndices(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ClampIndirectIndices()
H A DRewriteTexelFetchOffset.cpp45 bool Traverser::Apply(TCompiler *compiler, in Apply()
156 bool RewriteTexelFetchOffset(TCompiler *compiler, in RewriteTexelFetchOffset()
H A DMonomorphizeUnsupportedFunctions.cpp243 explicit MonomorphizeTraverser(TCompiler *compiler, in MonomorphizeTraverser()
541 bool MonomorphizeUnsupportedFunctionsImpl(TCompiler *compiler, in MonomorphizeUnsupportedFunctionsImpl()
583 bool MonomorphizeUnsupportedFunctions(TCompiler *compiler, in MonomorphizeUnsupportedFunctions()
H A DRemoveDynamicIndexing.cpp540 TCompiler *compiler, in RemoveDynamicIndexingIf()
573 TCompiler *compiler, in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix()
585 [[nodiscard]] bool RemoveDynamicIndexingOfSwizzledVector(TCompiler *compiler, in RemoveDynamicIndexingOfSwizzledVector()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/
H A Dhost_compute_ops.cc143 XlaCompiler* compiler = ctx->compiler(); in Compile() local
430 XlaCompiler* compiler = ctx->compiler(); in Compile() local
489 XlaCompiler* compiler = ctx->compiler(); in Compile() local
/aosp_15_r20/external/skia/src/core/
H A DSkRuntimeEffect.cpp228 SkSL::Compiler compiler; in getRPProgram() local
476 SkSL::Compiler compiler; in MakeFromSource() local
491 SkSL::Compiler compiler; in MakeInternal() local
638 SkSL::Compiler compiler; in makeUnoptimizedClone() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_compiler.c38 struct elk_compiler *compiler = rzalloc(mem_ctx, struct elk_compiler); in elk_compiler_create() local
146 elk_get_compiler_config_value(const struct elk_compiler *compiler) in elk_get_compiler_config_value()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp107 [[nodiscard]] bool executeReplacements(TCompiler *compiler) in executeReplacements()
130 [[nodiscard]] bool ReplaceShadowingVariables(TCompiler *compiler, in ReplaceShadowingVariables()

12345678910>>...46