/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_fdr_controller.h | 262 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 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.h | 87 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 D | MachineFunctionPass.cpp | 81 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
H A D | RegisterPressure.cpp | 962 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 D | InterferenceCache.h | 113 void addRef(int Delta) { RefCount += Delta; } in addRef()
|
H A D | MIRCanonicalizerPass.cpp | 224 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 48 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 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 844 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 D | LineTable.cpp | 25 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 D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 991 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 D | LoopPass.cpp | 214 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslcompile.c | 702 UINT32 Delta; CmDumpAllEvents() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | LatencyBenchmarkRunner.cpp | 41 double Delta = V - Mean; in computeVariance() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 54 int64_t Delta; in emit() local
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rlog.c | 635 register struct hshentry * Delta; in readdeltalog() local 663 getscript(Delta) in getscript() argument
|
H A D | rcs.c | 1013 sendmail(Delta, who) in sendmail() argument 1577 struct hshentry * Delta; in buildtree() local
|
H A D | rcssyn.c | 408 register struct hshentry * Delta, * num; in getdelta() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 426 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 D | SIModeRegister.cpp | 395 Status Delta = in processBlockPhase3() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 470 void inc_pos(uint64_t Delta) { pos += Delta; } in inc_pos()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 93 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
|