Searched refs:defi (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 322 void spill(Instruction *defi, Value *slot, LValue *); 1618 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() argument 1645 defi->bb->insertAfter(defi, s); in spill() 1655 defi->bb->insertAfter(defi, st); in spill() 1740 Instruction *defi = (*d)->getInsn(); in run() local 1766 assert(defi); in run() 1767 if (defi->isPseudo()) { in run() 1771 to_del.insert(defi); in run() 1773 defi->setDef(0, slot); in run() 1775 spill(defi, slot, dval); in run() [all …]
|
D | nv50_ir_emit_gm107.cpp | 3616 LiveBarDef(Instruction *insn, Instruction *defi) in LiveBarDef() 3617 : insn(insn), defi(defi) { } in LiveBarDef() 3619 Instruction *defi; member 4038 Instruction *usei = NULL, *defi = NULL; in insertBarriers() local 4059 if (insn->serial >= it->defi->serial) { in insertBarriers() 4092 defi = findFirstDef(insn); in insertBarriers() 4094 if (usei && defi && usei->serial <= defi->serial) in insertBarriers() 4103 if (defi) in insertBarriers() 4104 live_defs.push_back(LiveBarDef(insn, defi)); in insertBarriers()
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_shader_dump.c | 630 struct sh_defi defi = *(struct sh_defi *) assem; in svga_shader_dump() local 633 dump_reg( defi.reg, NULL, &di ); in svga_shader_dump() 635 dump_idata( defi.idata ); in svga_shader_dump()
|
/external/libxml2/python/ |
D | libxml.py | 236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): argument
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1459 Otherwise they are output as \x{hh...} escapes. See below for the defi-
|