| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 453 bool Simplified = false; in simplifyCode() local 1192 Simplified = true; in simplifyCode() 1260 Simplified = true; in simplifyCode() 1273 if (Simplified) { in simplifyCode() 1323 Simplified = true; in simplifyCode() 1357 return Simplified; in simplifyCode() 1567 bool Simplified = false; in eliminateRedundantTOCSaves() local 1573 Simplified = true; in eliminateRedundantTOCSaves() 1582 return Simplified; in eliminateRedundantTOCSaves() 1866 Simplified = true; in eliminateRedundantCompare() [all …]
|
| H A D | PPCInstrInfo.cpp | 3801 bool Simplified = false; in combineRLWINM() local 3807 Simplified = true; in combineRLWINM() 3842 Simplified = true; in combineRLWINM() 3864 if (Simplified & MRI->use_nodbg_empty(FoldingReg) && in combineRLWINM() 3873 return Simplified; in combineRLWINM()
|
| /freebsd-14.2/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Group. This Simplified Specification is provided on a non-confidential 34 # Simplified Specification may require a license from the SD Card 39 # The information contained in the Simplified Specification is presented only
|
| H A D | mmcbr_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Group. This Simplified Specification is provided on a non-confidential 34 # Simplified Specification may require a license from the SD Card 39 # The information contained in the Simplified Specification is presented only
|
| /freebsd-14.2/sys/dev/sdhci/ |
| H A D | sdhci_if.m | 26 # the SD Simplified Specification. The following disclaimer may apply: 29 # specification ("Simplified Specification") by the SD Card Association and 30 # the SD Group. The Simplified Specification is a subset of the complete SD 32 # Group. This Simplified Specification is provided on a non-confidential 34 # Simplified Specification may require a license from the SD Card 39 # The information contained in the Simplified Specification is presented only
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | WatchedLiteralsSolver.cpp | 209 llvm::SmallVector<Literal> Simplified; in addClause() local 212 llvm::all_of(Simplified, in addClause() 227 Simplified.push_back(L); in addClause() 229 if (Simplified.empty()) { in addClause() 237 if (Simplified.size() == 1) { in addClause() 239 const Literal lit = Simplified.front(); in addClause() 246 Formula.addClause(Simplified); in addClause()
|
| /freebsd-14.2/stand/i386/ |
| H A D | boot.ldscript | 1 /* Simplified linker script for the boot loaders. */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 153 if (Value *Simplified = SimplifiedValues.lookup(Op)) in visitCastInst() local 154 Op = Simplified; in visitCastInst()
|
| H A D | InstructionSimplify.cpp | 442 if (Simplified && Simplified->getOpcode() == unsigned(Opcode) && in threadBinOpOverSelect() 443 !Simplified->hasPoisonGeneratingFlags()) { in threadBinOpOverSelect() 451 Simplified->getOperand(1) == UnsimplifiedRHS) in threadBinOpOverSelect() 452 return Simplified; in threadBinOpOverSelect() 453 if (Simplified->isCommutative() && in threadBinOpOverSelect() 455 Simplified->getOperand(0) == UnsimplifiedRHS) in threadBinOpOverSelect() 456 return Simplified; in threadBinOpOverSelect() 4411 return Simplified != V ? Simplified : nullptr; in simplifyWithOpReplaced() 7142 bool Simplified = false; in replaceAndRecursivelySimplifyImpl() local 7174 Simplified = true; in replaceAndRecursivelySimplifyImpl() [all …]
|
| /freebsd-14.2/contrib/dialog/po/ |
| H A D | zh_CN.po | 1 # Simplified Chinese translation for dialog.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 829 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() argument 848 if (!Simplified.insert(UI).second) in pushIVUsers() 893 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local 901 pushIVUsers(CurrIV, L, Simplified, SimpleIVUsers); in simplifyUsers() 936 assert(N <= Simplified.size() && "runaway iteration"); in simplifyUsers() 948 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 956 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 963 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 973 pushIVUsers(UseInst, L, Simplified, SimpleIVUsers); in simplifyUsers()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1090 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() local 1091 addAdditionalUsers(Simplified, I); in createBinaryExpression() 1092 return Simplified.Expr; in createBinaryExpression() 1177 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1178 return Simplified; in createExpression() 1187 return Simplified; in createExpression() 1192 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1193 return Simplified; in createExpression() 1198 return Simplified; in createExpression() 1204 return Simplified; in createExpression() [all …]
|
| H A D | ConstraintElimination.cpp | 1688 bool Simplified = checkAndReplaceCondition( in eliminateConstraints() local 1691 if (!Simplified && in eliminateConstraints() 1693 Simplified = in eliminateConstraints() 1697 Changed |= Simplified; in eliminateConstraints()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 47 Simplified, // Use one table per function type, with types projected enumerator
|
| /freebsd-14.2/sys/netinet/libalias/ |
| H A D | HISTORY | 25 - Simplified ICMP data storage. Will now handle
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | README.nat | 315 Simplified ICMP data storage. Will now handle
|
| /freebsd-14.2/contrib/atf/ |
| H A D | NEWS | 461 * Simplified the output of atf-version by not attempting to print a 561 * Simplified the contents of the Makefile.am by regenerating it from a
|
| /freebsd-14.2/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 74 to the license terms contained in, the Simplified BSD License
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 621 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local 622 if (Simplified) { in SimplifyDemandedBits() 626 return Simplified; in SimplifyDemandedBits() 637 bool Simplified = in SimplifyDemandedBits() local 639 if (Simplified) { in SimplifyDemandedBits() 643 return Simplified; in SimplifyDemandedBits() 2945 bool Simplified = in SimplifyDemandedVectorElts() local 2947 if (Simplified) { in SimplifyDemandedVectorElts() 2952 return Simplified; in SimplifyDemandedVectorElts()
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | NEWS.md | 358 * Issue #37: Simplified the `syntax()` calls in configuration and
|
| /freebsd-14.2/contrib/libarchive/ |
| H A D | NEWS | 390 May 04, 2008: Simplified building: archive.h is no longer constructed
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 5083 if (SDValue Simplified = simplifyMul24(N, DCI)) in PerformDAGCombine() local 5084 return Simplified; in PerformDAGCombine()
|
| /freebsd-14.2/contrib/bc/ |
| H A D | NEWS.md | 990 * Simplified Chinese
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 1429 * Simplified X509 name and attribute routines
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | NEWS | 301 * Simplified and nicer output from the mdoc(7) .Lk macro, formatting
|