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

/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp207 Counters Increment = getHwCounts(MI); local
211 LastIssued.Array[i] += Increment.Array[i];
212 Sum += Increment.Array[i];
220 if (Increment.Named.EXP) {
/freebsd-10.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S243 seta20.1: inc %cx # Increment, overflow?
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp755 // Increment the pointer to the other part.
831 // Increment the pointer to the other part.
1333 // Increment the pointer to the other half.
2665 unsigned Increment = NewVTWidth / 8; local
2666 Offset += Increment;
2668 DAG.getConstant(Increment, BasePtr.getValueType()));
2677 isNonTemporal, isInvariant, MinAlign(Align, Increment),
2694 isNonTemporal, isInvariant, MinAlign(Align, Increment),
2784 unsigned Increment = LdEltVT.getSizeInBits() / 8; local
2789 unsigned i = 0, Offset = Increment;
2838 unsigned Increment = NewVTWidth / 8; local
2906 unsigned Increment = ValEltVT.getSizeInBits() / 8; local
[all...]
H A DLegalizeDAG.cpp348 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy(AS)); local
363 // Increment the pointers.
366 Increment);
367 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
467 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy()); local
484 // Increment the pointers.
486 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
488 Increment);
3035 // Increment the pointer, VAList, to the next vaarg
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h864 const Stmt *const Increment = Node.getInc(); local
865 return (Increment != NULL &&
866 InnerMatcher.matches(*Increment, Finder, Builder));
/freebsd-10.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S490 seta20.1: inc %cx # Increment, overflow?
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1419 // variables Increment and DRE.
1420 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, argument
1427 Increment = true;
1431 Increment = false;
1444 Increment = true;
1447 Increment = false;
H A DSemaDeclCXX.cpp9089 Expr *Increment local
9096 0, S.MakeFullDiscardedValueExpr(Increment),
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18094 SDValue Increment = DAG.getConstant(16, TLI.getPointerTy()); local
18102 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
18186 SDValue Increment = DAG.getConstant(SclrLoadTy.getSizeInBits()/8, local
18205 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
18368 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, local
18380 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2139 // Increment the address by four for the next argument to store
2158 // Increment the address by eight for the next argument to store
2497 // Increment the address by four for the next argument to store
2847 // Increment the address by four for the next argument to store
7247 SDValue Increment = DAG.getConstant(IncValue, getPointerTy()); local
7248 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4532 // Increment the expected index. If it wraps around, just follow it
4563 // Increment the expected index. If it wraps around, it may still be
8255 // Increment index.
9036 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, local
9050 Increment);
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4138 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex3964 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex4036 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset

Completed in 457 milliseconds