| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 233 unsigned Score = 0; in getLAScore() local 236 Score += getLAScore(cast<VPUser>(V1)->getOperand(I), in getLAScore() 238 return Score; in getLAScore() 277 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local 279 PrevScore = Score; in getBest() 280 if (PrevScore != Score) in getBest() 282 PrevScore = Score; in getBest() 284 if (Score > BestScore) { in getBest() 285 BestScore = Score; in getBest()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 319 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() argument 320 return isViableEntryPoint(BB) ? Score : 0; in getEntryPointScore() 342 auto addBlockToRegion = [&](BasicBlock *BB, unsigned Score) { in create() argument 344 ColdRegion.Blocks.emplace_back(BB, Score); in create() 443 unsigned Score = Block.second; in takeSingleEntrySubRegion() local 446 if (!InSubRegion && Score > NextScore) { in takeSingleEntrySubRegion() 448 NextScore = Score; in takeSingleEntrySubRegion()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 393 auto Score = in eliminateGuardViaWidening() local 398 << scoreTypeToString(Score) << "\n"); in eliminateGuardViaWidening() 399 if (Score > BestScoreSoFar) { in eliminateGuardViaWidening() 400 BestScoreSoFar = Score; in eliminateGuardViaWidening()
|
| H A D | Reassociate.cpp | 2215 unsigned Score = 0; in ReassociateExpression() local 2222 Score += it->second; in ReassociateExpression() 2225 if (Score > Max || (Score == Max && MaxRank < BestRank)) { in ReassociateExpression() 2227 Max = Score; in ReassociateExpression()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 299 static bool mergeScore(const MergeInfo &M, uint32_t &Score, 1160 bool WaitcntBrackets::mergeScore(const MergeInfo &M, uint32_t &Score, in mergeScore() argument 1162 uint32_t MyShifted = Score <= M.OldLB ? 0 : Score + M.MyShift; in mergeScore() 1165 Score = std::max(MyShifted, OtherShifted); in mergeScore()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | NEWS | 1858 CVSS: (AV:N/AC:M/Au:N/C:N/I:P/A:P) Base Score: 5.8 1952 CVSS: (AV:N/AC:H/Au:S/C:N/I:C/A:N) Base Score: 4.9 2237 CVSS: (AV:N/AC:H/Au:M/C:N/I:N/A:C) Base Score: 4.6 2449 CVSS: (AV:N/AC:L/Au:N/C:N/I:P/A:P) Base Score: 6.4 2949 CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:C) Base Score: 9 3003 CVSS: (AV:N/AC:L/Au:M/C:P/I:P/A:C) Base Score: 7.3 3026 CVSS: (AV:N/AC:L/Au:M/C:P/I:P/A:C) Base Score: 7.3 3047 CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5 3069 CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5 3087 CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5 [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-2006 | 246 * Makefile.am: Add Score files. 248 * configure.in: Add support for Score target. 250 * disassemble.c: Add support for Score target.
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ChangeLog-2006 | 88 * MAINTAINERS: Add Mei Ligang as maintainer of the Score port. 109 * readelf.c: Add support for Score binaries.
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | ChangeLog | 140 * common.h: Add Score machine number.
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-2006 | 905 * config.bfd: Add Score target. 906 * Makefile.am: Add Score files. 908 * archures.c: Add Score architecture. 909 * reloc.c: Add Score relocs. 910 * targets.c: Add Score target vectors. 913 * configure.in: Add Score target.
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | NEWS | 18 * Add support for Score target.
|
| H A D | ChangeLog-2006 | 333 * Makefile.am: Add Score files. 335 * configure.tgt: Add Score target.
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | ChangeLog | 128 * dis-asm.h: Add prototypes for Score disassembler routines.
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | NEWS | 9 * Add support for Score target.
|
| H A D | ChangeLog-2006 | 561 * configure.tgt: Add Score target. 562 * Makefile.am: Add Score files.
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9635 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local 9639 Score += PartitionScores::SingleCase; in findJumpTables() 9641 Score += PartitionScores::FewCases; in findJumpTables() 9643 Score += PartitionScores::Table; in findJumpTables() 9648 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables() 9651 PartitionsScore[i] = Score; in findJumpTables()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 3830 int Score = P.getPatternComplexity(CGP); in runOnPattern() local 3832 RuleMatcherScores[M.getRuleID()] = Score; in runOnPattern()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 692 @emph{Score Options} 7306 * Score Options:: 12174 @node Score Options 12175 @subsection Score Options 12176 @cindex Score Options 12178 These options are defined for Score implementations:
|
| H A D | md.texi | 2769 @item Score family---@file{config/score/score.h}
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2006 | 776 * doc/invoke.texi (Score Options): New section. 777 * doc/md.texi (Score family): New section to document constraints.
|
| /freebsd-12.1/contrib/binutils/gas/po/ |
| H A D | gas.pot | 9486 msgid " Score-specific assembler options:\n"
|