OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ir3_src_create
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_lower_subgroups.c
66
struct ir3_register *src =
ir3_src_create
(
219
struct ir3_register *new_src =
ir3_src_create
(mov, 0, 0);
232
ir3_src_create
(swz, instr->srcs[0]->num, instr->srcs[0]->flags);
233
ir3_src_create
(swz, instr->srcs[1]->num, instr->srcs[1]->flags);
ir3_lower_parallelcopy.c
78
ir3_src_create
(xor, src1_num, flags);
79
ir3_src_create
(xor, src2_num, flags);
176
ir3_src_create
(swz, src_num, entry->flags);
177
ir3_src_create
(swz, dst_num, entry->flags);
235
ir3_src_create
(cov, src_num, entry->flags & ~IR3_REG_HALF);
244
ir3_src_create
(shr, src_num, entry->flags & ~IR3_REG_HALF);
245
ir3_src_create
(shr, 0, IR3_REG_IMMED)->uim_val = 16;
260
ir3_src_create
(mov, src_num, entry->flags | entry->src.flags);
ir3_legalize.c
320
ir3_src_create
(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
321
ir3_src_create
(baryf, regid(0, 0), 0);
350
ir3_src_create
(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
351
ir3_src_create
(baryf, regid(0, 0), 0);
687
ir3_src_create
(br1, regid(REG_P0, 0), 0)->def =
694
ir3_src_create
(br2, regid(REG_P0, 0), 0)->def =
766
ir3_src_create
(br, instr->srcs[0]->num, instr->srcs[0]->flags)->wrmask =
ir3.c
489
ir3_src_create
(new_instr, reg->num, reg->flags);
514
ir3_src_create
(struct ir3_instruction *instr, int num, int flags)
function
550
struct ir3_register *new_reg =
ir3_src_create
(instr, 0, 0);
566
ir3_src_create
(instr, addr->dsts[0]->num, addr->dsts[0]->flags);
ir3_array_to_ssa.c
126
src_reg =
ir3_src_create
(phi, INVALID_REG, flags | IR3_REG_SSA);
ir3_spill.c
645
struct ir3_register *mov_src =
ir3_src_create
(mov, INVALID_REG, src->flags);
676
ir3_src_create
(spill, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg;
680
struct ir3_register *src =
ir3_src_create
(spill, INVALID_REG, src_flags);
681
ir3_src_create
(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
787
struct ir3_register *src =
ir3_src_create
(split, INVALID_REG, def->flags);
812
ir3_src_create
(collect, INVALID_REG, parent_def->flags)->def =
835
ir3_src_create
(reload, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg;
837
ir3_src_create
(reload, INVALID_REG, IR3_REG_IMMED);
839
ir3_src_create
(reload, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
1482
struct ir3_register *src =
ir3_src_create
(phi, INVALID_REG, dst->flags)
[
all
...]
ir3_context.c
586
src =
ir3_src_create
(mov, 0,
660
ir3_src_create
(mov, 0, IR3_REG_SSA | flags)->def = src->dsts[0];
ir3.h
660
struct ir3_register *
ir3_src_create
(struct ir3_instruction *instr, int num,
1709
reg =
ir3_src_create
(instr, INVALID_REG, IR3_REG_SSA | flags);
1733
ir3_src_create
(mov, 0, IR3_REG_IMMED | flags)->uim_val = val;
1754
ir3_src_create
(mov, n, IR3_REG_CONST | flags);
1775
ir3_src_create
(mov, 0, IR3_REG_CONST | IR3_REG_RELATIV)->array.offset = n;
ir3_ra.c
1340
ir3_src_create
(pcopy, INVALID_REG,
1788
ir3_src_create
(pcopy, INVALID_REG, reg->flags & ~IR3_REG_SSA);
ir3_parser.y
162
reg =
ir3_src_create
(instr, num>>1, flags);
ir3_compiler_nir.c
2833
ir3_src_create
(continue_phi, INVALID_REG, phi->dsts[0]->flags);
2873
ir3_src_create
(phi, INVALID_REG, phi->dsts[0]->flags);
Completed in 50 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026