Home
last modified time | relevance | path

Searched refs:Delta (Results 26 – 50 of 110) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td111 let DecoderNamespace = "Delta";
117 let DecoderNamespace = "Delta";
174 let DecoderNamespace = "Delta";
183 let DecoderNamespace = "Delta";
238 let DecoderNamespace = "Delta";
244 let DecoderNamespace = "Delta";
301 let DecoderNamespace = "Delta";
310 let DecoderNamespace = "Delta";
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h146 ExecutorAddr &operator+=(const ExecutorAddrDiff &Delta) {
147 Addr += Delta;
151 ExecutorAddr &operator-=(const ExecutorAddrDiff &Delta) {
152 Addr -= Delta;
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c810 UINT32 Delta; in CmDumpAllEvents() local
830 Delta = (UINT32) (Event->EndTime - Event->StartTime); in CmDumpAllEvents()
832 MicroSeconds = Delta / ACPI_100NSEC_PER_USEC; in CmDumpAllEvents()
833 MilliSeconds = Delta / ACPI_100NSEC_PER_MSEC; in CmDumpAllEvents()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h112 UIntTy Delta = Rotated - Prev; in encodeRaw() local
116 return 1 + EncodedTy{zigZag(Delta)}; in encodeRaw()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def176 MIPS_DYNAMIC_TAG(MIPS_DELTA_CLASS, 0x70000017) // Delta C++ class definition.
179 MIPS_DYNAMIC_TAG(MIPS_DELTA_INSTANCE, 0x70000019) // Delta C++ class instances.
182 MIPS_DYNAMIC_TAG(MIPS_DELTA_RELOC, 0x7000001B) // Delta relocations.
185 MIPS_DYNAMIC_TAG(MIPS_DELTA_SYM, 0x7000001D) // Delta symbols that Delta
189 MIPS_DYNAMIC_TAG(MIPS_DELTA_CLASSSYM, 0x70000020) // Delta symbols that hold
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h113 void addRef(int Delta) { RefCount += Delta; } in addRef() argument
H A DMachineFunctionPass.cpp102 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
112 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
H A DMIRCanonicalizerPass.cpp214 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() local
221 if (Delta < Distance) { in rescheduleCanonically()
222 Distance = Delta; in rescheduleCanonically()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp211 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
213 emitInstrCountChangedRemark(P, M, Delta, InstrCount, in runOnFunction()
215 InstrCount = static_cast<int64_t>(InstrCount) + Delta; in runOnFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h45 void AddDelta(unsigned FileIndex, int Delta);
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Ddps650ab.txt1 Bindings for Delta Electronics DPS-650-AB power supply
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h37 RegPressureDelta &Delta, bool verbose) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h59 changeset_ty Delta(const changeset_ty &Changes,
/freebsd/stand/common/
H A Dgfx_fb.c514 if (Delta == 0) in gfxfb_blt_video_to_buffer()
515 Delta = Width * sizeof (*p); in gfxfb_blt_video_to_buffer()
539 destination = (uint8_t *)BltBuffer + dy * Delta + in gfxfb_blt_video_to_buffer()
614 if (Delta == 0) in gfxfb_blt_buffer_to_video()
615 Delta = Width * sizeof (*p); in gfxfb_blt_buffer_to_video()
641 source = (uint8_t *)BltBuffer + sy * Delta + in gfxfb_blt_buffer_to_video()
649 sy * Delta + in gfxfb_blt_buffer_to_video()
803 Width, Height, Delta); in gfxfb_blt()
810 Width, Height, Delta); in gfxfb_blt()
816 Width, Height, Delta); in gfxfb_blt()
[all …]
/freebsd/stand/efi/include/
H A Defiuga.h156 IN UINTN Delta OPTIONAL
H A Defigop.h110 IN UINTN Delta
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp115 auto Delta = EvalBinOp(BO_Mul, *Index, Size); in computeOffset() local
116 if (!Delta) in computeOffset()
120 Offset = EvalBinOp(BO_Add, *Offset, *Delta); in computeOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp428 Status Delta = in processBlockPhase3() local
431 insertSetreg(MBB, BlockInfo[ThisBlock]->FirstInsertionPoint, TII, Delta); in processBlockPhase3()
433 insertSetreg(MBB, &MBB.instr_front(), TII, Delta); in processBlockPhase3()
/freebsd/contrib/file/magic/Magdir/
H A Drpm34 0 string drpm Delta RPM
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dauo,a030jtn01.yaml10 Delta RGB 8-bit panel found in some Retrogame handhelds
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp89 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument
144 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark()
156 << DiagnosticInfoOptimizationBase::Argument("DeltaInstrCount", Delta); in emitInstrCountChangedRemark()
1459 int64_t Delta = static_cast<int64_t>(NewSize) - in runOnFunction() local
1461 emitInstrCountChangedRemark(FP, M, Delta, InstrCount, in runOnFunction()
1463 InstrCount = static_cast<int64_t>(InstrCount) + Delta; in runOnFunction()
1569 int64_t Delta = static_cast<int64_t>(ModuleCount) - in runOnModule() local
1571 emitInstrCountChangedRemark(MP, M, Delta, InstrCount, in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def38 HANDLE_DIEVALUE_LARGE(Delta)
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp720 auto formatCodeOffset = [&](uint32_t Delta) { in visitKnownRecord() argument
721 CodeOffset += Delta; in visitKnownRecord()
722 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta)); in visitKnownRecord()
729 auto formatLineOffset = [&](int32_t Delta) { in visitKnownRecord() argument
730 LineOffset += Delta; in visitKnownRecord()
731 char Sign = Delta > 0 ? '+' : '-'; in visitKnownRecord()
732 P.format(" line {0} ({1}{2})", LineOffset, Sign, std::abs(Delta)); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp199 R.Delta = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
263 R.Delta = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
421 R.Delta = E.getU32(&OffsetPtr); in visit()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp408 orc::ExecutorAddrDiff Delta = in addRelocations() local
412 FixupAddress + Delta + *(const little32_t *)FixupContent; in addRelocations()
421 Addend = TargetAddress - TargetSymbol->getAddress() - Delta; in addRelocations()

12345