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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp306 bb->permuteAdjacent(i, next);
313 bb->permuteAdjacent(i->prev, i);
H A Dnv50_ir_bb.cpp270 void BasicBlock::permuteAdjacent(Instruction *a, Instruction *b) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h1194 void permuteAdjacent(Instruction *, Instruction *);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp302 bb->permuteAdjacent(i, next);
309 bb->permuteAdjacent(i->prev, i);
H A Dnv50_ir_bb.cpp270 void BasicBlock::permuteAdjacent(Instruction *a, Instruction *b) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h1140 void permuteAdjacent(Instruction *, Instruction *);

Completed in 11 milliseconds