Searched defs:instrs (Results 1 - 11 of 11) sorted by relevance

/external/minijail/
H A Dsyscall_filter.h19 struct sock_filter *instrs; member in struct:filter_block
H A Dsyscall_filter.c59 block->instrs = NULL;
65 void append_filter_block(struct filter_block *head, struct sock_filter *instrs, argument
74 if (head->instrs == NULL) {
87 new_last->instrs = instrs;
708 filter[_index++] = curr->instrs[i];
720 free(current->instrs);
/external/elfutils/libcpu/
H A Di386_parse.y247 spec: masks kPERCPERC '\n' instrs
282 instrs: instrs '\n' instr label
/external/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c68 struct exec_list instrs; member in struct:gcm_state
175 * the program and put it on the instrs list. This has a couple
186 exec_list_push_tail(&state->instrs, &instr->node);
466 exec_list_make_empty(&state.instrs);
478 foreach_list_typed_safe(nir_instr, instr, node, &state.instrs) {
487 foreach_list_typed(nir_instr, instr, node, &state.instrs)
490 foreach_list_typed(nir_instr, instr, node, &state.instrs)
493 while (!exec_list_is_empty(&state.instrs)) {
495 state.instrs.tail_sentinel.prev, node);
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir-a2xx.h103 struct ir2_instruction *instrs[6]; member in struct:ir2_cf::__anon14917::__anon14918
120 enum ir2_pred pred; /* pred inherited by newly created instrs */
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h198 instr_range instrs() { return instr_range(instr_begin(), instr_end()); } function in class:llvm::MachineBasicBlock
199 const_instr_range instrs() const { function in class:llvm::MachineBasicBlock
/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c1706 nir_tex_instr *instrs[4] = {instr, NULL, NULL, NULL}; local
1710 instrs[i] = nir_tex_instr_create(b->shader, instr->num_srcs);
1711 instrs[i]->op = instr->op;
1712 instrs[i]->coord_components = instr->coord_components;
1713 instrs[i]->sampler_dim = instr->sampler_dim;
1714 instrs[i]->is_array = instr->is_array;
1715 instrs[i]->is_shadow = instr->is_shadow;
1716 instrs[i]->is_new_style_shadow = instr->is_new_style_shadow;
1717 instrs[i]->component = instr->component;
1718 instrs[
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c154 InstrInfo instrs[0]; member in struct:_SB_info
607 // Count number of original instrs in SB
680 i_node = &cgs->sbInfo->instrs[ cgs->sbInfo_i ];
1688 VG_(dmsg)("cachegrind: distinct instrs NoX: %d\n", distinct_instrsNoX);
1689 VG_(dmsg)("cachegrind: distinct instrs Gen: %d\n", distinct_instrsGen);
/external/valgrind/callgrind/
H A Dmain.c862 /*INOUT*/ UInt* instrs,
887 (*instrs)++;
1854 VG_(message)(Vg_DebugMsg, "Distinct instrs: %d\n",
861 collectBlockInfo(IRSB* sbIn, UInt* instrs, UInt* cjmps, Bool* cjmp_inverted) argument
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c3513 /* Show the instructions in instrs[0 .. ilen-1]. */
3514 static void show_CF_instructions ( DiCursor instrs, Int ilen, argument
3521 i += show_CF_instruction( ML_(cur_plus)(instrs, i),
3527 /* Run the CF instructions in instrs[0 .. ilen-1], until the end is
3533 UnwindContext* ctx, DiCursor instrs, Int ilen,
3549 if (0) (void)show_CF_instruction( ML_(cur_plus)(instrs,i), adi,
3551 j = run_CF_instruction( ctx, ML_(cur_plus)(instrs,i),
3596 /* Where are the instrs? */
3597 DiCursor instrs; member in struct:__anon24527
3611 cie->instrs
3531 run_CF_instructions( DebugInfo* di, Bool record, UnwindContext* ctx, DiCursor instrs, Int ilen, UWord fde_arange, const UnwindContext* restore_ctx, const AddressDecodingInfo* adi ) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 394 milliseconds