Home
last modified time | relevance | path

Searched defs:Delta (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; in functionEnter() local
287 auto Delta = TSC - LatestTSC; in functionTailExit() local
300 auto Delta = TSC - LatestTSC; in functionEnterArg() local
325 auto Delta = TSC - LatestTSC; in functionExit() local
340 auto Delta = TSC - LatestTSC; in customEvent() local
354 auto Delta = TSC - LatestTSC; in typedEvent() local
/llvm-project/offload/DeviceRTL/src/
H A DUtils.cpp
/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp27 APInt Delta; in get() local
79 APInt Delta; in get() local
H A DDeltaAlgorithm.cpp43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp47 RegPressureDelta &Delta, in SchedulingCost()
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h511 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
526 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
542 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
559 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DPostingList.cpp131 bool encodeVByte(DocID Delta, llvm::MutableArrayRef<uint8_t> &Payload) { in encodeVByte()
207 DocID Delta; in decompress() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp51 int64_t Delta; global() member
220 int64_t Delta = PrefInfo.Delta; runOnMachineFunction() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp112 auto UpdateCodeOffset = [&](uint32_t Delta) { in getLineOffset()
118 auto UpdateLineOffset = [&](int32_t Delta) { in getLineOffset()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h28 Delta, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp103 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
H A DRegisterPressure.cpp953 Delta.Excess = PressureChange(); in computeExcessPressureDelta() argument
994 computeMaxPressureDelta(ArrayRef<unsigned> OldMaxPressureVec,ArrayRef<unsigned> NewMaxPressureVec,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit,RegPressureDelta & Delta) computeMaxPressureDelta() argument
1096 getMaxUpwardPressureDelta(const MachineInstr * MI,PressureDiff * PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxUpwardPressureDelta() argument
1164 getUpwardPressureDelta(const MachineInstr * MI,PressureDiff & PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) const getUpwardPressureDelta() argument
1344 getMaxDownwardPressureDelta(const MachineInstr * MI,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxDownwardPressureDelta() argument
[all...]
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef()
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp884 uint64_t Delta = Value - FinalAddress + Addend; resolvePPC64Relocation() local
889 uint64_t Delta = Value - FinalAddress + Addend; resolvePPC64Relocation() local
894 uint64_t Delta = Value - FinalAddress + Addend; resolvePPC64Relocation() local
921 uint64_t Delta = Value - FinalAddress + Addend; resolvePPC64Relocation() local
940 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
947 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
953 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
959 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
965 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
[all...]
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h237 int32_t Delta = 0; variable
264 int32_t Delta = 0; variable
375 uint32_t Delta = 0; variable
/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h121 UIntTy Delta = Rotated - Prev; in encodeRaw() local
/llvm-project/bolt/lib/Core/
H A DGDBIndex.cpp111 int32_t Delta = NewAddressTableSize - OldAddressTableSize; updateGdbIndexSection() local
H A DBinaryFunctionProfile.cpp176 uint64_t Delta = (JTAddress - JT->getAddress()) / JT->EntrySize; in postProcessProfile() local
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1076 const SCEV *Delta = SE->getMinusSCEV(X, Y); isKnownPredicate() local
1245 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); strongSIVtest() local
1378 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakCrossingSIVtest() local
1494 findGCD(unsigned Bits,const APInt & AM,const APInt & BM,const APInt & Delta,APInt & G,APInt & X,APInt & Y) findGCD() argument
1580 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactSIVtest() local
1776 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); weakZeroSrcSIVtest() local
1885 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakZeroDstSIVtest() local
1965 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactRDIVtest() local
2448 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); gcdMIVtest() local
2617 const SCEV *Delta = SE->getMinusSCEV(B0, A0); banerjeeMIVtest() local
2875 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
2886 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp46 double Delta = V - Mean; in computeVariance() local
/llvm-project/clang/test/OpenMP/
H A Dfor_simd_codegen.cpp514 IterDouble operator + (int Delta) { in operator +()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp274 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in BasicTest() local
326 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local
344 for (scudo::uptr Delta in SCUDO_TYPED_TEST() local
364 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { SCUDO_TYPED_TEST() local
457 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { SCUDO_TYPED_TEST() local
[all...]

1234