/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 50 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 D | PPCMIPeephole.cpp | 464 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 D | PPCInstrInfo.cpp | 3859 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 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/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/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 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 D | boot.ldscript | 1 /* Simplified linker script for the boot loaders. */
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 84 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 D | NewGVN.cpp | 1094 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 D | ConstraintElimination.cpp | 1768 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 D | zh_CN.po | 1 # Simplified Chinese translation for dialog.
|
/freebsd/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/sys/netinet/libalias/ |
H A D | HISTORY | 25 - Simplified ICMP data storage. Will now handle
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 315 Simplified ICMP data storage. Will now handle
|
/freebsd/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/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 74 to the license terms contained in, the Simplified BSD License
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3503 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 D | TargetLowering.cpp | 627 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 D | NEWS.md | 358 * Issue #37: Simplified the `syntax()` calls in configuration and
|
/freebsd/contrib/libarchive/ |
H A D | NEWS | 390 May 04, 2008: Simplified building: archive.h is no longer constructed
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5137 if (SDValue Simplified = simplifyMul24(N, DCI)) in PerformDAGCombine() local 5138 return Simplified; in PerformDAGCombine()
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 990 * Simplified Chinese
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 1429 * Simplified X509 name and attribute routines
|