Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {} in DeltaInfo()
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <() argument
31 return LHS.Delta < Delta; in operator <()
146 if (Pos != End && Pos->Delta == LineDelta) in encode()
168 const int64_t FirstDelta = DeltaInfos[I].Delta; in encode()
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode()
183 MinLineDelta = DeltaInfos[BestIndex].Delta; in encode()
184 MaxLineDelta = DeltaInfos[BestEndIndex].Delta; in encode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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) - in runOnFunction()
92 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef() argument
H A DMIRCanonicalizerPass.cpp227 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
234 if (Delta < Distance) { in rescheduleCanonically()
235 Distance = Delta; in rescheduleCanonically()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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); in isKnownPredicate() local
992 return Delta->isZero(); in isKnownPredicate()
994 return SE->isKnownNonZero(Delta); in isKnownPredicate()
996 return SE->isKnownNonNegative(Delta); in isKnownPredicate()
998 return SE->isKnownNonPositive(Delta); in isKnownPredicate()
1000 return SE->isKnownPositive(Delta); in isKnownPredicate()
1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); strongSIVtest() local
1291 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakCrossingSIVtest() local
1406 findGCD(unsigned Bits, const APInt &AM, const APInt &BM, const APInt &Delta, APInt &G, APInt &X, APInt &Y) findGCD() argument
1504 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactSIVtest() local
1716 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); weakZeroSrcSIVtest() local
1825 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakZeroDstSIVtest() local
1905 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactRDIVtest() local
2372 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); gcdMIVtest() local
2541 const SCEV *Delta = SE->getMinusSCEV(B0, A0); banerjeeMIVtest() local
2786 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
2797 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
[all...]
H A DLoopPass.cpp233 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
235 emitInstrCountChangedRemark(P, M, Delta, InstrCount, in runOnFunction()
237 InstrCount = static_cast<int64_t>(InstrCount) + Delta; in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
66 return Delta(Changes, SplitSets); in Delta()
79 Res = Delta(*it, Sets); in Search()
95 Res = Delta(Complement, ComplementSets); in Search()
113 return Delta(Changes, Sets); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRRecords.h237 int32_t Delta = 0; member in llvm::xray::CustomEventRecordV5
249 Size(S), Delta(D), Data(std::move(P)) {} in CustomEventRecordV5()
252 int32_t delta() const { return Delta; } in delta()
264 int32_t Delta = 0; member in llvm::xray::TypedEventRecord
277 Size(S), Delta(D), Data(std::move(P)) {} in TypedEventRecord()
280 int32_t delta() const { return Delta; } in delta()
375 uint32_t Delta = 0; member in llvm::xray::FunctionRecord
384 : Record(RecordKind::RK_Function), Kind(K), FuncId(F), Delta(D) {} in FunctionRecord()
390 uint32_t delta() const { return Delta; } in delta()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp48 int64_t Delta; member
211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
231 Delta) in runOnMachineFunction()
238 CurrentOp, CurrentOp->getOffset() + Delta, CurrentOp->getSize())); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
780 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()
784 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
785 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation()
789 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
790 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation()
816 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
817 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
836 assert(int16_t(Delta / in resolveSystemZRelocation()
842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local
86 return Addr + Delta; in alignToBlock()
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
93 return P + Delta; in alignToBlock()
H A DMachO_x86_64.cpp61 // Initially represent SUBTRACTOR relocations with 'Delta<W>'. They may in getRelocationKind()
303 JITTargetAddress Delta = variable
306 FixupAddress + 4 + Delta + *(const little32_t *)FixupContent;
495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local
497 E.getTarget().getAddress() - (FixupAddress + Delta) + E.getAddend(); in applyFixup()
507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
509 E.getTarget().getAddress() - (FixupAddress + Delta) + E.getAddend(); in applyFixup()
H A DMachO_arm64.cpp46 // Initially represent SUBTRACTOR relocations with 'Delta<W>'. in getRelocationKind()
622 int64_t Delta = E.getTarget().getAddress() - FixupAddress; in applyFixup() local
623 if (Delta & 0x3) in applyFixup()
626 if (Delta < -(1 << 20) || Delta > ((1 << 20) - 1)) in applyFixup()
629 uint32_t EncodedImm = (static_cast<uint32_t>(Delta) >> 2) << 5; in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h108 RawMatrix Delta(YLen, ZLen); in applyR2()
119 Delta[i][j] = Min; in applyR2()
132 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2()
136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp34 UInt32 Delta; // required File Size alignment, if Id is not k_Delta. member
35 // (Delta == 0) means unknown alignment
41 Delta(0), in CFilterMode()
49 Delta = 0; in ClearFilterMode()
54 // it sets Delta as Align value, if Id is exe filter
55 // in another cases it sets Delta = 0, that
59 Delta = 16; in SetDelta()
61 Delta = 4; in SetDelta()
63 Delta = 2; in SetDelta()
65 Delta in SetDelta()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp578 RegPressureDelta &Delta, in SchedulingCost()
667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()
669 ResCount -= (Delta.CriticalMax.getUnitInc()*PriorityOne); in SchedulingCost()
672 ResCount -= (Delta.CurrentMax.getUnitInc()*PriorityTwo); in SchedulingCost()
677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
678 Delta.CurrentMax.getUnitInc())) in SchedulingCost()
681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
682 << Delta.CriticalMax.getUnitInc() << "/" in SchedulingCost()
683 << Delta in SchedulingCost()
576 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) SchedulingCost() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() argument
51 uint64_t Result = Addend + Delta; in write32BitOffset()
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;
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c504 FT_Pos Delta; in psh_blues_scale_zones() local
507 Delta = zone1->org_ref - zone2->org_ref; in psh_blues_scale_zones()
508 if ( Delta < 0 ) in psh_blues_scale_zones()
509 Delta = -Delta; in psh_blues_scale_zones()
511 if ( FT_MulFix( Delta, scale ) < 64 ) in psh_blues_scale_zones()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp367 Status Delta = BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3() local
369 insertSetreg(MBB, BlockInfo[ThisBlock]->FirstInsertionPoint, TII, Delta); in processBlockPhase3()
371 insertSetreg(MBB, &MBB.instr_front(), TII, Delta); in processBlockPhase3()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTimerTree.cpp185 double Delta = Current - LastTimestamp; in update() local
192 LeafTimes[Leaf] += Delta; in update()
198 Nodes[Prefix].Time += Delta; in update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h286 void move(uint64_t Delta) { in move()
287 assert(Delta < Length); in move()
288 Offset += Delta; in move()
289 Length -= Delta; in move()
/third_party/skia/third_party/externals/angle2/util/
H A DEvent.h52 int Delta; member
/third_party/lzma/C/Util/SfxSetup/
H A Dmakefile22 $O\Delta.obj \

Completed in 22 milliseconds

123