Home
last modified time | relevance | path

Searched refs:handleSLCT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.h46 bool handleSLCT(CmpInstruction *);
Dnv50_ir_lowering_helper.cpp47 return handleSLCT(insn->asCmp()); in visit()
208 LoweringHelper::handleSLCT(CmpInstruction *insn) in handleSLCT() function in nv50_ir::LoweringHelper
Dnv50_ir_lowering_nv50.cpp662 bool handleSLCT(CmpInstruction *);
1179 NV50LoweringPreSSA::handleSLCT(CmpInstruction *i) in handleSLCT() function in nv50_ir::NV50LoweringPreSSA
2215 return handleSLCT(i->asCmp()); in visit()
Dnv50_ir_peephole.cpp1818 void handleSLCT(Instruction *);
2011 AlgebraicOpt::handleSLCT(Instruction *slct) in handleSLCT() function in nv50_ir::AlgebraicOpt
2396 handleSLCT(i); in visit()