Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 25 of 78) sorted by relevance

1234

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIInsertWaits.cpp248 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/
HDInstrProfReader.h38 void Increment();
41 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); } in InstrProfIterator()
43 InstrProfIterator &operator++() { Increment(); return *this; }
/NextBSD/sys/boot/i386/pxeldr/
HDpxeldr.S243 seta20.1: inc %cx # Increment, overflow?
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp3261 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 …]
HDLegalizeDAG.cpp335 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/
HDusb_hid_usages672 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/
HDconfigure.in38 dnl Increment LIBREVISION if source code has changed at all
/NextBSD/sys/boot/i386/cdboot/
HDcdboot.S490 seta20.1: inc %cx # Increment, overflow?
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h1148 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/
HDInstrProfReader.cpp96 void InstrProfIterator::Increment() { in Increment() function in InstrProfIterator
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1105 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/
HDARMInstrVFP.td127 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
HDARMInstrThumb2.td1715 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
HDARMInstrInfo.td3091 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/
HDSemaStmt.cpp1481 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/
HDtask.defs139 * Increment the suspend count for the target task.
/NextBSD/contrib/gcclibs/libgomp/
HDChangeLog848 Increment count.
852 Increment count if successful and return the new nesting level.
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.reg939 * SCB Auto Increment (p. 3-59)
/NextBSD/contrib/gcc/cp/
HDChangeLog-2003863 * 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/
HDconfigure.ac83 # compatibility with old binaries. Increment Current. Set Age to 0,
/NextBSD/contrib/gcc/
HDFSFChangeLog.103336 * 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/
HDChangeLog-9697597 (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/
HDChangeLog-0203359 (lang_size_sections): Increment lang_statement_iteration.
363 (lang_do_assignments): Evacuate contents. Increment
/NextBSD/contrib/binutils/libiberty/
HDChangeLog1546 (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/
HDChangeLog1348 (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

1234