Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp50 llvm::SmallVector<Literal> Simplified; in addClause() local
53 llvm::all_of(Simplified, [L](Literal S) { return S != L; })); in addClause()
67 Simplified.push_back(L); in addClause()
69 if (Simplified.empty()) { in addClause()
72 Formula.addClause(Simplified); in addClause()
75 if (Simplified.size() == 1) { in addClause()
77 const Literal lit = Simplified.front(); in addClause()
84 Formula.addClause(Simplified); in addClause()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp464 bool Simplified = false; in simplifyCode() local
502 Simplified = true; in simplifyCode()
611 Simplified |= Folded; in simplifyCode()
684 Simplified = true; in simplifyCode()
714 Simplified = true; in simplifyCode()
730 Simplified = true; in simplifyCode()
745 Simplified = true; in simplifyCode()
752 Simplified = true; in simplifyCode()
775 Simplified = true; in simplifyCode()
788 Simplified = true; in simplifyCode()
[all …]
H A DPPCInstrInfo.cpp3859 bool Simplified = false; in combineRLWINM() local
3865 Simplified = true; in combineRLWINM()
3900 Simplified = true; in combineRLWINM()
3922 if (Simplified & MRI->use_nodbg_empty(FoldingReg) && in combineRLWINM()
3931 return Simplified; in combineRLWINM()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp153 if (Value *Simplified = SimplifiedValues.lookup(Op)) in visitCastInst() local
154 Op = Simplified; in visitCastInst()
H A DInstructionSimplify.cpp442 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in threadBinOpOverSelect() local
443 if (Simplified && Simplified->getOpcode() == unsigned(Opcode) && in threadBinOpOverSelect()
444 !Simplified->hasPoisonGeneratingFlags()) { 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()
455 Simplified->getOperand(1) == UnsimplifiedLHS && in threadBinOpOverSelect()
456 Simplified->getOperand(0) == UnsimplifiedRHS) in threadBinOpOverSelect()
457 return Simplified; in threadBinOpOverSelect()
[all …]
/freebsd/stand/i386/
H A Dboot.ldscript1 /* Simplified linker script for the boot loaders. */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp84 SmallPtrSet<Instruction *, 16> &Simplified,
853 Instruction *Def, SmallPtrSet<Instruction *, 16> &Simplified, in pushIVUsers() argument
871 if (!Simplified.insert(UI).second) in pushIVUsers()
916 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local
924 pushIVUsers(CurrIV, Simplified, SimpleIVUsers); in simplifyUsers()
959 assert(N <= Simplified.size() && "runaway iteration"); in simplifyUsers()
971 pushIVUsers(IVOperand, Simplified, SimpleIVUsers); in simplifyUsers()
979 pushIVUsers(IVOperand, Simplified, SimpleIVUsers); in simplifyUsers()
986 pushIVUsers(IVOperand, Simplified, SimpleIVUsers); in simplifyUsers()
996 pushIVUsers(UseInst, Simplified, SimpleIVUsers); in simplifyUsers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1094 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() local
1095 addAdditionalUsers(Simplified, I); in createBinaryExpression()
1096 return Simplified.Expr; in createBinaryExpression()
1181 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
1182 return Simplified; in createExpression()
1190 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
1191 return Simplified; in createExpression()
1196 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
1197 return Simplified; in createExpression()
1201 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local
[all …]
H A DConstraintElimination.cpp1768 bool Simplified = checkAndReplaceCondition( in eliminateConstraints() local
1771 if (!Simplified && in eliminateConstraints()
1773 Simplified = in eliminateConstraints()
1777 Changed |= Simplified; in eliminateConstraints()
/freebsd/contrib/dialog/po/
H A Dzh_CN.po1 # Simplified Chinese translation for dialog.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h47 Simplified, // Use one table per function type, with types projected enumerator
/freebsd/sys/netinet/libalias/
H A DHISTORY25 - Simplified ICMP data storage. Will now handle
/freebsd/usr.sbin/ppp/
H A DREADME.nat315 Simplified ICMP data storage. Will now handle
/freebsd/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/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib74 to the license terms contained in, the Simplified BSD License
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3503 Value *Simplified = in visitReturnInst() local
3505 if (!Simplified) in visitReturnInst()
3508 return ReturnInst::Create(RI.getContext(), Simplified); in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp627 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local
628 if (Simplified) { in SimplifyDemandedBits()
632 return Simplified; in SimplifyDemandedBits()
643 bool Simplified = in SimplifyDemandedBits() local
645 if (Simplified) { in SimplifyDemandedBits()
649 return Simplified; in SimplifyDemandedBits()
2983 bool Simplified = in SimplifyDemandedVectorElts() local
2985 if (Simplified) { in SimplifyDemandedVectorElts()
2990 return Simplified; in SimplifyDemandedVectorElts()
/freebsd/contrib/kyua/
H A DNEWS.md358 * Issue #37: Simplified the `syntax()` calls in configuration and
/freebsd/contrib/libarchive/
H A DNEWS390 May 04, 2008: Simplified building: archive.h is no longer constructed
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5137 if (SDValue Simplified = simplifyMul24(N, DCI)) in PerformDAGCombine() local
5138 return Simplified; in PerformDAGCombine()
/freebsd/contrib/bc/
H A DNEWS.md990 * Simplified Chinese
/freebsd/crypto/openssl/
H A DNEWS.md1429 * Simplified X509 name and attribute routines

12