Home
last modified time | relevance | path

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

123

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp27 APInt Delta; in get() local
79 APInt Delta; in get() local
H A DDeltaTree.cpp42 int Delta; member
45 SourceDelta Delta; in get() local
183 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
450 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
H A DDeltaAlgorithm.cpp43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h575 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local
590 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local
606 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local
623 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() local
/freebsd/contrib/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
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp48 int64_t Delta; member
217 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp47 RegPressureDelta &Delta, in SchedulingCost()
/freebsd/contrib/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 <() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp665 uint64_t Delta = Address + Value.Addend - SourceAddress; in resolveLoongArch64ShortBranch() local
1093 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1098 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1103 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1130 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
1149 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1156 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1162 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1168 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
1174 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h28 Delta, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h238 int32_t Delta = 0; variable
265 int32_t Delta = 0; variable
376 uint32_t Delta = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp118 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
H A DRegisterPressure.cpp947 RegPressureDelta &Delta, in computeExcessPressureDelta()
988 RegPressureDelta &Delta) { in computeMaxPressureDelta()
1084 RegPressureDelta &Delta, in getMaxUpwardPressureDelta()
1152 RegPressureDelta &Delta, in getUpwardPressureDelta()
1332 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef()
H A DMIRCanonicalizerPass.cpp215 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c816 UINT32 Delta; in CmDumpAllEvents() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1095 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1264 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1397 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1513 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD()
1599 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1795 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1904 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1984 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2462 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2627 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
H A DLoopPass.cpp212 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp165 uint32_t Delta = 0; in relaxBlock() local
222 uint32_t Delta = 0; in finalizeBlockRelax() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp426 int Delta; member in __anonb289878d0211::MergedReplacement
451 int Delta = 0; in merge() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp275 static GetElementPtrInst *reconstructGEP(CallInst *Call, int Delta) { in reconstructGEP()
289 int Delta) { in reconstructCommon()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp422 Status Delta = in processBlockPhase3() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp88 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark()
1414 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
1524 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local

123