| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVGatherScatterLowering.cpp | 75 PHINode *&BasePtr, BinaryOperator *&Inc, 186 BinaryOperator *&Inc, in matchStridedRecurrence() argument 196 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence() 197 Inc->getOpcode() != Instruction::Add) in matchStridedRecurrence() 200 unsigned IncrementingBlock = Phi->getIncomingValue(0) == Inc ? 0 : 1; in matchStridedRecurrence() 201 assert(Phi->getIncomingValue(IncrementingBlock) == Inc && in matchStridedRecurrence() 221 Inc = BinaryOperator::CreateAdd(BasePtr, Step, Inc->getName() + ".scalar", in matchStridedRecurrence() 222 Inc); in matchStridedRecurrence() 224 BasePtr->addIncoming(Inc, Phi->getIncomingBlock(IncrementingBlock)); in matchStridedRecurrence() 275 if (!matchStridedRecurrence(Index, L, Stride, BasePtr, Inc, Builder)) in matchStridedRecurrence() [all …]
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | sdmmcdevs | 23 vendor CGUYS 0x0092 C-guys, Inc. 25 vendor SOCKETCOM 0x0104 Socket Communications, Inc. 28 vendor SYCHIP 0x02db SyChip Inc. 31 vendor MEDIATEK 0x037a MediaTek Inc. 32 vendor ABOCOM 0x13d1 AboCom Systems, Inc. 38 /* AboCom Systems, Inc. */ 65 /* C-guys, Inc. */ 73 /* MediaTek Inc. */ 79 /* SyChip Inc. */ 87 /* Socket Communications, Inc. */
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
| D | filter-util.pl | 5 use vars qw( $Perl $Inc); 52 $Inc = '' ; 53 foreach (@INC) { $Inc .= "\"-I$_\" " } 54 $Inc = "-I::lib" if $^O eq 'MacOS';
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
| D | HeaderIncludes.cpp | 355 for (const auto &Inc : It->second) in insert() local 356 if (Inc.Directive == Directive && in insert() 357 ((IsAngled && StringRef(Inc.Name).startswith("<")) || in insert() 358 (!IsAngled && StringRef(Inc.Name).startswith("\"")))) in insert() 371 for (const auto *Inc : Iter->second) { in insert() local 372 if (QuotedName < Inc->Name) { in insert() 373 InsertOffset = Inc->R.getOffset(); in insert() 399 for (const auto &Inc : Iter->second) { in remove() local 400 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) || in remove() 401 (!IsAngled && StringRef(Inc.Name).startswith("<"))) in remove() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 713 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() argument 714 auto *Addr = getCounterAddress(Inc); in lowerIncrement() 716 IRBuilder<> Builder(Inc); in lowerIncrement() 718 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement() 719 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement() 722 Value *IncStep = Inc->getStep(); in lowerIncrement() 724 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement() 729 Inc->eraseFromParent(); in lowerIncrement() 750 static std::string getVarName(InstrProfInstBase *Inc, StringRef Prefix, in getVarName() argument 753 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| D | InstrProfiling.h | 96 void lowerCover(InstrProfCoverInst *Inc); 99 void lowerIncrement(InstrProfIncrementInst *Inc); 112 GlobalVariable *getOrCreateRegionCounters(InstrProfInstBase *Inc); 115 GlobalVariable *createRegionCounters(InstrProfInstBase *Inc, StringRef Name,
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/ |
| D | call.t | 22 use vars qw($Inc $Perl); 61 my $a = `$Perl "-I." $Inc -e "use ${module} ;" $redir` ; 78 $a = `$Perl "-I." $Inc -e "use ${module} ;" $redir` ; 143 $a = `$Perl "-I." $Inc $filename $redir` ; 192 $a = `$Perl "-I." $Inc $filename $redir` ; 307 $a = `$Perl "-I." $Inc $filename $redir` ; 369 $a = `$Perl "-I." $Inc $filename $redir` ; 428 $a = `$Perl "-I." $Inc $filename $redir` ; 488 $a = `$Perl "-I." $Inc $filename $redir` ; 536 $a = `$Perl "-I." $Inc $filename $redir` ; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | aclocal.m4 | 4 # Free Software Foundation, Inc. 15 # Copyright (C) 2002, 2003 Free Software Foundation, Inc. 30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 47 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 61 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 111 # Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc. 125 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 155 # Free Software Foundation, Inc. 169 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 322 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | sh.opc | 3 Copyright 2000, 2005 Free Software Foundation, Inc. 5 Contributed by Red Hat Inc; developed under contract from Hitachi 6 Semiconductor (America) Inc. 22 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiMemAluCombiner.cpp | 381 for (int Inc = 0; Inc <= 1; ++Inc) { in combineMemAluInBasicBlock() local 383 findClosestSuitableAluInstr(BB, MBBIter, Inc == 0); in combineMemAluInBasicBlock() 385 insertMergedInstruction(BB, MBBIter, AluIter, Inc == 0); in combineMemAluInBasicBlock()
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | aclocal.m4 | 4 # Free Software Foundation, Inc. 15 # Copyright (C) 2002, 2003 Free Software Foundation, Inc. 30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 47 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 61 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 111 # Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. 125 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 155 # Free Software Foundation, Inc. 169 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 323 # Free Software Foundation, Inc. [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | ReadMe.txt | 3 # © 2022 Unicode®, Inc. 4 # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other cou…
|
| /openbsd/src/distrib/notes/octeon/ |
| D | hardware | 7 Rhino Labs Inc. SDNA Shasta 8 Rhino Labs Inc. SDNA-7130
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | MatrixUtils.cpp | 43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local 44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in CreateLoop() 46 IV->addIncoming(Inc, Latch); in CreateLoop()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | config-lang.in | 3 # Copyright (C) 1994, 1995, 2000, 2001 Free Software Foundation, Inc. 23 #of Sun Microsystems, Inc. in the United States and other countries. 24 #The Free Software Foundation is independent of Sun Microsystems, Inc.
|
| D | keyword.gperf | 3 Copyright (C) 1997, 1998 Free Software Foundation, Inc. 24 of Sun Microsystems, Inc. in the United States and other countries. 25 The Free Software Foundation is independent of Sun Microsystems, Inc. */
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | tsd_shared.h | 166 u32 N, Inc; in getTSDAndLockSlow() local 171 Inc = CoPrimes[R % NumberOfCoPrimes]; in getTSDAndLockSlow() 189 Index += Inc; in getTSDAndLockSlow()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 314 Dir->setInc(Exprs.Inc); in Create() 349 Dir->setInc(Exprs.Inc); in Create() 464 Dir->setInc(Exprs.Inc); in Create() 594 Dir->setInc(Exprs.Inc); in Create() 639 Dir->setInc(Exprs.Inc); in Create() 971 Dir->setInc(Exprs.Inc); in Create() 1075 Dir->setInc(Exprs.Inc); in Create() 1120 Dir->setInc(Exprs.Inc); in Create() 1163 Dir->setInc(Exprs.Inc); in Create() 1208 Dir->setInc(Exprs.Inc); in Create() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/intl/ |
| D | ref-add.sin | 3 # Copyright (C) 2000 Free Software Foundation, Inc. 17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
| D | ref-del.sin | 3 # Copyright (C) 2000 Free Software Foundation, Inc. 17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | ref-del.sin | 3 # Copyright (C) 2000 Free Software Foundation, Inc. 17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
| D | ref-add.sin | 3 # Copyright (C) 2000 Free Software Foundation, Inc. 17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
| /openbsd/src/gnu/gcc/config/ |
| D | lead-dot.m4 | 2 # Copyright (C) 2003 Free Software Foundation, Inc. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.ada/ |
| D | gnat_ada.gin | 1 -- Copyright 2004 Free Software Foundation, Inc. 15 -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | lead-dot.m4 | 2 # Copyright (C) 2003 Free Software Foundation, Inc. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|