Searched defs:Div (Results 1 - 21 of 21) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.h466 } Div; member in union:__anon31681::__anon31682
H A Dhost_mips_defs.h465 } Div; member in union:__anon31937::__anon31938
H A Dhost_ppc_defs.h637 } Div; member in union:__anon31998::__anon31999
H A Dhost_x86_defs.h436 } Div; member in union:__anon32163::__anon32164
/external/skia/src/core/
H A DSkFloat.cpp183 int32_t SkFloat::Div(int32_t packed_n, int32_t packed_d) function in class:SkFloat
201 return Div(packed, SetShift(n, 0));
206 return Div(packed, SetShift(1, 0));
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp257 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
258 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), local
261 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
262 Div = DAG.getSelectCC(DL, Remainder_GE_Zero, DAG.getConstant(0, VT),
263 Quotient_S_One, Div, ISD::SETEQ);
281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div);
/external/llvm/unittests/Transforms/Utils/
H A DIntegerDivision.cpp41 Value *Div = Builder.CreateSDiv(A, B); local
44 Value *Ret = Builder.CreateRet(Div);
46 expandDivision(cast<BinaryOperator>(Div));
71 Value *Div = Builder.CreateUDiv(A, B); local
74 Value *Ret = Builder.CreateRet(Div);
76 expandDivision(cast<BinaryOperator>(Div));
162 Value *Div = Builder.CreateSDiv(A, B); local
165 Value *Ret = Builder.CreateRet(Div);
167 expandDivision(cast<BinaryOperator>(Div));
192 Value *Div local
[all...]
/external/llvm/include/llvm/MC/
H A DMCExpr.h385 Div, ///< Signed division. enumerator in enum:llvm::MCBinaryExpr::Opcode
430 return Create(Div, LHS, RHS, Ctx);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp237 const SCEV *Div = SE.getConstant(CI); local
238 S = Div;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2140 SDValue Div = DAG.getNode(ISD::SDIV, SDLoc(N), VT, N0, N1); local
2141 AddToWorkList(Div.getNode());
2142 SDValue OptimizedDiv = combine(Div.getNode());
2143 if (OptimizedDiv.getNode() && OptimizedDiv.getNode() != Div.getNode()) {
2193 SDValue Div = DAG.getNode(ISD::UDIV, SDLoc(N), VT, N0, N1); local
2194 AddToWorkList(Div.getNode());
2195 SDValue OptimizedDiv = combine(Div.getNode());
2196 if (OptimizedDiv.getNode() && OptimizedDiv.getNode() != Div.getNode()) {
/external/llvm/lib/IR/
H A DConstantFold.cpp1067 assert(!CI2->isNullValue() && "Div by zero handled above");
1070 assert(!CI2->isNullValue() && "Div by zero handled above");
1075 assert(!CI2->isNullValue() && "Div by zero handled above");
1078 assert(!CI2->isNullValue() && "Div by zero handled above");
2114 Constant *Div = ConstantExpr::getSDiv(CI, Factor); local
2120 Type::getInt64Ty(Div->getContext()));
2121 if (!Div->getType()->isIntegerTy(64))
2122 Div = ConstantExpr::getSExt(Div,
2123 Type::getInt64Ty(Div
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1598 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
1599 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), local
1602 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
1603 Div = DAG.getSelectCC(DL, Remainder_GE_Zero, DAG.getConstant(0, VT),
1604 Quotient_S_One, Div, ISD::SETEQ);
1622 Div,
1650 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); local
1651 SDValue Rem = Div.getValue(1);
1653 Div
[all...]
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp385 llvm_unreachable("Div over vectors not supported");
390 llvm_unreachable("Div of bitwidth other than 32 or 64 not supported");
427 /// Generate code to divide two integers, replacing Div with the generated
433 /// @brief Replace Div with generated code.
434 bool llvm::expandDivision(BinaryOperator *Div) { argument
435 assert((Div->getOpcode() == Instruction::SDiv ||
436 Div->getOpcode() == Instruction::UDiv) &&
439 IRBuilder<> Builder(Div);
441 Type *DivTy = Div->getType();
443 llvm_unreachable("Div ove
586 expandDivisionUpTo32Bits(BinaryOperator *Div) argument
636 expandDivisionUpTo64Bits(BinaryOperator *Div) argument
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHalCmd.h75 void *Div; member in struct:phFriNfc_OvrHalCmdVoid
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1962 class Div : public InfixOperator class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3687 return app<Div>(arg0, arg1);
3846 return app<FixedVecFunc<Div, Size> >(arg0, arg1);
5083 addScalarFactory<Div>(*funcs);
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc754 void MacroAssembler::Div(Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
766 void MacroAssembler::Div(Register rem, Register res, function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc806 void MacroAssembler::Div(Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.cpp183 int32_t SkFloat::Div(int32_t packed_n, int32_t packed_d) function in class:SkFloat
201 return Div(packed, SetShift(n, 0));
206 return Div(packed, SetShift(1, 0));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp257 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
258 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), local
261 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
262 Div = DAG.getSelectCC(DL, Remainder_GE_Zero, DAG.getConstant(0, VT),
263 Quotient_S_One, Div, ISD::SETEQ);
281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py731 class Div(BinExpr): class in inherits:BinExpr
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DDiv.java19 * $Id: Div.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Div extends Operation class in inherits:Operation

Completed in 2258 milliseconds