Searched defs:Delta (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, function in class:DeltaAlgorithm
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; variable
287 auto Delta = TSC - LatestTSC; variable
[all...]
H A Dxray_basic_logging.cpp218 auto Delta = TSC - StackTop.TSC; variable
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) { argument
167 bool writeCustomEvent(int32_t Delta, const void *Event, int32_t EventSize) { argument
192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, argument
139 writeFunctionWithArg(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta, uint64_t Arg) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); local
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); local
H A DMachO_arm64.cpp636 int64_t Delta = E.getTarget().getAddress() - FixupAddress; local
H A DMachO_x86_64.cpp310 JITTargetAddress Delta = variable
597 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); local
609 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); local
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c803 UINT32 Delta; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { argument
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp201 int64_t Delta = static_cast<int64_t>(NewSize) - local
H A DCallGraphSCCPass.cpp148 int64_t Delta = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp48 int64_t Delta; member in struct:__anon4443::X86InsertPrefetch::PrefetchInfo
211 int64_t Delta = PrefInfo.Delta; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h311 void move(uint64_t Delta) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp43 int Delta; member in struct:__anon1978::SourceDelta
46 SourceDelta Delta; local
184 DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes) argument
455 AddDelta(unsigned FileIndex, int Delta) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp227 const unsigned Delta = (UseLoc - DefLoc); local
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } argument
H A DEarlyIfConversion.cpp791 static unsigned adjCycles(unsigned Cyc, int Delta) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta; member in struct:DeltaInfo
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp582 uint64_t Delta = VAddr - Phdr.p_vaddr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp403 Status Delta = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp618 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp576 SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate, RegPressureDelta &Delta, bool verbose) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp426 int Delta; member in class:__anon2386::MergedReplacement
451 int Delta = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h237 int32_t Delta = 0; member in class:llvm::xray::CustomEventRecordV5
264 int32_t Delta = 0; member in class:llvm::xray::TypedEventRecord
375 uint32_t Delta = 0; member in class:llvm::xray::FunctionRecord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp491 int64_t Delta = -int64_t(StackSize); local

Completed in 299 milliseconds

12