Searched refs:opcode_count (Results 1 – 12 of 12) sorted by relevance
110 current_buffer->opcode_count += svc_opcode_count; in Done()123 buffer_->opcode_count = 0; in PolicyRule()180 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()181 op = &buffer_->opcodes[buffer_->opcode_count - 1]; in GenStringOpcode()212 ++buffer_->opcode_count; in GenStringOpcode()294 ++buffer_->opcode_count; in AddNumberMatch()305 ++buffer_->opcode_count; in Done()312 size_t count = buffer_->opcode_count; in RebindCopy()
41 if (0 == policy_->opcode_count) { in Evaluate()52 size_t count = policy_->opcode_count; in Evaluate()
153 return buffer_->opcode_count; in GetOpcodeCount()
61 policy->opcode_count = 7; in TEST()
245 size_t opcode_count; member
465 size_t tc1 = policy->entry[kNtFakeNone]->opcode_count; in TEST()466 size_t tc2 = policy->entry[kNtFakeCreateFile]->opcode_count; in TEST()467 size_t tc3 = policy->entry[kNtFakeOpenFile]->opcode_count; in TEST()
92 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader()246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] || in tgsi_scan_shader()247 info->opcode_count[TGSI_OPCODE_KILP]); in tgsi_scan_shader()
64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
3113 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_zero()3114 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_zero()3115 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_zero()3137 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_zero()3141 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_zero()3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_zero()3143 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_zero()3144 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_zero()3145 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_zero()3146 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_zero()[all …]