Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
DMachO_x86_64.cpp303 JITTargetAddress Delta = in addRelocations() local
495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local
507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp82 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
DRegisterPressure.cpp960 RegPressureDelta &Delta, in computeExcessPressureDelta()
1001 RegPressureDelta &Delta) { in computeMaxPressureDelta()
1094 RegPressureDelta &Delta, in getMaxUpwardPressureDelta()
1162 RegPressureDelta &Delta, in getUpwardPressureDelta()
1342 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef()
DMIRCanonicalizerPass.cpp227 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InsertPrefetch.cpp48 int64_t Delta; member
211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
784 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
789 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
816 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp25 int64_t Delta; member
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/third_party/cef/tests/cefclient/renderer/
Dperformance_test_setup.h54 int64 Delta() { in Delta() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcolor_space.inl69 float Delta = Max - Min; local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp989 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1158 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1291 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1407 const APInt &Delta, APInt &G, APInt &X, APInt &Y) { in findGCD()
1504 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1716 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1825 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1905 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2372 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2541 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
DLoopPass.cpp233 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h237 int32_t Delta = 0; variable
264 int32_t Delta = 0; variable
375 uint32_t Delta = 0; variable
/third_party/skia/third_party/externals/angle2/util/
DEvent.h52 int Delta; member
/third_party/flutter/skia/third_party/externals/angle2/util/
DEvent.h52 int Delta; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp185 double Delta = Current - LastTimestamp; in update() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp367 Status Delta = BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3() local
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.c505 FT_Pos Delta; in psh_blues_scale_zones() local
/third_party/freetype/src/pshinter/
Dpshglob.c504 FT_Pos Delta; in psh_blues_scale_zones() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp579 uint64_t Delta = VAddr - Phdr.p_vaddr; in toMappedAddr() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.c504 FT_Pos Delta; in psh_blues_scale_zones() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp166 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark()
1488 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
1587 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local

123