Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp254 void handleDIV(Instruction *);
385 NV50LegalizeSSA::handleDIV(Instruction *div) in handleDIV() function in nv50_ir::NV50LegalizeSSA
469 handleDIV(q->getInsn()); in handleMOD()
492 handleDIV(insn); in visit()
525 bool handleDIV(Instruction *);
949 NV50LoweringPreSSA::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NV50LoweringPreSSA
1063 return handleDIV(i); in visit()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp49 void handleDIV(Instruction *); // integer division, modulus
57 NVC0LegalizeSSA::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NVC0LegalizeSSA
107 handleDIV(i); in visit()
593 bool handleDIV(Instruction *);
934 NVC0LoweringPass::handleDIV(Instruction *i) in handleDIV() function in nv50_ir::NVC0LoweringPass
1077 return handleDIV(i); in visit()