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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp255 bb->permuteAdjacent(i, next);
262 bb->permuteAdjacent(i->prev, i);
H A Dnv50_ir_bb.cpp266 void BasicBlock::permuteAdjacent(Instruction *a, Instruction *b) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h887 void permuteAdjacent(Instruction *, Instruction *);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp255 bb->permuteAdjacent(i, next);
262 bb->permuteAdjacent(i->prev, i);
H A Dnv50_ir_bb.cpp266 void BasicBlock::permuteAdjacent(Instruction *a, Instruction *b) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h887 void permuteAdjacent(Instruction *, Instruction *);

Completed in 116 milliseconds