Home
last modified time | relevance | path

Searched defs:src_reg (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c332 struct ir3_register *src_reg) in is_valid_shared_copy()
353 struct ir3_register *src_reg = src->srcs[0]; in reg_cp() local
381 struct ir3_register *src_reg = src->srcs[0]; in reg_cp() local
Dir3_array_to_ssa.c122 struct ir3_register *src_reg; in read_value_beginning() local
Dir3.c810 ir3_flut(struct ir3_register *src_reg) in ir3_flut()
Dir3_ra.c2070 struct ir3_register *src_reg = ir3_src_create(pcopy, INVALID_REG, flags); in insert_liveout_copy() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c111 struct rc_src_register * src_reg = in rc_inline_literals() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp49 src_reg::src_reg(enum brw_reg_file file, int nr, const glsl_type *type) in src_reg() function in brw::src_reg
64 src_reg::src_reg() in src_reg() function in brw::src_reg
69 src_reg::src_reg(struct ::brw_reg reg) : in src_reg() function in brw::src_reg
76 src_reg::src_reg(const dst_reg &reg) : in src_reg() function in brw::src_reg
Dbrw_fs_register_coalesce.cpp197 unsigned src_reg = ~0u, dst_reg = ~0u; in register_coalesce() local
Dbrw_fs_cse.cpp348 fs_reg *src_reg = &entry->generator->src[i]; in opt_cse_local() local
Dbrw_vec4_builder.h43 typedef brw::src_reg src_reg; typedef
Dbrw_vec4_visitor.cpp672 src_reg::src_reg(class vec4_visitor *v, const struct glsl_type *type) in src_reg() function in brw::src_reg
688 src_reg::src_reg(class vec4_visitor *v, const struct glsl_type *type, int size) in src_reg() function in brw::src_reg
Dbrw_fs_builder.h43 typedef fs_reg src_reg; typedef
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c275 struct i915_full_src_register *src_reg, int pos) in liveness_mark_read()
292 struct i915_full_src_register *src_reg; in liveness_analysis() local
/third_party/mesa3d/src/imagination/rogue/
Drogue.c515 size_t src_reg = nir_intr_src_regindex(intr, 0); in trans_nir_intrinsic_store_output_fs() local
554 size_t src_reg = nir_intr_src_regindex(intr, 0); in trans_nir_intrinsic_store_output_vs() local
/third_party/elfutils/lib/
Dbpf.h81 uint8_t src_reg:4; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c143 struct rc_src_register * src_reg = &inst->U.I.SrcReg[src_index]; in init_rc_normal_src() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp290 auto src_reg = vf.src_from_string(srcstr)->as_register(); in from_string_impl() local
Dsfn_optimizer.cpp421 auto src_reg = instr->psrc(0)->as_register(); in visit() local
Dsfn_instr_alu.cpp289 auto src_reg = m_src[0]->as_register(); in can_propagate_src() local
318 auto src_reg = m_src[0]->as_register(); in can_propagate_dest() local
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h320 uint32_t src_reg : 6; member
354 uint32_t src_reg : 6; member
/third_party/ltp/include/lapi/
Dbpf.h76 uint8_t src_reg:4; /* source register */ member
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc823 Register src_reg = std::get<1>(tuple); in MergeStackWith() local
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h562 Register src_reg = src_op.offset() == 0 ? src_op.rm() : kScratchReg; in Load() local
762 Register src_reg = liftoff::CalculateActualAddress( in AtomicLoad() local
1065 Register src_reg = src.offset() == 0 ? src.rm() : kScratchReg; in Fill() local
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc589 Register src_reg = src.is_reg_only() ? src.reg() : tmp; in CallRecordWriteStub() local
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1766 CPURegister src_reg = src.GetCPURegister(); in Emit() local
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc2655 FPURegister src_reg = FPURegister::from_code(src.code()); in CallRecordWriteStub() local
2664 FPURegister src_reg = FPURegister::from_code(src.code()); in CallRecordWriteStub() local

12