Searched defs:Delta (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, function in class:DeltaAlgorithm
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c694 UINT32 Delta; local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h108 void addRef(int Delta) { RefCount += Delta; } argument
H A DEarlyIfConversion.cpp666 static unsigned adjCycles(unsigned Cyc, int Delta) { argument
H A DRegisterPressure.cpp616 computeExcessPressureDelta(ArrayRef<unsigned> OldPressureVec, ArrayRef<unsigned> NewPressureVec, RegPressureDelta &Delta, const RegisterClassInfo *RCI, ArrayRef<unsigned> LiveThruPressureVec) argument
656 computeMaxPressureDelta(ArrayRef<unsigned> OldMaxPressureVec, ArrayRef<unsigned> NewMaxPressureVec, ArrayRef<PressureChange> CriticalPSets, ArrayRef<unsigned> MaxPressureLimit, RegPressureDelta &Delta) argument
749 getMaxUpwardPressureDelta(const MachineInstr *MI, PressureDiff *PDiff, RegPressureDelta &Delta, ArrayRef<PressureChange> CriticalPSets, ArrayRef<unsigned> MaxPressureLimit) argument
817 getUpwardPressureDelta(const MachineInstr *MI, PressureDiff &PDiff, RegPressureDelta &Delta, ArrayRef<PressureChange> CriticalPSets, ArrayRef<unsigned> MaxPressureLimit) const argument
946 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, ArrayRef<PressureChange> CriticalPSets, ArrayRef<unsigned> MaxPressureLimit) argument
[all...]
H A DMachineInstr.cpp1179 unsigned Delta = i - GroupIdx[TiedGroup]; local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp530 template<typename T> static void addUnaligned(void *Pos, T Delta) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp41 int Delta; member in struct:__anon3197::SourceDelta
44 SourceDelta Delta; local
179 DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes) argument
451 AddDelta(unsigned FileIndex, int Delta) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp466 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp353 int64_t Delta = -int64_t(StackSize); local
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c404 register struct hshentry * Delta, * num; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp344 const MCExpr *Delta = local
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp724 uint64_t Delta = Value - FinalAddress + Addend; local
758 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); local
765 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); local
771 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp745 int Delta = StackAdj - MaxTCRetDelta; local
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp621 uint32_t Delta = DestIdx - FixupIdx - 2; local
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c1570 struct hshentry * Delta; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c640 register struct hshentry * Delta; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp494 uint64_t Delta; local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1245 unsigned Delta = isThumb1 ? 2 : 4; local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1117 unsigned Delta = 2; local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp904 const SCEV *Delta = SE->getMinusSCEV(X, Y); local
1026 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); local
1163 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1281 findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, APInt &G, APInt &X, APInt &Y) argument
1386 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1599 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); local
1709 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1792 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
2270 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
2446 const SCEV *Delta = SE->getMinusSCEV(B0, A0); local
2693 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); local
2704 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp796 ptrdiff_t Delta = FieldsInBindingKey.size() - Fields.size(); local

Completed in 256 milliseconds