Home
last modified time | relevance | path

Searched refs:defi (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h139 LiveBarDef(Instruction *insn, Instruction *defi) in LiveBarDef()
140 : insn(insn), defi(defi) { } in LiveBarDef()
142 Instruction *defi; member
H A Dnv50_ir_ra.cpp358 void spill(Instruction *defi, Value *slot, LValue *);
1716 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() argument
1743 defi->bb->insertAfter(defi, s); in spill()
1753 defi->bb->insertAfter(defi, st); in spill()
1839 Instruction *defi = (*d)->getInsn(); in run() local
1865 assert(defi); in run()
1866 if (defi->isPseudo()) { in run()
1870 to_del.insert(defi); in run()
2617 Instruction *defi = cst->getSrc(s)->defs.front()->getInsn(); insertConstraintMove() local
[all...]
H A Dnv50_ir_emit_gm107.cpp4209 Instruction *usei = NULL, *defi = NULL;
4230 if (insn->serial >= it->defi->serial) {
4264 defi = findFirstDef(insn);
4266 if (usei && defi && usei->serial <= defi->serial)
4275 if (defi)
4276 live_defs.push_back(LiveBarDef(insn, defi));
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dpreprocessor10.c1 /* concatenation of 'defi' and 'ned' should result in the same token
5 #define B defi ## ned
H A Dpreprocessor15.c1 #define A defi
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c633 struct sh_defi defi = *(struct sh_defi *) assem; in svga_shader_dump() local
635 _debug_printf( "defi " ); in svga_shader_dump()
636 dump_reg( defi.reg, NULL, &di ); in svga_shader_dump()
638 dump_idata( defi.idata ); in svga_shader_dump()

Completed in 9 milliseconds