Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h35 void handleDIV(Instruction *); // integer division, modulus
98 bool handleDIV(Instruction *);
Dnv50_ir_lowering_nv50.cpp336 void handleDIV(Instruction *);
485 NV50LegalizeSSA::handleDIV(Instruction *div) in handleDIV() function in nv50_ir::NV50LegalizeSSA
569 handleDIV(q->getInsn()); in handleMOD()
595 handleDIV(insn); in visit()
627 bool handleDIV(Instruction *);
1226 NV50LoweringPreSSA::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NV50LoweringPreSSA
1421 return handleDIV(i); in visit()
Dnv50_ir_lowering_nvc0.cpp44 NVC0LegalizeSSA::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NVC0LegalizeSSA
171 handleDIV(i); in visit()
2531 NVC0LoweringPass::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NVC0LoweringPass
2695 return handleDIV(i); in visit()