Home
last modified time | relevance | path

Searched defs:instrs (Results 1 – 25 of 49) sorted by relevance

12

/external/mesa3d/src/freedreno/afuc/
Ddisasm.c207 disasm_instr(struct isa_decode_options *options, uint32_t *instrs, unsigned pc) in disasm_instr()
234 find_jump_table(uint32_t *instrs, uint32_t sizedwords, in find_jump_table()
413 disasm_raw(uint32_t *instrs, int sizedwords) in disasm_raw()
426 uint32_t *instrs = buf; in disasm_legacy() local
Demu.c568 uint32_t *instrs = emu->instrs; in emu_fini() local
/external/python/cpython3/Python/
Dassemble.c159 assemble_exception_table(struct assembler *a, instr_sequence *instrs) in assemble_exception_table()
340 assemble_location_info(struct assembler *a, instr_sequence *instrs, in assemble_location_info()
423 assemble_emit(struct assembler *a, instr_sequence *instrs, in assemble_emit()
637 resolve_jump_offsets(instr_sequence *instrs) in resolve_jump_offsets()
706 resolve_unconditional_jumps(instr_sequence *instrs) in resolve_unconditional_jumps()
737 PyObject *consts, int maxdepth, instr_sequence *instrs, in _PyAssemble_MakeCodeObject()
Dinstruction_sequence.c76 _PyInstructionSequence_ApplyLabelMap(instr_sequence *instrs) in _PyInstructionSequence_ApplyLabelMap()
/external/mesa3d/src/nouveau/compiler/nak/
Dopt_out.rs48 let mut instrs: Vec<Box<Instr>> = Vec::new(); in opt_out() localVariable
Dlower_par_copies.rs260 let mut instrs = vec![]; in lower_par_copies() localVariable
Dlegalize.rs425 let mut instrs = Vec::new(); in legalize() localVariable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DSSAContext.h33 inline auto instrs(const BasicBlock &BB) { in instrs() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineSSAContext.h39 inline auto instrs(const MachineBasicBlock &BB) { return BB.instrs(); } in instrs() function
/external/mesa3d/src/etnaviv/isa/
Dutil.rs35 let mut instrs = if self.instr.is_null() { in append_instruction() localVariable
/external/minijail/
Dsyscall_filter.h21 struct sock_filter *instrs; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier_test.cc39 const auto& instrs = m->entry_computation()->instructions(); in FindFirstWhile() local
460 const auto& instrs = m->entry_computation()->instructions(); in TEST_F() local
515 const auto& instrs = m->entry_computation()->instructions(); in TEST_F() local
Dconvert_mover.cc152 std::vector<HloInstruction*> instrs = comp->MakeInstructionPostOrder(); in MoveConvertPrecisionOps() local
/external/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp37 emit_clause(Builder& bld, unsigned num_instrs, aco_ptr<Instruction>* instrs) in emit_clause()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c36 struct set *instrs = _mesa_set_create(NULL, _mesa_hash_pointer, in check_instr_depends_on_tex() local
/external/tensorflow/tensorflow/core/profiler/convert/
Dhlo_proto_to_graph_view.cc54 auto instrs = computation->instructions(); in FindInstruction() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DS__i_l_f.py234 def assemble(instrs): argument
254 def writecode(tag, writer, instrs): argument
/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py14 def instructions_with_positions(instrs, co_positions): argument
/external/mesa3d/src/mesa/program/
Dprogram.c450 struct prog_instruction *instrs = prog->arb.Instructions; in _mesa_add_separate_state_parameters() local
/external/mesa3d/src/freedreno/isa/
Dencode.c293 BITSET_WORD *ptr, *instrs; in isa_assemble() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_ray_queries.c185 struct util_dynarray instrs; member
/external/angle/third_party/glslang/src/SPIRV/
DSpvPostProcess.cpp509 auto &instrs = b->getInstructions(); in postProcessSamplers() local
/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp509 auto &instrs = b->getInstructions(); in postProcessSamplers() local
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_cf.c275 nir_cf_list instrs; in lower_cf_list() local
/external/mesa3d/src/panfrost/lib/genxml/
Ddecode_csf.c1121 uint64_t *instrs; member
1362 uint64_t *instrs = pandecode_fetch_gpu_mem(ctx, bin, bin_size); in get_cs_cfg() local

12