| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 391 bool Simplified = false; in simplifyCode() local 417 Simplified = true; in simplifyCode() 493 Simplified |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg); in simplifyCode() 569 Simplified = true; in simplifyCode() 598 Simplified = true; in simplifyCode() 610 Simplified = true; in simplifyCode() 622 Simplified = true; in simplifyCode() 629 Simplified = true; in simplifyCode() 686 Simplified = true; in simplifyCode() 704 Simplified = true; in simplifyCode() [all …]
|
| H A D | PPCInstrInfo.cpp | 3912 bool Simplified = false; in combineRLWINM() local 3918 Simplified = true; in combineRLWINM() 3953 Simplified = true; in combineRLWINM() 3975 if (Simplified & MRI->use_nodbg_empty(FoldingReg) && in combineRLWINM() 3984 return Simplified; in combineRLWINM()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | SimplifyInstructions.cpp | 34 if (Value *Simplified = simplifyInstruction(&Inst, Q)) { in extractInstrFromModule() local 37 Inst.replaceAllUsesWith(Simplified); in extractInstrFromModule()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | at-cn.t | 37 run_tests('Simplified Chinese only', { 91 run_tests('Simplified Chinese + ASCII', {
|
| /openbsd-src/gnu/llvm/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 | 443 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in threadBinOpOverSelect() local 444 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() 455 Simplified->getOperand(1) == UnsimplifiedLHS && in threadBinOpOverSelect() 456 Simplified->getOperand(0) == UnsimplifiedRHS) in threadBinOpOverSelect() 457 return Simplified; in threadBinOpOverSelect() 4232 auto PreventSelfSimplify = [V](Value *Simplified) { in simplifyWithOpReplaced() argument [all …]
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | rofftoc | 59 Index:Item 2 "\(bu Simplified grammar"
|
| H A D | perl.pod | 276 perlcn Perl for Simplified Chinese (in UTF-8)
|
| H A D | perl588delta.pod | 65 Simplified implementation
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 805 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers() argument 824 if (!Simplified.insert(UI).second) in pushIVUsers() 869 SmallPtrSet<Instruction*,16> Simplified; in simplifyUsers() local 877 pushIVUsers(CurrIV, L, Simplified, SimpleIVUsers); in simplifyUsers() 903 assert(N <= Simplified.size() && "runaway iteration"); in simplifyUsers() 915 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 925 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 932 pushIVUsers(IVOperand, L, Simplified, SimpleIVUsers); in simplifyUsers() 942 pushIVUsers(UseInst, L, Simplified, SimpleIVUsers); in simplifyUsers()
|
| /openbsd-src/share/snmp/ |
| H A D | IANA-STORAGE-MEDIA-TYPE-MIB.txt | 31 Simplified BSD License set forth in Section 4.c of the
|
| H A D | UUID-TC-MIB.txt | 54 contained in, the Simplified BSD License set forth
|
| H A D | SNMP-USM-HMAC-SHA2-MIB.txt | 39 to the license terms contained in, the Simplified BSD License
|
| H A D | VM-MIB.txt | 71 Simplified BSD License set forth in Section 4.c of the
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1093 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() local 1094 addAdditionalUsers(Simplified, I); in createBinaryExpression() 1095 return Simplified.Expr; in createBinaryExpression() 1180 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1181 return Simplified; in createExpression() 1189 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1190 return Simplified; in createExpression() 1195 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local 1196 return Simplified; in createExpression() 1200 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 47 Simplified, // Use one table per function type, with types projected enumerator
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | OpenMPSupport.rst | 46 - Simplified SPMD code generation for `distribute parallel for` when
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | zh_CN.po | 1 # Simplified Chinese translation for cpplib.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/po/ |
| H A D | zh_CN.po | 1 # Simplified Chinese translation for opcode.
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 605 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); in SimplifyDemandedBits() local 606 if (Simplified) { in SimplifyDemandedBits() 610 return Simplified; in SimplifyDemandedBits() 621 bool Simplified = in SimplifyDemandedBits() local 623 if (Simplified) { in SimplifyDemandedBits() 627 return Simplified; in SimplifyDemandedBits() 2756 bool Simplified = in SimplifyDemandedVectorElts() local 2758 if (Simplified) { in SimplifyDemandedVectorElts() 2763 return Simplified; in SimplifyDemandedVectorElts()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 54 "`P0356R5 <https://wg21.link/P0356R5>`__","LWG","Simplified partial function application","San Dieg…
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Changes | 802 - Simplified all code that autoloads Carp.pm and calls
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/po/ |
| H A D | zh_CN.po | 1 # Simplified Chinese translation for ld.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 1140 * PThreadEvent.cpp (PThreadEvent::WaitForSetEvents): Simplified
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | ChangeLog | 1917 * a.out.sun4.h: Simplified/fixed for previous change.
|