Home
last modified time | relevance | path

Searched refs:Points (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DIntervalTree.h651 SmallVector<PointType, 4> Points; in create() local
653 Points.push_back(Data.left()); in create()
654 Points.push_back(Data.right()); in create()
657 std::stable_sort(Points.begin(), Points.end()); in create()
658 auto Last = std::unique(Points.begin(), Points.end()); in create()
659 Points.erase(Last, Points.end()); in create()
661 EndPoints.assign(Points.begin(), Points.end()); in create()
/openbsd/src/gnu/llvm/llvm/tools/sancov/
Dsancov.cpp170 std::vector<CoveragePoint> Points; member
308 const std::vector<CoveragePoint> &Points) { in operator <<() argument
311 for (const auto &Point : Points) { in operator <<()
360 W.attributeObject("point-symbol-info", [&] { W << C.Points; }); in operator <<()
375 std::map<std::string, CoveragePoint> Points; in read() local
394 yaml::SequenceNode *Points = in read() local
396 failIf(!Points, "expected array: " + InputFile); in read()
398 for (auto I = Points->begin(), E = Points->end(); I != E; ++I) { in read()
432 if (Points.find(PointId) == Points.end()) in read()
433 Points.insert(std::make_pair(PointId, CoveragePoint(PointId))); in read()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DClustering.cpp92 const std::vector<InstructionBenchmark> &Points, in InstructionBenchmarkClustering() argument
94 : Points_(Points), in InstructionBenchmarkClustering()
205 auto &Points = OpcodeToSchedClassesToPoints[Opcode][SchedClassId]; in clusterizeNaive() local
206 if (Points.empty()) // If we previously have not seen any points of in clusterizeNaive()
208 Points.emplace_back(P); in clusterizeNaive()
331 const std::vector<InstructionBenchmark> &Points, const ModeE Mode, in create() argument
335 Points, AnalysisClusteringEpsilon * AnalysisClusteringEpsilon); in create()
339 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()
DAnalysis.cpp216 const auto &Points = Clustering_.getPoints(); in makePointsPerSchedClass() local
217 for (size_t PointId = 0, E = Points.size(); PointId < E; ++PointId) { in makePointsPerSchedClass()
218 const InstructionBenchmark &Point = Points[PointId]; in makePointsPerSchedClass()
297 const auto &Points = Clustering_.getPoints(); in printSchedClassClustersHtml() local
302 Points[Clusters[0].getPointIds()[0]].Measurements) { in printSchedClassClustersHtml()
319 printPointHtml(Points[PointId], OS); in printSchedClassClustersHtml()
432 const auto &Points = Clustering_.getPoints(); in printClusterRawHtml() local
442 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml()
452 printPointHtml(Points[PointId], OS); in printClusterRawHtml()
454 for (const auto &Measurement : Points[PointId].Measurements) { in printClusterRawHtml()
DClustering.h32 create(const std::vector<InstructionBenchmark> &Points, ModeE Mode,
123 const std::vector<InstructionBenchmark> &Points,
/openbsd/src/gnu/llvm/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp394 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) { in scoreCandidates() argument
396 Candidates[Entry.second] += Points; in scoreCandidates()
420 int Points; in pickWinner() member
430 S.Points = Candidate.second; in pickWinner()
434 if (S.Points < Best.Points) in pickWinner()
436 if (S.Points == Best.Points) { in pickWinner()
455 return {Best.Index, Best.Points}; in pickWinner()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp529 static void filterPoints(MutableArrayRef<InstructionBenchmark> Points, in filterPoints() argument
536 for (InstructionBenchmark &Point : Points) { in filterPoints()
594 std::vector<InstructionBenchmark> Points = ExitOnFileError( in analysisMain() local
597 outs() << "Parsed " << Points.size() << " benchmark points\n"; in analysisMain()
598 if (Points.empty()) { in analysisMain()
604 filterPoints(Points, State.getInstrInfo()); in analysisMain()
607 Points, AnalysisClusteringAlgorithm, AnalysisDbscanNumPoints, in analysisMain()
/openbsd/src/gnu/gcc/gcc/
Dreg-notes.def95 /* Points to a CODE_LABEL. Used by non-JUMP_INSNs to say that the
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDynamicTags.def208 MIPS_DYNAMIC_TAG(MIPS_RWPLT, 0x70000034) // Points to the base
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-i386.texi496 Points to the address 1234 bytes past the end of the current
500 Points to the @code{symbol} in RIP relative way, this is shorter than
Dinternals.texi575 Points to the lowest-addressed byte of the opcode, for use in relaxation.
652 Points to the first frag in the chain. May be NULL if there are no frags in
655 Points to the last frag in the chain, or NULL if there are none.
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-i386.texi486 Points to the address 1234 bytes past the end of the current
490 Points to the @code{symbol} in RIP relative way, this is shorter than
Dinternals.texi598 Points to the lowest-addressed byte of the opcode, for use in relaxation.
675 Points to the first frag in the chain. May be NULL if there are no frags in
678 Points to the last frag in the chain, or NULL if there are none.
/openbsd/src/share/snmp/
DSNMP-FRAMEWORK-MIB.txt474 -- Registration Points for Authentication and Privacy Protocols **
/openbsd/src/lib/libcrypto/
Dcert.pem95 X509v3 CRL Distribution Points:
1183 X509v3 CRL Distribution Points:
1750 X509v3 CRL Distribution Points:
1936 X509v3 CRL Distribution Points:
1982 X509v3 CRL Distribution Points:
2027 X509v3 CRL Distribution Points:
2079 X509v3 CRL Distribution Points:
2285 X509v3 CRL Distribution Points:
5434 X509v3 CRL Distribution Points:
5485 X509v3 CRL Distribution Points:
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DIndex.txt278 Arabic Points, Glyphs for Spacing Forms of FE70
2507 Hebrew Points and Punctuation 05B0
4154 Points and Punctuation, Hebrew 05B0
4155 Points, Hebrew 05B0
4156 Points, Syriac 0730
4268 Punctuation, Hebrew Points and 05B0
/openbsd/src/lib/libc/time/
DTheory152 Points of interest to folks with other systems:
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi454 /* Points to the kept section if this section is a link-once section,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dsection.texi435 /* Points to the kept section if this section is a link-once section,
/openbsd/src/gnu/llvm/clang/docs/
DPCHInternals.rst418 AST Reader Integration Points
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlunicode.pod1341 RL1.7 Supplementary Code Points - Done [8]
1483 Code Points 1st Byte 2nd Byte 3rd Byte 4th Byte
1504 Code Points 1st Byte 2nd Byte 3rd Byte 4th Byte
Dperlcall.pod642 Points to note this time are
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo400 * Alternate Entry Points:: Entering procedures except at the beginning.
760 @node Alternate Entry Points
761 @section Alternate Entry Points
3346 Alternate entry point; see @ref{Alternate Entry Points}.
/openbsd/src/lib/libcrypto/objects/
Dobjects.txt784 id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points
/openbsd/src/usr.bin/lex/
Dflex.skl660 /* Points to current character in buffer. */

12