Searched defs:instruction_count (Results 1 - 9 of 9) sorted by relevance

/external/vixl/test/aarch64/
H A Dtest-fuzz-aarch64.cc44 static const int instruction_count = 43 * 1024 * 1024; local
52 for (int i = 0; i < instruction_count; i++) {
62 static const int instruction_count = 9 * 1024 * 1024; local
72 for (int i = 0; i < instruction_count; i++) {
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c109 int instruction_count(void) function
165 return test_harness(instruction_count, "instruction_count");
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_execution_profile.h53 size_t instruction_count() const { function in class:xla::HloProfileIndexMap
62 return instruction_count() + computation_count();
H A Dhlo_computation.h215 int64 instruction_count() const { return instructions_.size(); } function in class:xla::HloComputation
H A Dhlo_module.cc479 int64 HloModule::instruction_count() const { function in class:xla::HloModule
482 n += computation->instruction_count();
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c536 uint32_t instruction_count; local
542 instruction_count = val;
616 if (instruction_count > 256) { /* unified instruction memory? */
623 screen->specs.max_instructions = instruction_count / 2;
/external/libdrm/etnaviv/
H A Detnaviv_priv.h63 uint32_t instruction_count; member in struct:etna_specs
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c1107 unsigned instruction_count = code->length / 4; local
1127 R300_PVS_XYZW_VALID_INST(instruction_count - 1) |
1128 R300_PVS_LAST_INST(instruction_count - 1));
1129 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, instruction_count - 1);
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc443 int instruction_count = 0; local
480 instruction_count++;
483 instruction_count++;
489 instruction_count++;
500 instruction_count++;
502 return instruction_count;

Completed in 332 milliseconds