Home
last modified time | relevance | path

Searched refs:permuteAdjacent (Results 1 – 3 of 3) sorted by relevance

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