/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/ |
H A D | extension.rb | 57 pop_count = 0 61 pop_count += 1 70 (pop_count - 1).times do
|
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator-reducer.cc | 319 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn() local 361 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn() 377 Node* ret = graph()->NewNode(node->op(), pop_count, value_inputs[i], in ReduceReturn()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_conditionaljumptracker.cpp | 170 src->pop_count = 1; in fixup_pop()
|
H A D | sfn_assembler.cpp | 1045 m_bc->cf_last->pop_count = 1; in emit_else() 1073 m_bc->cf_last->pop_count = 1; in emit_endif()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 189 if (n.bc.pop_count) in dump() 190 s << " POP:" << n.bc.pop_count; in dump()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | sb_bc.h | 452 unsigned pop_count:3; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 197 unsigned pop_count; member
|
H A D | eg_asm.c | 144 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
|
H A D | r600_asm.c | 1820 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build() 2336 if (cf->pop_count) in r600_bytecode_disasm() 2337 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
|
H A D | r600_shader.c | 2676 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2678 cf_pop->pop_count = 1; in generate_gs_copy_shader() 2863 cf_jump->pop_count = 1; in generate_gs_copy_shader() 2865 cf_pop->pop_count = 1; in generate_gs_copy_shader() 3361 cf_jump->pop_count = 1; in r600_emit_tess_factor() 3363 cf_pop->pop_count = 1; in r600_emit_tess_factor() 10440 ctx->bc->cf_last->pop_count = pops; in pops() 10593 ctx->bc->cf_last->pop_count = pops; 10622 ctx->bc->cf_last->pop_count = 1; 10685 ctx->bc->cf_last->pop_count in tgsi_else() [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 1974 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 1975 pop_count += (pop_count & 1); // align in AssembleArchTrap() 1976 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 3097 Node* pop_count = ret->InputAt(0); in VisitReturn() local 3098 value_locations[0] = (pop_count->opcode() == IrOpcode::kInt32Constant || in VisitReturn() 3099 pop_count->opcode() == IrOpcode::kInt64Constant) in VisitReturn() 3100 ? g.UseImmediate(pop_count) in VisitReturn() 3101 : g.UseRegister(pop_count); in VisitReturn()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 418 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in GenerateCallToTrap() local 419 pop_count += (pop_count & 1); // align in GenerateCallToTrap() 420 __ Drop(pop_count); in GenerateCallToTrap()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3915 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 3916 pop_count += (pop_count & 1); // align in AssembleArchTrap() 3917 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 3584 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 3585 pop_count += (pop_count & 1); // align in AssembleArchTrap() 3586 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3867 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 3868 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3592 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchInstruction() 3593 __ Drop(pop_count); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3262 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 3263 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3726 int pop_count = static_cast<int>(call_descriptor->ParameterSlotCount()); in AssembleArchTrap() local 3727 __ Drop(pop_count); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 14466 TNode<IntPtrT> pop_count = GetLengthWithReceiver(); 14467 assembler_->PopAndReturn(pop_count, value);
|