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

/freebsd-9.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-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S243 seta20.1: inc %cx # Increment, overflow?
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp793 // Increment the pointer to the other part.
1295 // Increment the pointer to the other half.
2627 unsigned Increment = NewVTWidth / 8; local
2628 Offset += Increment;
2630 DAG.getConstant(Increment, BasePtr.getValueType()));
2639 isNonTemporal, isInvariant, MinAlign(Align, Increment),
2656 isNonTemporal, isInvariant, MinAlign(Align, Increment),
2746 unsigned Increment = LdEltVT.getSizeInBits() / 8; local
2751 unsigned i = 0, Offset = Increment;
2752 for (i=1; i < NumElts; ++i, Offset += Increment) {
2800 unsigned Increment = NewVTWidth / 8; local
2868 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-9.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-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S490 seta20.1: inc %cx # Increment, overflow?
/freebsd-9.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-9.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-9.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-9.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-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3964 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4138 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex4036 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset

Completed in 518 milliseconds