/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 1079 auto *Zero = getZero(); in legalizeUndef() 2401 _addiu(T2, getZero(), -MIPS32_STACK_ALIGNMENT_BYTES); in lowerAlloca() 2547 _addiu(T_Lo, getZero(), 0); in lowerInt64Arithmetic() 2551 _addiu(T_Lo, getZero(), 0); in lowerInt64Arithmetic() 2573 _movn(T1_Lo, getZero(), T5); in lowerInt64Arithmetic() 2601 _addiu(T_Hi, getZero(), 0); in lowerInt64Arithmetic() 2604 _addiu(T_Hi, getZero(), 0); in lowerInt64Arithmetic() 2626 _movn(T1_Hi, getZero(), T5); in lowerInt64Arithmetic() 3668 auto *Zero = getZero(); in lowerCast() 3932 auto *Zero = getZero(); in lowerFcmp() [all …]
|
D | IceTargetLoweringMIPS32.h | 478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() 485 Context.insert<InstMIPS32Nor>(Dest, Src0, getZero()); in _not() 642 Variable *getZero() { in getZero() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 194 auto Prob = BranchProbability::getZero(); in buildJumpTable() 201 JTProbs[Clusters[I].MBB] = BranchProbability::getZero(); in buildJumpTable() 414 auto TotalProb = BranchProbability::getZero(); in buildBitTests() 423 CaseBits(0, Clusters[i].MBB, 0, BranchProbability::getZero())); in buildBitTests()
|
D | MachineBranchProbabilityInfo.cpp | 71 auto MaxProb = BranchProbability::getZero(); in getHotSucc()
|
D | MachineBlockPlacement.cpp | 786 auto BestSuccSucc = BranchProbability::getZero(); in isProfitableToTailDup() 1529 auto BestProb = BranchProbability::getZero(); in selectBestSuccessor() 2391 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() 2400 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile()
|
D | HardwareLoops.cpp | 394 SE.getZero(ExitCount->getType()))) { in InitLoopCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BranchProbability.h | 49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function 220 BranchProbability ProbForUnknown = BranchProbability::getZero(); in normalizeProbabilities()
|
D | ScaledNumber.h | 520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function 882 *this = getZero(); in shiftRight()
|
/third_party/protobuf/js/experimental/runtime/testing/binary/ |
D | test_message.js | 95 getFixed64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 122 getInt64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 140 getSfixed64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 158 getSint64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 185 getUint64WithDefault(fieldNumber, defaultValue = Int64.getZero()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 26 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 348 auto ToDistribute = BranchProbability::getZero(); in calcMetadataWeights() 358 if (ToDistribute > BranchProbability::getZero()) { in calcMetadataWeights() 881 auto MaxProb = BranchProbability::getZero(); in getHotSucc() 926 auto Prob = BranchProbability::getZero(); in getEdgeProbability()
|
D | DependenceAnalysis.cpp | 1320 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest() 1363 Result.DV[Level].Distance = SE->getZero(Delta->getType()); in weakCrossingSIVtest() 1717 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1826 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest() 2758 SE->getZero(A[K].Coeff->getType()); in findBoundsALL() 2761 SE->getZero(A[K].Coeff->getType()); in findBoundsALL() 2896 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart() 2902 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart() 2912 const SCEV *Zero = SE->getZero(Subscript->getType()); in collectCoeffInfo() 2996 return SE->getZero(Expr->getType()); in findCoefficient()
|
D | BlockFrequencyInfoImpl.cpp | 534 auto Max = Scaled64::getZero(); in finalizeMetrics() 594 return Scaled64::getZero(); in getFloatingBlockFreq()
|
D | StackSafetyAnalysis.cpp | 53 return SE.getZero(Expr->getType()); in visitUnknown()
|
/third_party/protobuf/js/experimental/runtime/ |
D | int64.js | 15 static getZero() { method in Int64
|
D | int64_test.js | 18 const int64 = Int64.getZero();
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | kernel.js | 613 getFixed64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 654 getInt64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 684 getSfixed64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 714 getSint64WithDefault(fieldNumber, defaultValue = Int64.getZero()) { 760 getUint64WithDefault(fieldNumber, defaultValue = Int64.getZero()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 263 OffSCEV = SE->getZero(Int64Ty); in extractAlignmentInfo()
|
D | StraightLineStrengthReduce.cpp | 534 IndexExprs[I - 1] = SE->getZero(OrigIndexExpr->getType()); in allocateCandidatesAndFindBasisForGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 393 return getZero(dl, VecTy, DAG); in buildHvxVectorReg() 580 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 864 SDValue Zero = getZero(dl, MVT::i32, DAG); in extractHvxSubvectorPred() 1021 SDValue False = getZero(dl, ResTy, DAG); in extendHvxVectorPred() 1132 SDValue Res = getZero(dl, ByteTy, DAG); in LowerHvxConcatVectors()
|
D | HexagonISelLowering.cpp | 2199 return getZero(dl, VecTy, DAG); in buildVector32() 2282 return getZero(dl, VecTy, DAG); in buildVector64() 2509 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering 2562 SDValue Z = getZero(dl, MVT::i32, DAG); in LowerBUILD_VECTOR() 2821 SDValue Ov = DAG.getSetCC(dl, MVT::i1, Op, getZero(dl, ty(Op), DAG), in LowerUAddSubO() 2999 return getZero(dl, ty(Op), DCI.DAG); in PerformDAGCombine()
|
D | HexagonISelLowering.h | 368 SDValue getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1012 const SCEV *Zero = SE.getZero(S->getType()); in isKnownNegativeInLoop() 1019 const SCEV *Zero = SE.getZero(S->getType()); in isKnownNonNegativeInLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 324 APFloat::getZero(APFloat::IEEEhalf())); in getNullValue() 327 APFloat::getZero(APFloat::IEEEsingle())); in getNullValue() 330 APFloat::getZero(APFloat::IEEEdouble())); in getNullValue() 333 APFloat::getZero(APFloat::x87DoubleExtended())); in getNullValue() 336 APFloat::getZero(APFloat::IEEEquad())); in getNullValue() 843 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true); in getNegativeZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 129 static Counter getZero() { return Counter(); } in getZero() function
|