/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 261 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 D | Utils.cpp |
|
/llvm-project/llvm/lib/Support/ |
H A D | DivisionByConstantInfo.cpp | 27 APInt Delta; in get() local 79 APInt Delta; in get() local
|
H A D | DeltaAlgorithm.cpp | 43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp |
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 47 RegPressureDelta &Delta, in SchedulingCost()
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch64.h | 511 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 D | PostingList.cpp | 131 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 D | X86InsertPrefetch.cpp | 51 int64_t Delta; global() member 220 int64_t Delta = PrefInfo.Delta; runOnMachineFunction() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 112 auto UpdateCodeOffset = [&](uint32_t Delta) { in getLineOffset() 118 auto UpdateLineOffset = [&](int32_t Delta) { in getLineOffset()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 50 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 D | sanitizer_stack_store.h | 28 Delta, enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 103 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
H A D | RegisterPressure.cpp | 953 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 D | InterferenceCache.h | 113 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 25 int64_t Delta; member 30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 884 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 D | FDRRecords.h | 237 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 D | SourceLocationEncoding.h | 121 UIntTy Delta = Rotated - Prev; in encodeRaw() local
|
/llvm-project/bolt/lib/Core/ |
H A D | GDBIndex.cpp | 111 int32_t Delta = NewAddressTableSize - OldAddressTableSize; updateGdbIndexSection() local
|
H A D | BinaryFunctionProfile.cpp | 176 uint64_t Delta = (JTAddress - JT->getAddress()) / JT->EntrySize; in postProcessProfile() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1076 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 D | LatencyBenchmarkRunner.cpp | 46 double Delta = V - Mean; in computeVariance() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | for_simd_codegen.cpp | 514 IterDouble operator + (int Delta) { in operator +()
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | combined_test.cpp | 274 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...] |