/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr-channel.yaml | 13 amount of individual LPDDR chips and the ranks per chip. 54 Each physical LPDDR chip may have one or more ranks. Ranks are 57 state of the CS pins. Different ranks may have different densities and
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | uncore-memory.json | 36 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 46 "BriefDescription": "Cycles all ranks are in critical thermal throttle",
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | uncore-memory.json | 39 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 49 "BriefDescription": "Cycles all ranks are in critical thermal throttle",
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-memory.json | 30 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 40 "BriefDescription": "Cycles all ranks are in critical thermal throttle",
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | uncore-memory.json | 30 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 40 "BriefDescription": "Cycles all ranks are in critical thermal throttle",
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
H A D | uncore-memory.json | 30 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 40 "BriefDescription": "Cycles all ranks are in critical thermal throttle",
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | witness.h | 7 /* LOCK RANKS */ 36 * depth excluding non-core locks with lower ranks. Since the rank argument to
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 15 // function arguments are rank = 1, and other values are assigned ranks
|
/freebsd-src/sys/contrib/zstd/lib/compress/ |
H A D | huf_compress.c | 295 * @pre The sum of the ranks of each symbol == 2^largestBits, 297 * @post The sum of the ranks of each symbol == 2^largestBits, 319 /* Adjust any ranks > maxNbBits to maxNbBits. in HUF_setMaxHeight() 320 * Compute totalCost, which is how far the sum of the ranks is in HUF_setMaxHeight() 321 * we are over 2^largestBits after adjust the offending ranks. in HUF_setMaxHeight() 558 * each rank begins in the output, so for rank R we want to count ranks R+1 and above. in HUF_sort()
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 50 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode",
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 393 std::vector<VNType> Ranks; 395 Ranks.push_back(Entry.first); 401 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { 417 for (const auto &R : Ranks) { in computeInsertionPoints() 405 std::vector<VNType> Ranks; computeInsertionPoints() local
|
H A D | Reassociate.cpp | 15 // function arguments are rank = 1, and other values are assigned ranks 185 // Assign distinct ranks to function arguments. in BuildRankMap() 196 // Walk the basic block, adding precomputed ranks for any instructions that in BuildRankMap() 197 // we cannot move. This ensures that the ranks for these instructions are in BuildRankMap() 2296 // the operands and their ranks, sort the operands by their rank. Use a in OptimizeInst() 2297 // stable_sort so that values with equal ranks will have their relative in OptimizeInst() 2546 // BuildRankMap to pre calculate ranks correctly. It also excludes dead basic in ReassociateExpression()
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerTables.cpp | 603 static int ranks[IC_max] = {INSTRUCTION_CONTEXTS}; in outranks() 607 return (ranks[upper] > ranks[lower]); 598 static int ranks[IC_max] = {INSTRUCTION_CONTEXTS}; outranks() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 41 /// This method ranks instructions based on their age, and the number of known
|
/freebsd-src/contrib/libdivsufsort/lib/ |
H A D | trsort.c | 346 /* update ranks */ in tr_introsort() 454 /* update ranks */ in tr_introsort()
|
H A D | divsufsort.c | 145 /* Compute ranks of type B* substrings. */ in sort_typeBstar()
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 50 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode+C37",
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | CFGMST.h | 80 // If the ranks are the same, increment root of one tree by one. in unionGroups()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 289 // If the ranks are the same, increment root of one tree by one. in unionGroups()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 213 /// 13.3.3.1.1) and are listed such that better conversion ranks 673 /// kind, where smaller ranks represent better conversion in setBad()
|
/freebsd-src/usr.sbin/bsdconfig/dot/ |
H A D | dot | 318 printf '\trankdir = LR;\t\t// create ranks left-to-right\n'
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_updn.c | 372 "Failed to assign ranks\n"); in updn_build_lid_matrices()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 132 /// This routine maps IR values to various complexity ranks:
|
/freebsd-src/contrib/bearssl/src/ |
H A D | inner.h | 1762 * -- Ranks given to bits are in "row order" and are either all even, or 1764 * the even ranks, the other the odd ranks. Row order means:
|
/freebsd-src/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 1194 /* update ranks */ in tr_introsort() 1302 /* update ranks */ in tr_introsort() 1563 /* Compute ranks of type B* substrings. */ in sort_typeBstar()
|