| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | RegisterValue.cpp | 20 return APFloat::getZero(FltSemantics); in getFloatValue() 22 return APFloat::getZero(FltSemantics, true); in getFloatValue()
|
| H A D | SnippetRepetitor.cpp | 86 Loop.MBB->addSuccessor(Exit.MBB, BranchProbability::getZero()); in Repeat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 197 auto Prob = BranchProbability::getZero(); in buildJumpTable() 204 JTProbs[Clusters[I].MBB] = BranchProbability::getZero(); in buildJumpTable() 417 auto TotalProb = BranchProbability::getZero(); in buildBitTests() 426 CaseBits(0, Clusters[i].MBB, 0, BranchProbability::getZero())); in buildBitTests()
|
| H A D | MachineBranchProbabilityInfo.cpp | 73 auto MaxProb = BranchProbability::getZero(); in getHotSucc()
|
| H A D | MachineBlockPlacement.cpp | 821 auto BestSuccSucc = BranchProbability::getZero(); in isProfitableToTailDup() 1566 auto BestProb = BranchProbability::getZero(); in selectBestSuccessor() 2433 auto LargestExitEdgeProb = BranchProbability::getZero(); in rotateLoopWithProfile() 2442 if (LargestExitEdgeProb > BranchProbability::getZero()) { in rotateLoopWithProfile() 3132 BranchProbability BestProb = BranchProbability::getZero(); in isBestSuccessor() 3163 BranchProbability DefaultBranchProb = BranchProbability::getZero(); in findDuplicateCandidates()
|
| H A D | HardwareLoops.cpp | 390 SE.getZero(TripCount->getType()))) { in InitLoopCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function 220 BranchProbability ProbForUnknown = BranchProbability::getZero(); in normalizeProbabilities()
|
| H A D | ScaledNumber.h | 520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function 882 *this = getZero(); in shiftRight()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | OpDescriptor.cpp | 26 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 413 BranchProbability NewUnreachableSum = BranchProbability::getZero(); in calcMetadataWeights() 420 BranchProbability OldReachableSum = BranchProbability::getZero(); in calcMetadataWeights() 1110 auto MaxProb = BranchProbability::getZero(); in getHotSucc() 1161 auto Prob = BranchProbability::getZero(); in getEdgeProbability()
|
| H A D | ScalarEvolutionDivision.cpp | 244 Zero = SE.getZero(Denominator->getType()); in SCEVDivision()
|
| H A D | DependenceAnalysis.cpp | 1322 SE->getSMaxExpr(SE->getZero(Delta->getType()), Delta), in weakCrossingSIVtest() 1365 Result.DV[Level].Distance = SE->getZero(Delta->getType()); in weakCrossingSIVtest() 1692 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1801 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest() 2749 SE->getZero(A[K].Coeff->getType()); in findBoundsALL() 2752 SE->getZero(A[K].Coeff->getType()); in findBoundsALL() 2887 return SE->getSMaxExpr(X, SE->getZero(X->getType())); in getPositivePart() 2893 return SE->getSMinExpr(X, SE->getZero(X->getType())); in getNegativePart() 2903 const SCEV *Zero = SE->getZero(Subscript->getType()); in collectCoeffInfo() 2987 return SE->getZero(Expr->getType()); in findCoefficient()
|
| H A D | BlockFrequencyInfoImpl.cpp | 542 auto Max = Scaled64::getZero(); in finalizeMetrics() 611 return Scaled64::getZero(); in getFloatingBlockFreq()
|
| H A D | ScalarEvolution.cpp | 1085 return getZero(IntPtrTy); in getLosslessPtrToIntExpr() 1258 return getZero(Ty); in getTruncateExpr() 2520 return getZero(Ty); in getAddExpr() 3065 SumOps.push_back(getZero(Ty)); in getMulExpr() 3103 return getZero(LHS->getType()); // X urem 1 --> 0 in getURemExpr() 3999 return getZero(LHS->getType()); in getMinusSCEV() 4387 : SE.getZero(Type::getInt1Ty(SE.getContext())); in compareWithBackedgeCondition() 7686 return getZero(CI->getType()); in computeExitLimitFromCondImpl() 9244 const SCEV *Zero = getZero(Distance->getType()); in howFarToZero() 9296 return getZero(C->getType()); in howFarToNonZero() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion() 733 Counter::getZero())); in createBranchRegion() 869 pushRegion(Counter::getZero()); in terminateRegion() 968 GapRegionCounter = Counter::getZero(); in VisitStmt() 1284 size_t Index = pushRegion(Counter::getZero(), getStart(CS)); in VisitSwitchStmt() 1297 propagateCounts(Counter::getZero(), Body); in VisitSwitchStmt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 529 return getZero(dl, VecTy, DAG); in buildHvxVectorReg() 722 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred() 1006 SDValue Zero = getZero(dl, MVT::i32, DAG); in extractHvxSubvectorPred() 1164 SDValue False = getZero(dl, ResTy, DAG); in extendHvxVectorPred() 1202 getZero(dl, VecTy, DAG)); in compressHvxPred() 1339 SDValue Res = getZero(dl, ByteTy, DAG); in LowerHvxConcatVectors() 1740 SDValue Z = getZero(dl, ty(V), DAG); in LowerHvxMaskedOp() 1969 {SetCC, getZero(dl, MVT::i32, DAG)}); in WidenHvxSetCC() 2051 {WideRes, getZero(dl, MVT::i32, DAG)}); in WidenHvxTruncate() 2267 return getZero(dl, ty(Op), DAG); in PerformHvxDAGCombine()
|
| H A D | HexagonISelLowering.cpp | 2377 return getZero(dl, VecTy, DAG); in buildVector32() 2459 return getZero(dl, VecTy, DAG); in buildVector64() 2684 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering 2691 return DAG.getNode(ISD::SPLAT_VECTOR, dl, Ty, getZero(dl, MVT::i32, DAG)); in getZero() 2759 SDValue Z = getZero(dl, MVT::i32, DAG); in LowerBUILD_VECTOR() 3055 SDValue Ov = DAG.getSetCC(dl, MVT::i1, Op, getZero(dl, ty(Op), DAG), in LowerUAddSubO() 3251 return getZero(dl, ty(Op), DCI.DAG); in PerformDAGCombine()
|
| H A D | HexagonISelLowering.h | 377 SDValue getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | AlignmentFromAssumptions.cpp | 224 OffSCEV = SE->getZero(Int64Ty); in extractAlignmentInfo()
|
| H A D | StraightLineStrengthReduce.cpp | 545 IndexExprs[I - 1] = SE->getZero(OrigIndexExpr->getType()); in allocateCandidatesAndFindBasisForGEP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 313 bool isIEEE() const { return APFloat::getZero(getFltSemantics()).isIEEE(); } in isIEEE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 546 return APFloat::getZero(APFloat::IEEEsingle()); in toAPFloat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 353 APFloat::getZero(APFloat::IEEEhalf())); in getNullValue() 356 APFloat::getZero(APFloat::BFloat())); in getNullValue() 359 APFloat::getZero(APFloat::IEEEsingle())); in getNullValue() 362 APFloat::getZero(APFloat::IEEEdouble())); in getNullValue() 365 APFloat::getZero(APFloat::x87DoubleExtended())); in getNullValue() 368 APFloat::getZero(APFloat::IEEEquad())); in getNullValue() 1022 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true); in getNegativeZero()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 687 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() 702 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1105 const SCEV *Zero = SE.getZero(S->getType()); in isKnownNegativeInLoop() 1112 const SCEV *Zero = SE.getZero(S->getType()); in isKnownNonNegativeInLoop()
|