Searched refs:instructions (Results 51 - 75 of 428) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/
H A Dloop_analysis.h36 analyze_loop_variables(exec_list *instructions);
56 set_loop_controls(exec_list *instructions, loop_state *ls);
60 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations);
121 * Number of ir_loop_jump instructions that operate on this loop
H A Dopt_dead_functions.cpp115 do_dead_functions(exec_list *instructions) argument
120 visit_list_elements(&v, instructions);
140 foreach_iter(exec_list_iterator, iter, *instructions) {
H A Dast_function.cpp38 process_parameters(exec_list *instructions, exec_list *actual_parameters, argument
46 ir_rvalue *result = ast->hir(instructions, state);
185 generate_call(exec_list *instructions, ir_function_signature *sig, argument
244 instructions->push_tail(tmp);
276 * instructions; just generate an ir_constant.
296 instructions->push_tail(var);
301 instructions->push_tail(call);
304 instructions->append_list(&post_call_conversions);
555 process_array_constructor(exec_list *instructions, argument
583 process_parameters(instructions,
717 emit_inline_vector_constructor(const glsl_type *type, exec_list *instructions, exec_list *parameters, void *ctx) argument
906 emit_inline_matrix_constructor(const glsl_type *type, exec_list *instructions, exec_list *parameters, void *ctx) argument
1172 emit_inline_record_constructor(const glsl_type *type, exec_list *instructions, exec_list *parameters, void *mem_ctx) argument
1205 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
[all...]
H A Dast_to_hir.cpp62 exec_list *instructions);
65 _mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
67 _mesa_glsl_initialize_variables(instructions, state);
73 state->toplevel_ir = instructions;
91 ast->hir(instructions, state);
93 detect_recursion_unlinked(state, instructions);
94 detect_conflicting_assignments(state, instructions);
672 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, argument
762 instructions->push_tail(var);
763 instructions
773 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) argument
791 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
884 get_scalar_boolean_operand(exec_list *instructions, struct _mesa_glsl_parse_state *state, ast_expression *parent_expr, int operand, const char *operand_name, bool *error_emitted) argument
970 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1796 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1818 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2467 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2981 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3136 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3299 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3358 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3482 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3528 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3606 test_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3628 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3639 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3650 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3683 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3694 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3813 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3866 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3929 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
4032 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
4109 detect_conflicting_assignments(struct _mesa_glsl_parse_state *state, exec_list *instructions) argument
[all...]
H A Dir_basic_block.cpp52 void call_for_basic_blocks(exec_list *instructions, argument
61 foreach_iter(exec_list_iterator, iter, *instructions) {
89 * maximal BBs between the instructions that precede main()
90 * and the body of main(). Perhaps those instructions ought
H A Dlower_texture_projection.cpp92 do_lower_texture_projection(exec_list *instructions) argument
96 visit_list_elements(&v, instructions);
H A Dopt_array_splitting.cpp101 bool get_split_list(exec_list *instructions, bool linked);
195 * so just look at the body instructions and not the parameter
203 ir_array_reference_visitor::get_split_list(exec_list *instructions, argument
206 visit_list_elements(this, instructions);
212 foreach_list(node, instructions) {
356 optimize_split_arrays(exec_list *instructions, bool linked) argument
359 if (!refs.get_split_list(instructions, linked))
396 visit_list_elements(&split, instructions);
399 _mesa_print_ir(instructions, NULL);
H A Dopt_if_simplification.cpp50 /* We only care about the top level "if" instructions, so don't
61 do_if_simplification(exec_list *instructions) argument
65 v.run(instructions);
H A Dopt_redundant_jumps.cpp49 /* We only care about the top level instructions, so don't descend
118 optimize_redundant_jumps(exec_list *instructions) argument
122 v.run(instructions);
H A Dopt_swizzle_swizzle.cpp90 do_swizzle_swizzle(exec_list *instructions) argument
94 v.run(instructions);
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c29 static int do_count_loop(struct event *events, u64 instructions, argument
37 /* Run for 1M instructions */
38 thirty_two_instruction_loop(instructions >> 5);
45 expected = instructions + overhead;
53 printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
73 /* Count how many instructions it takes to do a null loop */
99 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, "instructions");
113 printf("Overhead of null loop: %llu instructions\n", overhead);
115 /* Run for 1Mi instructions */
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c17 * Run a calibrated instruction loop and count instructions executed using
25 static int do_count_loop(struct event *event, uint64_t instructions, argument
37 thirty_two_instruction_loop(instructions >> 5);
46 expected = instructions + overhead;
51 printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead);
69 /* Count how many instructions it takes to do a null loop */
132 printf("Overhead of null loop: %lu instructions\n", overhead);
134 /* Run for 1M instructions */
137 /* Run for 10M instructions */
[all...]
/external/smali/dexlib2/src/main/ragel/
H A DSyntheticAccessorFSM.rl73 public int test(List<? extends Instruction> instructions) {
76 int pe = instructions.size();
95 getkey opcodes.getOpcodeValue(instructions.get(p).getOpcode());
101 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
106 # all numeric const instructions
108 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
114 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
163 returnRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dmillion.S2 # count for 1 million instructions
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dmillion.S2 # count for 1 million instructions
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dmillion.S2 # count for 1 million instructions
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java71 @Nonnull public final ImmutableList<Instruction> instructions; field in class:MethodDefinition
92 instructions = ImmutableList.copyOf(methodImpl.getInstructions());
95 effectiveInstructions = Lists.newArrayList(instructions);
99 instructionOffsetMap = new InstructionOffsetMap(instructions);
101 int endOffset = instructionOffsetMap.getInstructionCodeOffset(instructions.size()-1) +
102 instructions.get(instructions.size()-1).getCodeUnits();
104 for (int i=0; i<instructions.size(); i++) {
105 Instruction instruction = instructions.get(i);
259 Instruction instruction = instructions
[all...]
/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc317 const unsigned char instructions[] = { 0xff, 0xff, 0xff, 0xff }; local
334 // Write some instructions that will crash. Put them in the middle
337 memcpy(memory + kOffset, instructions, sizeof(instructions));
339 // Now execute the instructions, which should crash.
395 uint8_t suffix_bytes[kMemorySize - kOffset - sizeof(instructions)];
399 EXPECT_TRUE(memcmp(bytes + kOffset, instructions, sizeof(instructions)) == 0);
400 EXPECT_TRUE(memcmp(bytes + kOffset + sizeof(instructions),
416 const unsigned char instructions[] local
514 const unsigned char instructions[] = { 0xff, 0xff, 0xff, 0xff }; local
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodCoverageImpl.java45 public void increment(final ICounter instructions, final ICounter branches, argument
47 super.increment(instructions, branches, line);
57 * This method must be called exactly once after all instructions and
/external/llvm/test/MC/ARM/
H A Dfp-const-errors.s10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand
17 @ Test that fconst instructions do not accept a float constant as an operand
H A Ddwarf-cfi-initial-state.s16 # The following 2 DW_CFA_nop instructions are "padding"
/external/elfutils/libdw/
H A Dfde.c80 fde->instructions = entry->start;
83 &fde->instructions, &fde->start))
85 &fde->instructions, &fde->end)))
107 get_uleb128 (len, fde->instructions, fde->instructions_end);
108 if ((Dwarf_Word) (fde->instructions_end - fde->instructions) < len)
114 fde->instructions += len;
119 fde->instructions += cie->fde_augmentation_data_size;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_schedule_instructions.cpp35 * List scheduling of FS instructions.
120 this->instructions.make_empty();
142 exec_list instructions; member in class:instruction_scheduler
157 instructions.push_tail(n);
266 schedule_node *last = (schedule_node *)instructions.get_tail();
273 foreach_list(node, &instructions) {
355 for (node = instructions.get_tail(), prev = node->prev;
436 foreach_list_safe(node, &instructions) {
442 while (!instructions.is_empty()) {
446 foreach_list(node, &instructions) {
[all...]
/external/fonttools/
H A DREADME.md14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
/external/llvm/include/llvm/IR/
H A DInstIterator.h11 // instructions in a function. This is effectively a wrapper around a two level
15 // instructions are moved around.
128 inline inst_range instructions(Function *F) { function in namespace:llvm
137 inline const_inst_range instructions(const Function *F) { function in namespace:llvm
142 inline inst_range instructions(Function &F) { function in namespace:llvm
151 inline const_inst_range instructions(const Function &F) { function in namespace:llvm

Completed in 589 milliseconds

1234567891011>>