Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp27 APInt Delta; in get() local
79 APInt Delta; in get() local
[all...]
H A DDeltaAlgorithm.cpp43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h500 int64_t Delta = E.getTarget().getAddress() - FixupAddress; applyFixup() local
516 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
532 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
549 int64_t Delta = E.getTarget().getAddress() + E.getAddend() - FixupAddress; applyFixup() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp47 RegPressureDelta &Delta, in SchedulingCost()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp50 int64_t Delta; global() member
219 int64_t Delta = PrefInfo.Delta; runOnMachineFunction() local
/freebsd-src/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-src/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 <()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h28 Delta, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp884 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation() local
889 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation() local
894 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation() local
921 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation() local
940 assert(int16_t(Delta / in resolveSystemZRelocation() local
947 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
953 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
959 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
965 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); resolveSystemZRelocation() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp102 int64_t Delta = static_cast<int64_t>(CountAfter) - runOnFunction() local
H A DRegisterPressure.cpp959 computeExcessPressureDelta(ArrayRef<unsigned> OldPressureVec,ArrayRef<unsigned> NewPressureVec,RegPressureDelta & Delta,const RegisterClassInfo * RCI,ArrayRef<unsigned> LiveThruPressureVec) computeExcessPressureDelta() argument
1000 computeMaxPressureDelta(ArrayRef<unsigned> OldMaxPressureVec,ArrayRef<unsigned> NewMaxPressureVec,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit,RegPressureDelta & Delta) computeMaxPressureDelta() argument
1093 getMaxUpwardPressureDelta(const MachineInstr * MI,PressureDiff * PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxUpwardPressureDelta() argument
1161 getUpwardPressureDelta(const MachineInstr * MI,PressureDiff & PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) const getUpwardPressureDelta() argument
1341 getMaxDownwardPressureDelta(const MachineInstr * MI,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxDownwardPressureDelta() argument
[all...]
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef()
H A DMIRCanonicalizerPass.cpp214 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1076 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1245 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); strongSIVtest() local
1378 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakCrossingSIVtest() local
1494 findGCD(unsigned Bits,const APInt & AM,const APInt & BM,const APInt & Delta,APInt & G,APInt & X,APInt & Y) findGCD() argument
1580 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactSIVtest() local
1776 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); weakZeroSrcSIVtest() local
1885 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); weakZeroDstSIVtest() local
1965 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); exactRDIVtest() local
2448 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); gcdMIVtest() local
2617 const SCEV *Delta = SE->getMinusSCEV(B0, A0); banerjeeMIVtest() local
2875 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
2886 const SCEV *Delta = SE->getMinusSCEV(A[K].Coeff, B[K].Coeff); findBoundsEQ() local
[all...]
H A DLoopPass.cpp211 int64_t Delta = static_cast<int64_t>(NewSize) - runOnFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h112 UIntTy Delta = Rotated - Prev; encodeRaw() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c810 UINT32 Delta; CmDumpAllEvents() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp427 int Delta; member in __anon7beab59f0211::MergedReplacement
452 int Delta = 0; in merge() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp277 reconstructGEP(CallInst * Call,int Delta) reconstructGEP() argument
291 reconstructCommon(CallInst * Call,GetElementPtrInst * GEP,T * Insn,int Delta) reconstructCommon() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp428 insertSetreg(MBB, &MBB.instr_front(), TII, Delta); in processBlockPhase3() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp408 orc::ExecutorAddrDiff Delta = addRelocations() local

123