| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIInsertWaits.cpp | 248 Counters Increment = getHwCounts(*I); in pushInstruction() local 252 LastIssued.Array[i] += Increment.Array[i]; in pushInstruction() 253 Sum += Increment.Array[i]; in pushInstruction() 274 (LastOpcodeType == VMEM && Increment.Named.VM)) { in pushInstruction() 283 else if (Increment.Named.VM) in pushInstruction() 288 if (Increment.Named.EXP) { in pushInstruction()
|
| /NextBSD/contrib/llvm/include/llvm/ProfileData/ |
| HD | InstrProfReader.h | 38 void Increment(); 41 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); } in InstrProfIterator() 43 InstrProfIterator &operator++() { Increment(); return *this; }
|
| /NextBSD/sys/boot/i386/pxeldr/ |
| HD | pxeldr.S | 243 seta20.1: inc %cx # Increment, overflow?
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorTypes.cpp | 3261 unsigned Increment = NewVTWidth / 8; in GenWidenVectorLoads() local 3262 Offset += Increment; in GenWidenVectorLoads() 3264 DAG.getConstant(Increment, dl, BasePtr.getValueType())); in GenWidenVectorLoads() 3273 isNonTemporal, isInvariant, MinAlign(Align, Increment), in GenWidenVectorLoads() 3289 isNonTemporal, isInvariant, MinAlign(Align, Increment), in GenWidenVectorLoads() 3380 unsigned Increment = LdEltVT.getSizeInBits() / 8; in GenWidenVectorExtLoads() local 3386 unsigned i = 0, Offset = Increment; in GenWidenVectorExtLoads() 3387 for (i=1; i < NumElts; ++i, Offset += Increment) { in GenWidenVectorExtLoads() 3436 unsigned Increment = NewVTWidth / 8; in GenWidenVectorStores() local 3448 Offset += Increment; in GenWidenVectorStores() [all …]
|
| HD | LegalizeDAG.cpp | 335 SDValue Increment = DAG.getConstant( in ExpandUnalignedStore() local 354 Increment); in ExpandUnalignedStore() 355 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment); in ExpandUnalignedStore() 456 SDValue Increment = in ExpandUnalignedLoad() local 476 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment); in ExpandUnalignedLoad() 478 Increment); in ExpandUnalignedLoad()
|
| /NextBSD/share/misc/ |
| HD | usb_hid_usages | 672 0x9C Channel Increment 706 0xCA Tracking Increment 720 0xE9 Volume Increment 744 0x152 Bass Increment 746 0x154 Treble Increment 760 0x171 Sub-channel Increment 762 0x173 Alternate Audio Increment
|
| /NextBSD/contrib/expat/ |
| HD | configure.in | 38 dnl Increment LIBREVISION if source code has changed at all
|
| /NextBSD/sys/boot/i386/cdboot/ |
| HD | cdboot.S | 490 seta20.1: inc %cx # Increment, overflow?
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 1148 const Stmt *const Increment = Node.getInc(); in AST_MATCHER_P() local 1149 return (Increment != nullptr && in AST_MATCHER_P() 1150 InnerMatcher.matches(*Increment, Finder, Builder)); in AST_MATCHER_P()
|
| /NextBSD/contrib/llvm/lib/ProfileData/ |
| HD | InstrProfReader.cpp | 96 void InstrProfIterator::Increment() { in Increment() function in InstrProfIterator
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.cpp | 1105 SDValue Increment = DAG.getConstant(2, DL, MVT::i32); in LowerLOAD() local 1106 Ptr = DAG.getNode(ISD::ADD, DL, Base.getValueType(), Base, Increment); in LowerLOAD() 1118 Increment = DAG.getConstant(4, DL, MVT::i32); in LowerLOAD() 1119 Ptr = DAG.getNode(ISD::ADD, DL, Base.getValueType(), Base, Increment); in LowerLOAD() 1127 Increment = DAG.getConstant(6, DL, MVT::i32); in LowerLOAD() 1128 Ptr = DAG.getNode(ISD::ADD, DL, Base.getValueType(), Base, Increment); in LowerLOAD()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrVFP.td | 127 let Inst{24-23} = 0b01; // Increment After 136 let Inst{24-23} = 0b01; // Increment After 155 let Inst{24-23} = 0b01; // Increment After 168 let Inst{24-23} = 0b01; // Increment After 250 let Inst{24-23} = 0b01; // Increment After 257 let Inst{24-23} = 0b01; // Increment After
|
| HD | ARMInstrThumb2.td | 1715 let Inst{24-23} = 0b01; // Increment After 1730 let Inst{24-23} = 0b01; // Increment After 1784 let Inst{24-23} = 0b01; // Increment After 1802 let Inst{24-23} = 0b01; // Increment After
|
| HD | ARMInstrInfo.td | 3091 let Inst{24-23} = 0b01; // Increment After 3100 let Inst{24-23} = 0b01; // Increment After 3151 let Inst{24-23} = 0b11; // Increment Before 3160 let Inst{24-23} = 0b11; // Increment Before
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 1481 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt() argument 1488 Increment = true; in ProcessIterationStmt() 1492 Increment = false; in ProcessIterationStmt() 1505 Increment = true; in ProcessIterationStmt() 1508 Increment = false; in ProcessIterationStmt()
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | task.defs | 139 * Increment the suspend count for the target task.
|
| /NextBSD/contrib/gcclibs/libgomp/ |
| HD | ChangeLog | 848 Increment count. 852 Increment count if successful and return the new nesting level.
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx.reg | 939 * SCB Auto Increment (p. 3-59)
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-2003 | 863 * pt.c (instantiate_class_template): Increment 867 (get_mostly_instantiated_function_type): Increment 1283 * pt.c (instantiate_class_template): Increment 2441 (fn_type_unification): Increment processing_template_decl when 2445 * pt.c (instantiate_class_template): Increment
|
| /NextBSD/contrib/unbound/ |
| HD | configure.ac | 83 # compatibility with old binaries. Increment Current. Set Age to 0,
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog.10 | 3336 * mips.h (FIRST_PSEUDO_REGISTER): Increment. 6660 (&&, ||, ?:): Increment it in unevaluated subexpressions. 7360 * unroll.c (unroll_loop): Increment copy_start_luid if copy_start 8137 (plain_type_1): New parameter level. Increment it when making 9513 * mips/mips.h (FIRST_PSEUDO_REGISTER): Increment. 9515 (MD_REG_LAST): Increment. 9516 (ST_REG_FIRST, ST_REG_LAST): Increment.
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-9697 | 597 (assign_file_positions_for_segments): Increment the file offset 4576 * VERSION: Increment for bfdlink.h change. 4761 section for the section, add the new one to rel_hdr2. Increment 5088 * VERSION: Increment for bfdlink.h change.
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog-0203 | 359 (lang_size_sections): Increment lang_statement_iteration. 363 (lang_do_assignments): Evacuate contents. Increment
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | ChangeLog | 1546 (d_template_param): Increment did_subs. 1551 (d_substitution): Increment did_subs when doing a normal 2466 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity' 3364 * cp-demangle.c (demangle_type_ptr): Increment position past
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | ChangeLog | 1348 (d_template_param): Increment did_subs. 1353 (d_substitution): Increment did_subs when doing a normal 2268 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity' 3166 * cp-demangle.c (demangle_type_ptr): Increment position past
|