Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_controller.h262 auto Delta = TSC - LatestTSC; in functionEnter() local
288 auto Delta = TSC - LatestTSC; in functionTailExit() local
301 auto Delta = TSC - LatestTSC; in functionEnterArg() local
326 auto Delta = TSC - LatestTSC; in functionExit() local
341 auto Delta = TSC - LatestTSC; in customEvent() local
355 auto Delta = TSC - LatestTSC; in typedEvent() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp43 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h87 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local
94 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp81 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
H A DRegisterPressure.cpp962 RegPressureDelta &Delta, in computeExcessPressureDelta()
1003 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 DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef()
H A DMIRCanonicalizerPass.cpp224 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp48 int64_t Delta; member
211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp844 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
849 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
854 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
881 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
900 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
907 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
913 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
919 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
925 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp991 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1160 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1293 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1409 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD()
1495 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1691 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1800 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1880 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2363 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2532 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
H A DLoopPass.cpp214 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslcompile.c702 UINT32 Delta; CmDumpAllEvents() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp41 double Delta = V - Mean; in computeVariance() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp54 int64_t Delta; in emit() local
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drlog.c635 register struct hshentry * Delta; in readdeltalog() local
663 getscript(Delta) in getscript() argument
H A Drcs.c1013 sendmail(Delta, who) in sendmail() argument
1577 struct hshentry * Delta; in buildtree() local
H A Drcssyn.c408 register struct hshentry * Delta, * num; in getdelta() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp426 int Delta; member in __anonf7f444380211::MergedReplacement
451 int Delta = 0; in merge() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp395 Status Delta = in processBlockPhase3() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h470 void inc_pos(uint64_t Delta) { pos += Delta; } in inc_pos()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp93 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark()
1455 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
1565 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local

123