/external/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 207 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
|
D | emu.c | 568 uint32_t *instrs = emu->instrs; in emu_fini() local
|
/external/python/cpython3/Python/ |
D | assemble.c | 159 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()
|
D | instruction_sequence.c | 76 _PyInstructionSequence_ApplyLabelMap(instr_sequence *instrs) in _PyInstructionSequence_ApplyLabelMap()
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | opt_out.rs | 48 let mut instrs: Vec<Box<Instr>> = Vec::new(); in opt_out() localVariable
|
D | lower_par_copies.rs | 260 let mut instrs = vec![]; in lower_par_copies() localVariable
|
D | legalize.rs | 425 let mut instrs = Vec::new(); in legalize() localVariable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | SSAContext.h | 33 inline auto instrs(const BasicBlock &BB) { in instrs() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineSSAContext.h | 39 inline auto instrs(const MachineBasicBlock &BB) { return BB.instrs(); } in instrs() function
|
/external/mesa3d/src/etnaviv/isa/ |
D | util.rs | 35 let mut instrs = if self.instr.is_null() { in append_instruction() localVariable
|
/external/minijail/ |
D | syscall_filter.h | 21 struct sock_filter *instrs; member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_simplifier_test.cc | 39 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
|
D | convert_mover.cc | 152 std::vector<HloInstruction*> instrs = comp->MakeInstructionPostOrder(); in MoveConvertPrecisionOps() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_form_hard_clauses.cpp | 37 emit_clause(Builder& bld, unsigned num_instrs, aco_ptr<Instruction>* instrs) in emit_clause()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_nir_optim.c | 36 struct set *instrs = _mesa_set_create(NULL, _mesa_hash_pointer, in check_instr_depends_on_tex() local
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | hlo_proto_to_graph_view.cc | 54 auto instrs = computation->instructions(); in FindInstruction() local
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S__i_l_f.py | 234 def assemble(instrs): argument 254 def writecode(tag, writer, instrs): argument
|
/external/python/cpython3/Lib/test/support/ |
D | bytecode_helper.py | 14 def instructions_with_positions(instrs, co_positions): argument
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 450 struct prog_instruction *instrs = prog->arb.Instructions; in _mesa_add_separate_state_parameters() local
|
/external/mesa3d/src/freedreno/isa/ |
D | encode.c | 293 BITSET_WORD *ptr, *instrs; in isa_assemble() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_ray_queries.c | 185 struct util_dynarray instrs; member
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvPostProcess.cpp | 509 auto &instrs = b->getInstructions(); in postProcessSamplers() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvPostProcess.cpp | 509 auto &instrs = b->getInstructions(); in postProcessSamplers() local
|
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir_lower_cf.c | 275 nir_cf_list instrs; in lower_cf_list() local
|
/external/mesa3d/src/panfrost/lib/genxml/ |
D | decode_csf.c | 1121 uint64_t *instrs; member 1362 uint64_t *instrs = pandecode_fetch_gpu_mem(ctx, bin, bin_size); in get_cs_cfg() local
|