Home
last modified time | relevance | path

Searched defs:defi (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp1556 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill()
1679 Instruction *defi = (*d)->getInsn(); in run() local
2388 Instruction *defi = cst->getSrc(s)->defs.front()->getInsn(); in insertConstraintMove() local
H A Dnv50_ir_sched_gm107.h142 Instruction *defi; member
H A Dnv50_ir_emit_gm107.cpp4213 Instruction *usei = NULL, *defi = NULL; in insertBarriers() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c615 struct sh_defi defi = *(struct sh_defi *) assem; in svga_shader_dump() local
/aosp_15_r20/external/libxml2/python/
H A Dlibxml.py236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): argument