Home
last modified time | relevance | path

Searched refs:getZero (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1079 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 …]
DIceTargetLoweringMIPS32.h478 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/
DSwitchLoweringUtils.cpp194 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()
DMachineBranchProbabilityInfo.cpp71 auto MaxProb = BranchProbability::getZero(); in getHotSucc()
DMachineBlockPlacement.cpp786 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()
DHardwareLoops.cpp394 SE.getZero(ExitCount->getType()))) { in InitLoopCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
220 BranchProbability ProbForUnknown = BranchProbability::getZero(); in normalizeProbabilities()
DScaledNumber.h520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
882 *this = getZero(); in shiftRight()
/third_party/protobuf/js/experimental/runtime/testing/binary/
Dtest_message.js95 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/
DOpDescriptor.cpp26 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/
DBranchProbabilityInfo.cpp348 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()
DDependenceAnalysis.cpp1320 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()
DBlockFrequencyInfoImpl.cpp534 auto Max = Scaled64::getZero(); in finalizeMetrics()
594 return Scaled64::getZero(); in getFloatingBlockFreq()
DStackSafetyAnalysis.cpp53 return SE.getZero(Expr->getType()); in visitUnknown()
/third_party/protobuf/js/experimental/runtime/
Dint64.js15 static getZero() { method in Int64
Dint64_test.js18 const int64 = Int64.getZero();
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js613 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/
DAlignmentFromAssumptions.cpp263 OffSCEV = SE->getZero(Int64Ty); in extractAlignmentInfo()
DStraightLineStrengthReduce.cpp534 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/
DHexagonISelLoweringHVX.cpp393 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()
DHexagonISelLowering.cpp2199 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()
DHexagonISelLowering.h368 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/
DLoopUtils.cpp1012 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/
DConstants.cpp324 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/
DCoverageMapping.h129 static Counter getZero() { return Counter(); } in getZero() function

12