| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 220 bool Simplified = false; in simplifyCode() local 436 Simplified = true; in simplifyCode() 561 Simplified = true; in simplifyCode() 757 Simplified = true; in simplifyCode() 777 return Simplified; in simplifyCode() 985 bool Simplified = false; in eliminateRedundantTOCSaves() local 991 Simplified = true; in eliminateRedundantTOCSaves() 1000 return Simplified; in eliminateRedundantTOCSaves() 1026 bool Simplified = false; in eliminateRedundantCompare() local 1272 Simplified = true; in eliminateRedundantCompare() [all …]
|
| /freebsd-12.1/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 33 # Group. This Simplified Specification is provided on a non-confidential 35 # Simplified Specification may require a license from the SD Card 40 # The information contained in the Simplified Specification is presented only
|
| H A D | mmcbr_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 33 # Group. This Simplified Specification is provided on a non-confidential 35 # Simplified Specification may require a license from the SD Card 40 # The information contained in the Simplified Specification is presented only
|
| /freebsd-12.1/sys/dev/sdhci/ |
| H A D | sdhci_if.m | 27 # the SD Simplified Specification. The following disclaimer may apply: 30 # specification ("Simplified Specification") by the SD Card Association and 31 # the SD Group. The Simplified Specification is a subset of the complete SD 33 # Group. This Simplified Specification is provided on a non-confidential 35 # Simplified Specification may require a license from the SD Card 40 # The information contained in the Simplified Specification is presented only
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 823 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() argument 842 if (!Simplified.insert(UI).second) in pushIVUsers() 887 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local 895 pushIVUsers(CurrIV, L, Simplified, SimpleIVUsers); in simplifyUsers() 921 assert(N <= Simplified.size() && "runaway iteration"); in simplifyUsers() 932 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 942 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 952 pushIVUsers(UseInst, L, Simplified, SimpleIVUsers); in simplifyUsers()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 44 Simplified, // Use one table per function type, with types projected enumerator
|
| /freebsd-12.1/contrib/dialog/po/ |
| H A D | zh_CN.po | 1 # Simplified Chinese translation for dialog.
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | HISTORY | 26 - Simplified ICMP data storage. Will now handle
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 374 if (Simplified && Simplified->getOpcode() == unsigned(Opcode)) { in ThreadBinOpOverSelect() 381 if (Simplified->getOperand(0) == UnsimplifiedLHS && in ThreadBinOpOverSelect() 382 Simplified->getOperand(1) == UnsimplifiedRHS) in ThreadBinOpOverSelect() 383 return Simplified; in ThreadBinOpOverSelect() 384 if (Simplified->isCommutative() && in ThreadBinOpOverSelect() 385 Simplified->getOperand(1) == UnsimplifiedLHS && in ThreadBinOpOverSelect() 386 Simplified->getOperand(0) == UnsimplifiedRHS) in ThreadBinOpOverSelect() 387 return Simplified; in ThreadBinOpOverSelect() 5375 bool Simplified = false; in replaceAndRecursivelySimplifyImpl() local 5407 Simplified = true; in replaceAndRecursivelySimplifyImpl() [all …]
|
| H A D | BasicAliasAnalysis.cpp | 479 if (const Value *Simplified = in DecomposeGEPExpression() local 481 V = Simplified; in DecomposeGEPExpression()
|
| H A D | ValueTracking.cpp | 3708 if (Value *Simplified = SimplifyInstruction(I, {DL, I})) { in GetUnderlyingObject() local 3709 V = Simplified; in GetUnderlyingObject()
|
| /freebsd-12.1/contrib/dtc/Documentation/ |
| H A D | dt-object-internal.txt | 12 1. Simplified Problem Definition
|
| /freebsd-12.1/contrib/atf/ |
| H A D | NEWS | 443 * Simplified the output of atf-version by not attempting to print a 543 * Simplified the contents of the Makefile.am by regenerating it from a
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 441 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local 442 if (Simplified) { in SimplifyDemandedBits() 446 return Simplified; in SimplifyDemandedBits() 1428 bool Simplified = in SimplifyDemandedVectorElts() local 1430 if (Simplified) { in SimplifyDemandedVectorElts() 1434 return Simplified; in SimplifyDemandedVectorElts()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | README.nat | 317 Simplified ICMP data storage. Will now handle
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 74 to the license terms contained in, the Simplified BSD License
|
| /freebsd-12.1/contrib/libarchive/ |
| H A D | NEWS | 336 May 04, 2008: Simplified building: archive.h is no longer constructed
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NEWS | 877 o Simplified X509 name and attribute routines
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 1852 * translation updates for German and Simplified Chinese 2495 * translation updates for Simplified Chinese 4160 * translation updates for Simplified Chinese 4205 * translation updates for Simplified Chinese, Japanese, and Norwegian 4243 * translation updates for Korean, Spanish, Italian, Simplified Chinese, 4871 Swedish, Traditional Chinese, Simplified Chinese, Korean, Japanese
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | NEWS | 102 * Simplified and nicer output from the mdoc(7) .Lk macro, formatting
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 2508 * Simplified the C output routines in Key_List::set_output_types 2570 * Simplified Key_List::output_min_max considerably by recognizing
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | ChangeLog-9103 | 2490 * a.out.sun4.h: Simplified/fixed for previous change.
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 1473 - Simplified the crc32() interface. The pre- and post-conditioning
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 7238 * write.c (write_object_file): Simplified usage of obj_frob_symbol 7350 (md_convert_frag): Simplified slightly. 10237 * read.c (float_cons): Simplified parsing logic. If 11047 (obj_coff_def): Simplified handling of symbol name a bit. 11763 Simplified STRIP_UNDERSCORE code. Remove assumptions about null
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 79 Cleanup: Simplified the module-level code support by eliminating a 1659 Simplified the configuration of the "maximum AML loops" global option by 3839 Simplified the configuration for ACPI_REDUCED_HARDWARE. Allows the kernel 6447 Debugger: Simplified the output of the help command. All help output now 7967 Simplified and optimized the NsGetNextNode function. Reduced parameter 8944 Simplified the internal ACPI hardware interfaces to eliminate the locking 13294 Simplified the interfaces to the internal division functions, reducing
|