/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_jit_simd_inc.h | 89 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 D | brw_lower_logical_sends.cpp | 753 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 D | brw_compile_mesh.cpp | 326 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 D | test_fs_cse.cpp | 18 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 D | SeparateArrayInitialization.cpp | 40 bool SeparateArrayInitTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply() 84 bool SeparateArrayInitialization(TCompiler *compiler, TIntermNode *root) in SeparateArrayInitialization()
|
H A D | RewriteUnaryMinusOperatorInt.cpp | 33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() 112 bool RewriteUnaryMinusOperatorInt(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorInt()
|
H A D | ExpandIntegerPowExpressions.cpp | 39 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 D | ShaderWgpu.cpp | 24 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 D | RewriteRepeatedAssignToSwizzled.cpp | 45 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 D | ir3_lower_parallelcopy.c | 67 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 D | ir3_delay.c | 30 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 D | support.py | 60 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 D | BasicTestIterator.java | 73 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 D | HoistConstants.cpp | 28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() 90 bool sh::HoistConstants(TCompiler &compiler, in HoistConstants()
|
H A D | AddExplicitTypeCasts.cpp | 22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter() 93 bool sh::AddExplicitTypeCasts(TCompiler &compiler, in AddExplicitTypeCasts()
|
H A D | ReduceInterfaceBlocks.cpp | 31 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 D | PruneEmptyCases.cpp | 62 bool PruneEmptyCasesTraverser::apply(TCompiler *compiler, TIntermBlock *root) in apply() 122 bool PruneEmptyCases(TCompiler *compiler, TIntermBlock *root) in PruneEmptyCases()
|
H A D | ClampIndirectIndices.cpp | 26 ClampIndirectIndicesTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in ClampIndirectIndicesTraverser() 129 bool ClampIndirectIndices(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ClampIndirectIndices()
|
H A D | RewriteTexelFetchOffset.cpp | 45 bool Traverser::Apply(TCompiler *compiler, in Apply() 156 bool RewriteTexelFetchOffset(TCompiler *compiler, in RewriteTexelFetchOffset()
|
H A D | MonomorphizeUnsupportedFunctions.cpp | 243 explicit MonomorphizeTraverser(TCompiler *compiler, in MonomorphizeTraverser() 541 bool MonomorphizeUnsupportedFunctionsImpl(TCompiler *compiler, in MonomorphizeUnsupportedFunctionsImpl() 583 bool MonomorphizeUnsupportedFunctions(TCompiler *compiler, in MonomorphizeUnsupportedFunctions()
|
H A D | RemoveDynamicIndexing.cpp | 540 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 D | host_compute_ops.cc | 143 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 D | SkRuntimeEffect.cpp | 228 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 D | elk_compiler.c | 38 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 D | ReplaceShadowingVariables.cpp | 107 [[nodiscard]] bool executeReplacements(TCompiler *compiler) in executeReplacements() 130 [[nodiscard]] bool ReplaceShadowingVariables(TCompiler *compiler, in ReplaceShadowingVariables()
|