/external/autotest/client/site_tests/audio_ActiveStreamStress/ |
D | audio_ActiveStreamStress.py | 48 pop_count = 0 62 pop_count += 1 64 logging.info('Total streams closed: %d', pop_count) 72 pop_count += 1 74 logging.info('Total streams closed: %d', pop_count)
|
/external/v8/src/compiler/ |
D | common-operator-reducer.cc | 313 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn() local 355 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn() 371 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_conditionaljumptracker.cpp | 170 src->pop_count = 1; in fixup_pop()
|
D | sfn_ir_to_assembly.cpp | 527 m_bc->cf_last->pop_count = 1; in emit_else() 558 m_bc->cf_last->pop_count = 1; in emit_endif()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 189 if (n.bc.pop_count) in dump() 190 s << " POP:" << n.bc.pop_count; in dump()
|
D | sb_bc_finalize.cpp | 205 if_pop->bc.pop_count = 1; in finalize_if() 235 nelse->bc.pop_count = 1; in finalize_if() 239 if_jump->bc.pop_count = 1; in finalize_if()
|
D | sb_bc_builder.cpp | 168 .POP_COUNT(bc.pop_count) in build_cf() 180 .POP_COUNT(bc.pop_count) in build_cf() 197 .POP_COUNT(bc.pop_count) in build_cf()
|
D | sb_bc_decoder.cpp | 66 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 77 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 97 bc.pop_count = w1.get_POP_COUNT(); in decode_cf()
|
D | sb_bc.h | 452 unsigned pop_count:3; member
|
/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.cc | 243 auto pop_count = std::distance(ob->rbegin(), first_non_sorted_it); in ModifyConstraints() local 244 ob->resize(ob->size() - static_cast<uint32_t>(pop_count)); in ModifyConstraints()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 197 unsigned pop_count; member
|
D | eg_asm.c | 144 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
|
D | r600_asm.c | 1733 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build() 2249 if (cf->pop_count) in r600_bytecode_disasm() 2250 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
|
D | r600_shader.c | 2660 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2662 cf_pop->pop_count = 1; in generate_gs_copy_shader() 2847 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2849 cf_pop->pop_count = 1; in generate_gs_copy_shader() 3345 cf_jump->pop_count = 1; in r600_emit_tess_factor() 3347 cf_pop->pop_count = 1; in r600_emit_tess_factor() 10398 ctx->bc->cf_last->pop_count = pops; in pops() 10551 ctx->bc->cf_last->pop_count = pops; 10580 ctx->bc->cf_last->pop_count = 1; 10643 ctx->bc->cf_last->pop_count = 1; in tgsi_else() [all …]
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu_emit.c | 1333 if_inst->bits3.if_else.pop_count = 0; in patch_IF_ELSE() 1348 if_inst->bits3.if_else.pop_count = 0; in patch_IF_ELSE() 1360 else_inst->bits3.if_else.pop_count = 1; in patch_IF_ELSE() 1477 insn->bits3.if_else.pop_count = 1; in brw_ENDIF() 1502 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth]; in brw_BREAK() 1537 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth]; in brw_CONT() 1683 insn->bits3.if_else.pop_count = 0; in brw_WHILE()
|
D | brw_structs.h | 1101 unsigned pop_count:4; member
|
/external/v8/src/compiler/backend/ |
D | instruction-selector.cc | 3098 Node* pop_count = ret->InputAt(0); in VisitReturn() local 3099 value_locations[0] = (pop_count->opcode() == IrOpcode::kInt32Constant || in VisitReturn() 3100 pop_count->opcode() == IrOpcode::kInt64Constant) in VisitReturn() 3101 ? g.UseImmediate(pop_count) in VisitReturn() 3102 : g.UseRegister(pop_count); in VisitReturn()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 3521 int pop_count = in AssembleArchTrap() local 3523 __ Drop(pop_count); in AssembleArchTrap() 3810 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 3857 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 3861 __ Drop(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 2812 int pop_count = in AssembleArchTrap() local 2814 pop_count += (pop_count & 1); // align in AssembleArchTrap() 2815 __ Drop(pop_count); in AssembleArchTrap()
|
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 4453 int pop_count = in AssembleArchTrap() local 4455 __ Drop(pop_count); in AssembleArchTrap() 4701 int pop_count = static_cast<int>(call_descriptor->StackParameterCount()); in AssembleReturn() local 4742 pop_count += g.ToConstant(pop).ToInt32(); in AssembleReturn() 4746 __ Drop(pop_count); in AssembleReturn()
|
/external/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 3965 int pop_count = in AssembleArchTrap() local 3967 pop_count += (pop_count & 1); // align in AssembleArchTrap() 3968 __ Drop(pop_count); in AssembleArchTrap()
|
/external/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 3553 int pop_count = in AssembleArchTrap() local 3555 __ Drop(pop_count); in AssembleArchTrap()
|
/external/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 3696 int pop_count = in AssembleArchTrap() local 3698 __ Drop(pop_count); in AssembleArchTrap()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 12846 TNode<IntPtrT> pop_count = in PopAndReturn() local 12848 assembler_->PopAndReturn(pop_count, value); in PopAndReturn()
|