Home
last modified time | relevance | path

Searched refs:ValueCounts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp793 Sum.ValueCounts[VK] += KindSum; in accumulateCounts()
811 Overlap.Base.ValueCounts[ValueKind], in overlap()
812 Overlap.Test.ValueCounts[ValueKind]); in overlap()
814 I->Count, J->Count, FuncLevelOverlap.Base.ValueCounts[ValueKind], in overlap()
815 FuncLevelOverlap.Test.ValueCounts[ValueKind]); in overlap()
823 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
824 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
1589 if (Test.ValueCounts[I] >= 1.0f) in addOneMismatch()
1590 Mismatch.ValueCounts[I] += in addOneMismatch()
1591 MismatchFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneMismatch()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h797 std::array<double, IPVK_Last - IPVK_First + 1> ValueCounts = {}; member
802 ValueCounts.fill(0.0f); in reset()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8062 DenseMap<SDValue, unsigned> ValueCounts; in LowerBUILD_VECTOR() local
8073 unsigned &Count = ValueCounts[V]; in LowerBUILD_VECTOR()
8081 if (ValueCounts.size() != 1) in LowerBUILD_VECTOR()
8083 if (!Value.getNode() && !ValueCounts.empty()) in LowerBUILD_VECTOR()
8084 Value = ValueCounts.begin()->first; in LowerBUILD_VECTOR()
8086 if (ValueCounts.empty()) in LowerBUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3844 DenseMap<SDValue, unsigned> ValueCounts; in lowerBuildVectorViaDominantValues() local
3859 unsigned &Count = ValueCounts[V]; in lowerBuildVectorViaDominantValues()
3882 (ValueCounts.size() <= Log2_32(NumDefElts)))) { in lowerBuildVectorViaDominantValues()
3894 !LastOp.isUndef() && ValueCounts[LastOp] == 1 && in lowerBuildVectorViaDominantValues()
3912 if (ValueCounts[V] == 1) { in lowerBuildVectorViaDominantValues()