/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch64.h | 511 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local 526 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local 542 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local 559 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 47 RegPressureDelta &Delta, in SchedulingCost()
|
/freebsd/contrib/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() argument 102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 51 int64_t Delta; member 220 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
|
/freebsd/contrib/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 <() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 883 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 888 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 893 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 920 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 939 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 946 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 952 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 958 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 964 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.h | 28 Delta, enumerator
|
/freebsd/contrib/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 RegPressureDelta &Delta, in computeExcessPressureDelta() 994 RegPressureDelta &Delta) { in computeMaxPressureDelta() 1096 RegPressureDelta &Delta, in getMaxUpwardPressureDelta() 1164 RegPressureDelta &Delta, in getUpwardPressureDelta() 1344 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
|
H A D | InterferenceCache.h | 113 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
H A D | MIRCanonicalizerPass.cpp | 214 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A 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 …]
|
H A D | LoopPass.cpp | 212 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslcompile.c | 816 UINT32 Delta; in CmDumpAllEvents() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 121 UIntTy Delta = Rotated - Prev; in encodeRaw() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 278 static GetElementPtrInst *reconstructGEP(CallInst *Call, int Delta) { in reconstructGEP() 292 int Delta) { in reconstructCommon()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegister.cpp | 423 Status Delta = in processBlockPhase3() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_x86_64.cpp | 409 orc::ExecutorAddrDiff Delta = in addRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 89 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() 1456 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local 1566 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local
|