HomeSort by: relevance | last modified time | path
    Searched refs:Increment (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
counter.h 22 void Increment(UserCounters *l, UserCounters const& r);
counter.cc 37 void Increment(UserCounters *l, UserCounters const& r) {
benchmark.cc 179 internal::Increment(&results.counters, st.counters);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
counter.h 22 void Increment(UserCounters* l, UserCounters const& r);
counter.cc 44 void Increment(UserCounters* l, UserCounters const& r) {
benchmark_runner.cc 122 internal::Increment(&results.counters, st.counters);
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
inc.s 20 inc.b r0h ; Increment 8-bit reg by one
41 inc.w #1, r0 ; Increment 16-bit reg by one
61 inc.w #2, r0 ; Increment 16-bit reg by two
81 inc.l #1, er0 ; Increment 32-bit reg by one
100 inc.l #2, er0 ; Increment 32-bit reg by two
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
inc.s 20 inc.b r0h ; Increment 8-bit reg by one
41 inc.w #1, r0 ; Increment 16-bit reg by one
61 inc.w #2, r0 ; Increment 16-bit reg by two
81 inc.l #1, er0 ; Increment 32-bit reg by one
100 inc.l #2, er0 ; Increment 32-bit reg by two
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFlatten.cpp 94 // Finds the induction variable, increment and limit for a simple loop that we
98 PHINode *&InductionPHI, Value *&Limit, BinaryOperator *&Increment,
158 // Find increment and limit from the compare
159 Increment = nullptr;
162 Increment = dyn_cast<BinaryOperator>(Compare->getOperand(0));
167 Increment = dyn_cast<BinaryOperator>(Compare->getOperand(1));
170 if (!Increment || Increment->hasNUsesOrMore(3)) {
171 LLVM_DEBUG(dbgs() << "Cound not find valid increment\n");
174 IterationInstructions.insert(Increment);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 105 IRBuilder<> &Builder, int64_t Increment = 0);
109 int64_t Increment = 0);
118 int64_t Increment = 0);
122 int64_t Increment = 0);
124 // QI gathers and scatters can increment their offsets on their own if
125 // the increment is a constant value (digit)
129 // QI gathers/scatters can increment their offsets on their own if the
130 // increment is a constant value (digit) - this creates a writeback QI
402 int64_t Increment) {
413 {Ptr, Builder.getInt32(Increment)});
    [all...]
ARMLoadStoreOptimizer.cpp 1218 /// Searches for an increment or decrement of \p Reg before \p MBBI.
1238 /// Searches for a increment or decrement of \p Reg after \p MBBI.
1342 LLVM_DEBUG(dbgs() << " Erasing old increment: " << *MergeInstr);
1516 LLVM_DEBUG(dbgs() << " Erasing old increment: " << *MergeInstr);
1646 LLVM_DEBUG(dbgs() << " Erasing old increment: " << *MergeInstr);
2843 // At the same time if we do not find an increment but do find an existing
2846 // in-place increment.
2852 // An increment that can be folded in
2853 MachineInstr *Increment = nullptr;
2858 if (!Increment && getAddSubImmediate(Use) != 0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 574 auto Increment = [&]() {
621 if (Increment())
647 if (Increment())
660 if (Increment())
685 if (Increment())
709 if (Increment())
738 if (Increment())
763 if (Increment())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp 154 const float Increment = SecondToMinimalPressure - MinimalPressure;
155 if (RemainingPressure <= NumMinimalSU * Increment) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 53 void Increment();
57 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); }
59 InstrProfIterator &operator++() { Increment(); return *this; }
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 142 movl 4(%esp),%eax # Increment the return address
180 # Increment space we request.
217 incq 8(%rsp) # Increment the return address.
230 # Increment space we request.
354 movl 4(%ebp),%eax # Increment the return address
541 movq 8(%rbp),%r10 # Increment the return address
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 142 movl 4(%esp),%eax # Increment the return address
180 # Increment space we request.
217 incq 8(%rsp) # Increment the return address.
230 # Increment space we request.
354 movl 4(%ebp),%eax # Increment the return address
541 movq 8(%rbp),%r10 # Increment the return address
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
cmpsi2.S 155 ;; Increment offset
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
cmpsi2.S 155 ;; Increment offset
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 951 Increment (ERRS)
985 Increment (ERRS)
1600 /* INCREMENT */
1602 Store ("++++++++ Increment (Local0)", Debug)
1605 Increment (Local0)
1607 Store ("++++++++ Checking result from INCREMENT", Debug)
3065 Increment (LCNT)
3402 Increment(CNT0)
3534 Increment (DWRD)
3539 Increment (WRD
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 129 Increment, // ?E # operator++
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 266 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Increment, "operator++");
MicrosoftDemangle.cpp 552 IFK::Increment, // ?E # operator++
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 133 void InstrProfIterator::Increment() {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1907 // variables Increment and DRE.
1908 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment,
1919 Increment = true;
1923 Increment = false;
1936 Increment = true;
1939 Increment = false;
2034 // Emit a warning when a loop increment/decrement appears twice per loop
2037 // for loop are both increment or both decrement of the same variable
2511 /// Create the initialization, compare, and increment steps for
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2067 /// Matches the increment statement of a for loop.
2077 const Stmt *const Increment = Node.getInc();
2078 return (Increment != nullptr &&
2079 InnerMatcher.matches(*Increment, Finder, Builder));

Completed in 111 milliseconds

1 2 3