/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | node_to_instr.c | 30 ppir_instr *instr = ppir_instr_create(block); in create_new_instr() local [all...] |
H A D | instr.c | 31 ppir_instr *instr = rzalloc(block, ppir_instr); in ppir_instr_create() local 62 ppir_instr *instr in ppir_instr_insert_mul_node() local 153 ppir_instr_update_src_pipeline(ppir_instr *instr, ppir_pipeline pipeline, ppir_dest *dest, uint8_t *swizzle) ppir_instr_update_src_pipeline() argument 177 ppir_instr_insert_node(ppir_instr *instr, ppir_node *node) ppir_instr_insert_node() argument 307 ppir_instr_print_sub(ppir_instr *instr) ppir_instr_print_sub() argument [all...] |
H A D | liveness.c | 61 ppir_liveness_instr_srcs(ppir_compiler *comp, ppir_instr *instr) in ppir_liveness_instr_srcs() argument 124 ppir_liveness_instr_dest(ppir_compiler *comp, ppir_instr *instr, ppir_instr *last) ppir_liveness_instr_dest() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_nir_optim.c | 129 store_instr_depends_on_tex(nir_builder *b, nir_instr *instr, void *state) store_instr_depends_on_tex() argument 146 replace_tex_by_imm(nir_builder *b, nir_instr *instr, void *state) replace_tex_by_imm() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.c | 30 __attribute__((weak)) void nir_print_instr(UNUSED const nir_instr *instr, in nir_print_instr() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_type.c | 429 LLVMValueRef instr; in lp_build_count_instructions() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_liveness.c | 76 nir_instr *instr = src->ssa->parent_instr; in set_src_live() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_program.c | 191 instr_fetch_t *instr variable 292 instr_fetch_vtx_t *instr; fd2_prog_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog.c | 91 const char *instr; in r300FragmentProgramDump() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ccp_pass.cpp | 44 SSAPropagator::PropStatus CCPPass::MarkInstructionVarying(Instruction* instr) { in MarkInstructionVarying() argument 105 SSAPropagator::PropStatus CCPPass::VisitAssignment(Instruction* instr) { in VisitAssignment() argument 174 VisitBranch(Instruction* instr, BasicBlock** dest_bb) const VisitBranch() argument 256 VisitInstruction(Instruction* instr, BasicBlock** dest_bb) VisitInstruction() argument [all...] |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 55 static bool Is16BitEncoding(uint16_t instr) { in Is16BitEncoding() argument 68 uint32_t instr = static_cast<uint32_t>(instr_ptr[0]); in EncodeLocationFor() local 74 uint32_t instr = in EncodeLocationFor() local [all...] |
/third_party/vixl/test/ |
H A D | test-donkey.cc | 42 USE(instr); variable
|
/third_party/spirv-tools/source/opt/ |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_taskmesh_io_to_mem.c | 48 static bool filter_workgroup_id(const nir_instr *instr, in filter_workgroup_id() argument 249 filter_task_intrinsics(const nir_instr *instr, in filter_task_intrinsics() argument 59 replace_workgroup_id_use_first_task(nir_builder *b, nir_instr *instr, void *state) replace_workgroup_id_use_first_task() argument 338 lower_task_intrinsics(nir_builder *b, nir_instr *instr, void *state) lower_task_intrinsics() argument 391 filter_mesh_input_load(const nir_instr *instr, UNUSED const void *state) filter_mesh_input_load() argument 402 lower_mesh_intrinsics(nir_builder *b, nir_instr *instr, void *state) lower_mesh_intrinsics() argument [all...] |
H A D | ac_nir_lower_esgs_io_to_mem.c | 116 lower_es_output_store(nir_builder *b, nir_instr *instr, void *state) lower_es_output_store() argument 253 gs_per_vertex_input_offset(nir_builder *b, lower_esgs_io_state *st, nir_intrinsic_instr *instr) gs_per_vertex_input_offset() argument 269 lower_gs_per_vertex_input_load(nir_builder *b, nir_instr *instr, void *state) lower_gs_per_vertex_input_load() argument 288 filter_load_per_vertex_input(const nir_instr *instr, UNUSED const void *state) filter_load_per_vertex_input() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_system_values.c | 64 lower_system_value_filter(const nir_instr *instr, const void *_state) in lower_system_value_filter() argument 70 lower_system_value_instr(nir_builder *b, nir_instr *instr, void *_state) in lower_system_value_instr() argument 328 lower_compute_system_value_filter(const nir_instr *instr, const void *_state) in lower_compute_system_value_filter() argument 334 lower_compute_system_value_instr(nir_builder *b, nir_instr *instr, void *_state) lower_compute_system_value_instr() argument [all...] |
H A D | nir_lower_task_shader.c | 44 lower_nv_task_output(nir_builder *b, nir_instr *instr, void *state) lower_nv_task_output() argument 283 lower_task_intrin(nir_builder *b, nir_instr *instr, void *state) lower_task_intrin() argument [all...] |
H A D | nir_to_lcssa.c | 95 nir_instr *instr = def->parent_instr; in is_defined_before_loop() local 131 phi_is_invariant(nir_phi_instr *instr, nir_loop *loop) in phi_is_invariant() argument 167 instr_is_invariant(nir_instr *instr, nir_loo argument 248 nir_deref_instr *instr = nir_instr_as_deref(def->parent_instr); convert_loop_exit_for_ssa() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_a4xx.c | 221 get_image_offset(struct ir3_context *ctx, const nir_intrinsic_instr *instr, in get_image_offset() argument
|
H A D | ir3_lower_parallelcopy.c | 72 do_xor(struct ir3_instruction *instr, unsigned dst_num, unsigned src1_num, in do_xor() argument 85 do_swap(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_swap() argument 186 do_copy(struct ir3_compiler *compiler, struct ir3_instruction *instr, const struct copy_entry *entry) do_copy() argument 313 _handle_copies(struct ir3_compiler *compiler, struct ir3_instruction *instr, struct copy_ctx *ctx) _handle_copies() argument 474 handle_copies(struct ir3_shader_variant *v, struct ir3_instruction *instr, struct copy_entry *entries, unsigned entry_count) handle_copies() argument [all...] |