| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| 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
|
| /openbsd/src/gnu/llvm/clang/lib/Rewrite/ |
| D | DeltaTree.cpp | 43 int Delta; member 46 SourceDelta Delta; in get() local 184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() 455 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | DivisionByConstantInfo.cpp | 27 APInt Delta; in get() local 79 APInt Delta; in get() local
|
| D | DeltaAlgorithm.cpp | 43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| 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
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeInlineSiteSymbol.cpp | 112 auto UpdateCodeOffset = [&](uint32_t Delta) { in getLineOffset() 118 auto UpdateLineOffset = [&](int32_t Delta) { in getLineOffset()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86InsertPrefetch.cpp | 49 int64_t Delta; member 212 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 879 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 884 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 889 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 916 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 935 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 942 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 948 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 954 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 960 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 25 int64_t Delta; member 30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | DependenceAnalysis.cpp | 1076 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local 1245 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local 1378 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local 1494 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD() 1580 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local 1776 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local 1885 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local 1965 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local 2448 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local 2617 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local [all …]
|
| D | LoopPass.cpp | 211 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonMachineScheduler.cpp | 47 RegPressureDelta &Delta, in SchedulingCost()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/XRay/ |
| D | FDRRecords.h | 237 int32_t Delta = 0; variable 264 int32_t Delta = 0; variable 375 uint32_t Delta = 0; variable
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| D | combined_test.cpp | 155 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in BasicTest() local 203 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 221 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 241 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 332 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in SCUDO_TYPED_TEST() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_stack_store.h | 28 Delta, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineFunctionPass.cpp | 100 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
| D | RegisterPressure.cpp | 961 RegPressureDelta &Delta, in computeExcessPressureDelta() 1002 RegPressureDelta &Delta) { in computeMaxPressureDelta() 1095 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 1163 RegPressureDelta &Delta, in getUpwardPressureDelta() 1343 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
| D | InterferenceCache.h | 113 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
| D | MIRCanonicalizerPass.cpp | 214 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/Serialization/ |
| D | SourceLocationEncoding.h | 112 UIntTy Delta = Rotated - Prev; in encodeRaw() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| D | LatencyBenchmarkRunner.cpp | 42 double Delta = V - Mean; in computeVariance() local
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Core/ |
| D | Replacement.cpp | 426 int Delta; member in __anon87153e890211::MergedReplacement 451 int Delta = 0; in merge() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIModeRegister.cpp | 428 Status Delta = in processBlockPhase3() local
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | LegacyPassManager.cpp | 88 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() 1446 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local 1556 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| D | aarch64.h | 422 int64_t Delta = E.getTarget().getAddress() - FixupAddress; in applyFixup() local
|