Searched defs:handleDIV (Results 1 - 4 of 4) sorted by relevance

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

Completed in 223 milliseconds