Searched refs:Increment (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp578 auto Increment = [&]() { local
625 if (Increment())
651 if (Increment())
664 if (Increment())
689 if (Increment())
713 if (Increment())
742 if (Increment())
767 if (Increment())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h46 void Increment();
50 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); }
52 InstrProfIterator &operator++() { Increment(); return *this; }
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S242 seta20.1: inc %cx # Increment, overflow?
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1167 // Increment the pointer to the other part.
1465 // Increment the pointer to the other part.
2462 // Increment the pointer to the other half.
4926 unsigned Increment = NewVTWidth / 8; local
4927 Offset += Increment;
4928 BasePtr = DAG.getObjectPtrOffset(dl, BasePtr, Increment);
4937 MinAlign(Align, Increment), MMOFlags, AAInfo);
4955 MinAlign(Align, Increment), MMOFlags, AAInfo);
5043 unsigned Increment = LdEltVT.getSizeInBits() / 8; local
5048 unsigned i = 0, Offset = Increment;
5092 unsigned Increment = NewVTWidth / 8; local
5158 unsigned Increment = ValEltVT.getSizeInBits() / 8; local
[all...]
H A DTargetLowering.cpp6740 // Increment the pointers.
6896 // Increment the pointers.
6960 SDValue Increment;
6975 Increment = DAG.getNode(ISD::CTPOP, DL, MaskIntVT, MaskInIntReg);
6976 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT);
6980 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale);
6982 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT);
6984 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment);
[all...]
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S489 seta20.1: inc %cx # Increment, overflow?
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h128 Increment, // ?E # operator++ member in class:llvm::ms_demangle::IntrinsicFunctionKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp261 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Increment, "operator++");
H A DMicrosoftDemangle.cpp552 IFK::Increment, // ?E # operator++
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1577 // variables Increment and DRE.
1578 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, argument
1589 Increment = true;
1593 Increment = false;
1606 Increment = true;
1609 Increment = false;
H A DSemaDeclCXX.cpp13472 Expr *Increment = new (S.Context)
13480 S.MakeFullDiscardedValueExpr(Increment), Loc, Copy.get());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1933 const Stmt *const Increment = Node.getInc(); local
1934 return (Increment != nullptr &&
1935 InnerMatcher.matches(*Increment, Finder, Builder));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp132 void InstrProfIterator::Increment() { function in class:InstrProfIterator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3711 // Increment the address by four for the next argument to store
3730 // Increment the address by eight for the next argument to store
4159 // Increment the address by four for the next argument to store
4519 // Increment the address by four for the next argument to store
14068 SDValue Increment = local
14070 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4138 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4036 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6694 // Increment the expected index. If it wraps around, just follow it
6724 // Increment the expected index. If it wraps around, it may still be
11238 // Increment index.
13517 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, local
13530 DAG.getNode(ISD::ADD, DL, BasePtr.getValueType(), BasePtr, Increment);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5420 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset

Completed in 355 milliseconds