| /external/llvm/unittests/Transforms/Utils/ |
| D | IntegerDivision.cpp | 41 Value *Div = Builder.CreateSDiv(A, B); in TEST() local 71 Value *Div = Builder.CreateUDiv(A, B); in TEST() local 162 Value *Div = Builder.CreateSDiv(A, B); in TEST() local 192 Value *Div = Builder.CreateUDiv(A, B); in TEST() local
|
| /external/apache-xml/src/main/java/org/apache/xpath/operations/ |
| D | Div.java | 30 public class Div extends Operation class
|
| /external/llvm/lib/Transforms/Utils/ |
| D | IntegerDivision.cpp | 436 bool llvm::expandDivision(BinaryOperator *Div) { in expandDivision() 590 bool llvm::expandDivisionUpTo32Bits(BinaryOperator *Div) { in expandDivisionUpTo32Bits() 640 bool llvm::expandDivisionUpTo64Bits(BinaryOperator *Div) { in expandDivisionUpTo64Bits()
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | AMDGPUISelLowering.cpp | 258 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM() local
|
| /external/llvm/lib/IR/ |
| D | ConstantRange.cpp | 509 APInt Div(getBitWidth(), 0); in truncate() local
|
| D | ConstantFold.cpp | 2184 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl() local
|
| D | AsmWriter.cpp | 1025 } else if (const PossiblyExactOperator *Div = in WriteOptimizationInfo() local
|
| /external/libnfc-nxp/src/ |
| D | phFriNfc_OvrHalCmd.h | 75 void *Div; member
|
| /external/llvm/lib/Target/R600/ |
| D | AMDGPUISelLowering.cpp | 1626 SDValue Div = DAG.getNode(ISD::ADD, DL, VT, iq, jq); in LowerDIVREM24() local 1805 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), in LowerUDIVREM() local 1878 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM() local 1901 SDValue Div = DAG.getNode(ISD::FDIV, SL, VT, X, Y); in LowerFREM() local
|
| /external/llvm/include/llvm/MC/ |
| D | MCExpr.h | 399 Div, ///< Signed division. enumerator
|
| /external/llvm/lib/Target/R600/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 1168 static bool ConvertOmodDiv(int64_t &Div) { in ConvertOmodDiv()
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 237 const SCEV *Div = SE.getConstant(CI); in FactorOutConstant() local
|
| D | InstructionSimplify.cpp | 1044 if (BinaryOperator *Div = dyn_cast<BinaryOperator>(X)) in SimplifyDiv() local
|
| D | ScalarEvolution.cpp | 2676 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr() local 5846 if (const SCEVUDivExpr *Div = dyn_cast<SCEVUDivExpr>(V)) { in computeSCEVAtScope() local
|
| /external/valgrind/VEX/priv/ |
| D | host_x86_defs.h | 439 } Div; member
|
| D | host_mips_defs.h | 438 } Div; member
|
| D | host_amd64_defs.h | 466 } Div; member
|
| D | host_ppc_defs.h | 607 } Div; member
|
| /external/v8/src/mips/ |
| D | macro-assembler-mips.cc | 754 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler 766 void MacroAssembler::Div(Register rem, Register res, in Div() function in v8::internal::MacroAssembler
|
| D | lithium-codegen-mips.cc | 1280 __ Div(remainder, result, dividend, divisor); in DoDivI() local 1433 __ Div(remainder, result, dividend, divisor); in DoFlooringDivI() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 2249 SDValue Div = DAG.getNode(ISD::SDIV, SDLoc(N), VT, N0, N1); in visitSREM() local 2302 SDValue Div = DAG.getNode(ISD::UDIV, SDLoc(N), VT, N0, N1); in visitUREM() local
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 2884 ExprResult Div; in CheckOpenMPLoop() local
|
| /external/v8/src/mips64/ |
| D | macro-assembler-mips64.cc | 806 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div() function in v8::internal::MacroAssembler
|
| /external/deqp/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 1996 class Div : public InfixOperator class
|
| /external/v8/src/ |
| D | hydrogen-instructions.h | 5003 DECLARE_CONCRETE_INSTRUCTION(Div) in DECLARE_CONCRETE_INSTRUCTION() argument
|