Searched refs:defi (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 324 void spill(Instruction *defi, Value *slot, LValue *); 1620 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() argument 1647 defi->bb->insertAfter(defi, s); in spill() 1657 defi->bb->insertAfter(defi, st); in spill() 1742 Instruction *defi = (*d)->getInsn(); in run() local 1768 assert(defi); in run() 1769 if (defi->isPseudo()) { in run() 1773 to_del.insert(defi); in run() 1775 defi->setDef(0, slot); in run() 1777 spill(defi, slot, dval); in run() [all …]
|
D | nv50_ir_emit_gm107.cpp | 3510 LiveBarDef(Instruction *insn, Instruction *defi) in LiveBarDef() 3511 : insn(insn), defi(defi) { } in LiveBarDef() 3513 Instruction *defi; member 3932 Instruction *usei = NULL, *defi = NULL; in insertBarriers() local 3953 if (insn->serial >= it->defi->serial) { in insertBarriers() 3986 defi = findFirstDef(insn); in insertBarriers() 3988 if (usei && defi && usei->serial <= defi->serial) in insertBarriers() 3997 if (defi) in insertBarriers() 3998 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 | 1278 Otherwise they are output as \x{hh...} escapes. See below for the defi-
|