Home
last modified time | relevance | path

Searched refs:Simplified (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp381 bool Simplified = false; in simplifyCode() local
550 Simplified = true; in simplifyCode()
982 Simplified = true; in simplifyCode()
996 if (Simplified) in simplifyCode()
1020 return Simplified; in simplifyCode()
1227 bool Simplified = false; in eliminateRedundantTOCSaves() local
1233 Simplified = true; in eliminateRedundantTOCSaves()
1242 return Simplified; in eliminateRedundantTOCSaves()
1268 bool Simplified = false; in eliminateRedundantCompare() local
1514 Simplified = true; in eliminateRedundantCompare()
[all …]
H A DPPCInstrInfo.cpp3770 bool Simplified = false; in combineRLWINM() local
3776 Simplified = true; in combineRLWINM()
3811 Simplified = true; in combineRLWINM()
3833 if (Simplified & MRI->use_nodbg_empty(FoldingReg) && in combineRLWINM()
3842 return Simplified; in combineRLWINM()
/freebsd-13.1/sys/dev/mmc/
H A Dmmcbus_if.m26 # 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 Dmmcbr_if.m26 # 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-13.1/sys/dev/sdhci/
H A Dsdhci_if.m26 # 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-13.1/stand/i386/
H A Dboot.ldscript2 /* Simplified linker script for the boot loaders. */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp150 if (Value *Simplified = SimplifiedValues.lookup(Op)) in visitCastInst() local
151 Op = Simplified; in visitCastInst()
H A DInstructionSimplify.cpp444 if (Simplified && Simplified->getOpcode() == unsigned(Opcode)) { in ThreadBinOpOverSelect()
451 if (Simplified->getOperand(0) == UnsimplifiedLHS && in ThreadBinOpOverSelect()
452 Simplified->getOperand(1) == UnsimplifiedRHS) in ThreadBinOpOverSelect()
453 return Simplified; in ThreadBinOpOverSelect()
454 if (Simplified->isCommutative() && in ThreadBinOpOverSelect()
456 Simplified->getOperand(0) == UnsimplifiedRHS) in ThreadBinOpOverSelect()
457 return Simplified; in ThreadBinOpOverSelect()
3956 return Simplified != V ? Simplified : nullptr; in simplifyWithOpReplaced()
6266 bool Simplified = false; in replaceAndRecursivelySimplifyImpl() local
6301 Simplified = true; in replaceAndRecursivelySimplifyImpl()
[all …]
H A DConstantFolding.cpp706 if (auto *Simplified = dyn_cast_or_null<ConstantExpr>( in ConstantFoldLoadFromConstPtr() local
713 if (isa<GEPOperator>(Simplified)) { in ConstantFoldLoadFromConstPtr()
714 if (auto *GV = dyn_cast<GlobalVariable>(Simplified->getOperand(0))) { in ConstantFoldLoadFromConstPtr()
717 GV->getInitializer(), Simplified, Ty, DL)) in ConstantFoldLoadFromConstPtr()
722 return ConstantFoldLoadFromConstPtr(Simplified, Ty, DL); in ConstantFoldLoadFromConstPtr()
/freebsd-13.1/contrib/dialog/po/
H A Dzh_CN.po1 # Simplified Chinese translation for dialog.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h47 Simplified, // Use one table per function type, with types projected enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1091 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() local
1092 addAdditionalUsers(Simplified, I); in createBinaryExpression()
1093 return Simplified.Expr; in createBinaryExpression()
1175 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
1176 return Simplified; in createExpression()
1185 return Simplified; in createExpression()
1190 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
1191 return Simplified; in createExpression()
1196 return Simplified; in createExpression()
1201 return Simplified; in createExpression()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp776 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() argument
795 if (!Simplified.insert(UI).second) in pushIVUsers()
840 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local
848 pushIVUsers(CurrIV, L, Simplified, SimpleIVUsers); in simplifyUsers()
874 assert(N <= Simplified.size() && "runaway iteration"); in simplifyUsers()
885 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers()
895 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers()
905 pushIVUsers(UseInst, L, Simplified, SimpleIVUsers); in simplifyUsers()
/freebsd-13.1/sys/netinet/libalias/
H A DHISTORY26 - Simplified ICMP data storage. Will now handle
/freebsd-13.1/usr.sbin/ppp/
H A DREADME.nat317 Simplified ICMP data storage. Will now handle
/freebsd-13.1/contrib/atf/
H A DNEWS461 * 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-13.1/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib74 to the license terms contained in, the Simplified BSD License
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp599 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local
600 if (Simplified) { in SimplifyDemandedBits()
604 return Simplified; in SimplifyDemandedBits()
2306 bool Simplified = in SimplifyDemandedVectorElts() local
2308 if (Simplified) { in SimplifyDemandedVectorElts()
2313 return Simplified; in SimplifyDemandedVectorElts()
/freebsd-13.1/contrib/kyua/
H A DNEWS.md358 * Issue #37: Simplified the `syntax()` calls in configuration and
/freebsd-13.1/contrib/libarchive/
H A DNEWS368 May 04, 2008: Simplified building: archive.h is no longer constructed
/freebsd-13.1/crypto/openssl/
H A DNEWS941 o Simplified X509 name and attribute routines
/freebsd-13.1/contrib/subversion/
H A DCHANGES2364 * translation updates for German and Simplified Chinese
3007 * translation updates for Simplified Chinese
4672 * translation updates for Simplified Chinese
4717 * translation updates for Simplified Chinese, Japanese, and Norwegian
4755 * translation updates for Korean, Spanish, Italian, Simplified Chinese,
5383 Swedish, Traditional Chinese, Simplified Chinese, Korean, Japanese
/freebsd-13.1/contrib/bc/
H A DNEWS.md639 * Simplified Chinese
/freebsd-13.1/contrib/mandoc/
H A DNEWS102 * Simplified and nicer output from the mdoc(7) .Lk macro, formatting
/freebsd-13.1/sys/contrib/zlib/
H A DChangeLog1536 - Simplified the crc32() interface. The pre- and post-conditioning

12