Searched refs:Delta (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp1 //===- DeltaTree.cpp - B-Tree for Rewrite Delta tracking ------------------===//
25 /// DeltaTree implements a key/value mapping from FileIndex to Delta, allowing
43 int Delta; member in struct:__anon678::SourceDelta
46 SourceDelta Delta; local
47 Delta.FileLoc = Loc;
48 Delta.Delta = D;
49 return Delta;
105 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into
109 bool DoInsertion(unsigned FileIndex, int Delta, InsertResul
184 DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes) argument
455 AddDelta(unsigned FileIndex, int Delta) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h1 //===- DeltaTree.h - B-Tree for Rewrite Delta tracking ----------*- C++ -*-===//
43 /// this method is used to record that info. It inserts a delta of 'Delta'
45 void AddDelta(unsigned FileIndex, int Delta);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, function in class:DeltaAlgorithm
66 return Delta(Changes, SplitSets);
79 Res = Delta(*it, Sets);
95 Res = Delta(Complement, ComplementSets);
113 return Delta(Changes, Sets);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; variable
265 mask(FuncId), Delta);
287 auto Delta = TSC - LatestTSC; variable
290 mask(FuncId), Delta);
300 auto Delta = TSC - LatestTSC;
307 mask(FuncId), Delta, Arg);
325 auto Delta = TSC - LatestTSC;
330 Delta);
340 auto Delta = TSC - LatestTSC;
344 return W.writeCustomEvent(Delta, Even
[all...]
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) { argument
134 R.TSCDelta = Delta;
140 int32_t Delta, uint64_t Arg) {
149 R.TSCDelta = Delta;
167 bool writeCustomEvent(int32_t Delta, const void *Event, int32_t EventSize) { argument
175 EventSize, Delta);
192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, argument
198 EventSize, Delta, EventType);
139 writeFunctionWithArg(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta, uint64_t Arg) argument
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcssyn.c404 register struct hshentry * Delta, * num; local
407 if (!(Delta = getdnum()))
411 Delta->date = getkeyval(Kdate, NUM, false);
414 Delta->author = getkeyval(Kauthor, ID, false);
416 Delta->state = getkeyval(Kstate, ID, true);
419 LastBranch = &Delta->branches;
430 Delta->next = num = getdnum();
432 Delta->lockedby = 0;
433 Delta->log.string = 0;
434 Delta
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member in struct:DeltaInfo
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {}
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { argument
31 return LHS.Delta < Delta;
146 if (Pos != End && Pos->Delta == LineDelta)
168 const int64_t FirstDelta = DeltaInfos[I].Delta;
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta;
183 MinLineDelta = DeltaInfos[BestIndex].Delta;
184 MaxLineDelta = DeltaInfos[BestEndIndex].Delta;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp99 STATISTIC(DeltaApplications, "Delta applications");
100 STATISTIC(DeltaSuccesses, "Delta successes");
101 STATISTIC(DeltaIndependence, "Delta independence");
102 STATISTIC(DeltaPropagations, "Delta propagations");
989 const SCEV *Delta = SE->getMinusSCEV(X, Y); local
992 return Delta->isZero();
994 return SE->isKnownNonZero(Delta);
996 return SE->isKnownNonNegative(Delta);
998 return SE->isKnownNonPositive(Delta);
1000 return SE->isKnownPositive(Delta);
1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); local
1291 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1406 findGCD(unsigned Bits, const APInt &AM, const APInt &BM, const APInt &Delta, APInt &G, APInt &X, APInt &Y) argument
1504 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1716 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); local
1825 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
1905 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
2372 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); local
2541 const SCEV *Delta = SE->getMinusSCEV(B0, A0); local
2786 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); local
2797 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h57 /// Delta - Minimize a set of \p Changes which has been partioned into
59 changeset_ty Delta(const changeset_ty &Changes,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp960 RegPressureDelta &Delta,
963 Delta.Excess = PressureChange();
984 Delta.Excess = PressureChange(i);
985 Delta.Excess.setUnitInc(PDiff);
1001 RegPressureDelta &Delta) {
1002 Delta.CriticalMax = PressureChange();
1003 Delta.CurrentMax = PressureChange();
1012 if (!Delta.CriticalMax.isValid()) {
1019 Delta.CriticalMax = PressureChange(i);
1020 Delta
[all...]
H A DMachineFunctionPass.cpp82 int64_t Delta = static_cast<int64_t>(CountAfter) -
92 << "; Delta: " << NV("Delta", Delta);
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h237 int32_t Delta = 0; member in class:llvm::xray::CustomEventRecordV5
249 Size(S), Delta(D), Data(std::move(P)) {}
252 int32_t delta() const { return Delta; }
264 int32_t Delta = 0; member in class:llvm::xray::TypedEventRecord
277 Size(S), Delta(D), Data(std::move(P)) {}
280 int32_t delta() const { return Delta; }
375 uint32_t Delta = 0; member in class:llvm::xray::FunctionRecord
384 : Record(RecordKind::RK_Function), Kind(K), FuncId(F), Delta(D) {}
390 uint32_t delta() const { return Delta; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h108 RawMatrix Delta(YLen, ZLen);
119 Delta[i][j] = Min;
132 YZEId = G.addEdge(YNId, ZNId, Delta);
136 G.updateEdgeCosts(YZEId, Delta + YZECosts);
138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp48 int64_t Delta; member in struct:__anon2505::X86InsertPrefetch::PrefetchInfo
211 int64_t Delta = PrefInfo.Delta; local
231 Delta)
238 CurrentOp, CurrentOp->getOffset() + Delta, CurrentOp->getSize()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp369 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()),
370 Offset(R.getOffset() + (MergeSecond ? 0 : Delta)), Length(R.getLength()),
372 Delta += MergeSecond ? 0 : Text.size() - Length;
381 unsigned REnd = R.getOffset() + Delta + R.getLength();
388 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset);
391 Delta += R.getReplacementText().size() - R.getLength();
411 return Offset + Text.size() < R.getOffset() + Delta;
426 int Delta; member in class:__anon919::MergedReplacement
429 // into this element. This is used to update 'Delta' once the
449 // Delta i
451 int Delta = 0; local
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defiuga.h106 Only one pixel will be used from the BltBuffer. Delta is NOT used.
112 DestinationY is not zero then Delta must be set to the length in bytes
119 not zero then Delta must be set to the length in bytes of a row in the
125 The BltBuffer and Delta are not used in this mode.
138 @param[in] Delta - OPTIONAL
157 IN UINTN Delta OPTIONAL
H A Defigop.h111 IN UINTN Delta
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { argument
51 uint64_t Result = Addend + Delta;
99 // Delta is the distance from the start of the reloc to the end of the
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); variable
102 Value -= FinalAddress + Delta;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); local
86 return Addr + Delta;
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); local
93 return P + Delta;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h480 RegPressureDelta &Delta,
486 RegPressureDelta &Delta,
495 RegPressureDelta &Delta,
503 RegPressureDelta &Delta,
507 return getMaxDownwardPressureDelta(MI, Delta, CriticalPSets,
511 return getMaxUpwardPressureDelta(MI, nullptr, Delta, CriticalPSets,
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c640 register struct hshentry * Delta; local
647 if (!(Delta = getnum()))
650 if (Delta->log.string)
654 Delta->log = bufremember(&logbuf, cb.size);
658 Delta->insertlns = Delta->deletelns = 0;
659 if ( Delta != Head)
660 getscript(Delta);
663 return Delta;
668 getscript(Delta)
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c750 UINT32 Delta; local
768 /* Delta will be in 100-nanosecond units */
770 Delta = (UINT32) (Event->EndTime - Event->StartTime);
772 MicroSeconds = Delta / ACPI_100NSEC_PER_USEC;
773 MilliSeconds = Delta / ACPI_100NSEC_PER_MSEC;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp779 uint64_t Delta = Value - FinalAddress + Addend; local
780 writeInt16BE(LocalAddress, applyPPClo(Delta));
784 uint64_t Delta = Value - FinalAddress + Addend; local
785 writeInt16BE(LocalAddress, applyPPChi(Delta));
789 uint64_t Delta = Value - FinalAddress + Addend; local
790 writeInt16BE(LocalAddress, applyPPCha(Delta));
816 uint64_t Delta = Value - FinalAddress + Addend; local
817 writeInt64BE(LocalAddress, Delta);
835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); local
836 assert(int16_t(Delta /
842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); local
848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); local
854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); local
860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); local
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1010 sendmail(Delta, who)
1011 char const *Delta, *who;
1024 aprintf(stderr, "Revision %s is already locked by %s.\n", Delta, who);
1038 basefilename(RCSname), Delta, getfullRCSname(), getcaller()
1570 struct hshentry * Delta; local
1593 Delta = delstrt;
1594 while( Delta) {
1595 Delta->selector = true;
1596 Delta = Delta
[all...]

Completed in 274 milliseconds

123