HomeSort by: relevance | last modified time | path
    Searched defs:Increment (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
counter.cc 44 void Increment(UserCounters* l, UserCounters const& r) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
counter.cc 37 void Increment(UserCounters *l, UserCounters const& r) {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 133 void InstrProfIterator::Increment() {
  /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));
  /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/include/llvm/Demangle/
MicrosoftDemangleNodes.h 129 Increment, // ?E # operator++
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 1109 // Increment the pointer to the other half.
1324 // Increment the pointer to the other part.
1630 // Increment the pointer to the other part.
5422 unsigned Increment = LdEltVT.getSizeInBits() / 8;
5427 unsigned i = 0, Offset = Increment;
5428 for (i=1; i < NumElts; ++i, Offset += Increment) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4158 // Increment the address by four for the next argument to store
4177 // Increment the address by eight for the next argument to store
4578 // Increment the address by four for the next argument to store
6876 for (size_t I = 0, End = ArgLocs.size(); I != End; /* No increment here */) {
7099 // Increment the address for the next argument to store.
14915 // Note that DAGCombine should re-form any pre-increment load(s) from
15005 // increment the pointer value) are different! This is because we
15019 SDValue Increment =
15021 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
17136 // or pre-increment instruction
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1567 // pressure tracking were modified such that a register use would increment the
6916 // Increment the expected index. If it wraps around, just follow it
6946 // Increment the expected index. If it wraps around, it may still be
7450 // Get the increment value from operand 1
10635 /// Emit a post-increment load operation with given size. The instructions
10676 /// Emit a post-increment store operation with given size. The instructions
12035 // Increment index.
14608 // Search for a use of the address operand that is an increment.
14713 // If the increment is a constant, it must match the memory ref size.
14854 // Search for a use of the address operand that is an increment
    [all...]

Completed in 125 milliseconds