Searched refs:__ssa_src (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1703 __ssa_src(struct ir3_instruction *instr, struct ir3_instruction *src, function in typeref:struct:ir3_register * 1790 struct ir3_register *src_reg = __ssa_src(instr, src, IR3_REG_ARRAY); 1793 __ssa_src(instr, src, src->dsts[0]->flags & IR3_REG_SHARED); 1812 __ssa_src(instr, src, 0); 1842 __ssa_src(instr, src, 0); 1876 __ssa_src(instr, a, aflags); \ 1893 __ssa_src(instr, a, aflags); \ 1894 __ssa_src(instr, b, bflags); \ 1913 __ssa_src(instr, a, aflags); \ 1914 __ssa_src(inst [all...] |
| H A D | ir3_array_to_ssa.c | 124 src_reg = __ssa_src(phi, src->instr, flags);
|
| H A D | ir3_context.c | 346 __ssa_src(collect, elem, flags); 384 __ssa_src(split, src, flags);
|
| H A D | ir3_compiler_nir.c | 2831 __ssa_src(continue_phi, src, 0); 2870 __ssa_src(phi, src, 0); 4069 __ssa_src(chmask, outputs[i], 0)->num = regids[i]; 4158 __ssa_src(end, outputs[i], 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1091 static inline struct ir3_register * __ssa_src(struct ir3_instruction *instr, function in typeref:struct:ir3_register * 1109 struct ir3_register *src_reg = __ssa_src(instr, src, IR3_REG_ARRAY); 1112 __ssa_src(instr, src, src->regs[0]->flags & IR3_REG_HIGH); 1131 __ssa_src(instr, src, 0); 1166 __ssa_src(instr, a, aflags); \ 1182 __ssa_src(instr, a, aflags); \ 1183 __ssa_src(instr, b, bflags); \ 1200 __ssa_src(instr, a, aflags); \ 1201 __ssa_src(instr, b, bflags); \ 1202 __ssa_src(inst [all...] |
Completed in 19 milliseconds