Home
last modified time | relevance | path

Searched refs:spill (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1610 auto canSpillHelp = [&](PotentialSpillSection *spill) { in spillSections() argument
1613 spill->getParent()->memRegion == osec->memRegion) in spillSections()
1616 spill->getParent()->lmaRegion == osec->lmaRegion) in spillSections()
1621 PotentialSpillSection *spill; in spillSections() local
1622 for (spill = list.head; spill; spill = spill->next) { in spillSections()
1624 list.head = spill->next; in spillSections()
1627 if (canSpillHelp(spill)) in spillSections()
1629 skippedSpills.insert(spill); in spillSections()
1631 if (!spill) in spillSections()
1640 *llvm::find(spill->isd->sections, spill) = isec; in spillSections()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
/freebsd/tests/sys/kern/tty/
H A Dtest_canon_fullbuf.orch21 -- Now fill up the next block, but spill the VEOF over to a third block.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpiller.h40 virtual void spill(LiveRangeEdit &LRE, AllocationOrder *Order = nullptr) = 0;
H A DRegisterScavenging.h13 /// to spill slots.
41 /// Information on scavenged registers (held in a spill slot).
45 /// A spill slot used for scavenging a register post register allocation.
139 /// If \p AllowSpill is false, fail if a spill is required to make the
158 ScavengedInfo &spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in getScavengingFrameIndices()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp241 spiller().spill(LRE); in spillInterferences()
301 spiller().spill(LRE); in selectOrSplit()
H A DRegisterScavenging.cpp222 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
325 ScavengedInfo &Scavenged = spill(Reg, RC, SPAdj, SpillBefore, ReloadBefore); in scavengeRegisterBackwards()
H A DInlineSpiller.cpp196 void spill(LiveRangeEdit &, AllocationOrder *Order = nullptr) override;
1307 void InlineSpiller::spill(LiveRangeEdit &edit, AllocationOrder *order) { in spill() function in InlineSpiller
1676 for (const auto spill : EqValSpills) in hoistAllSpills()
1677 dbgs() << spill->getParent()->getNumber() << " "; in hoistAllSpills()
H A DRegAllocFast.cpp386 void spill(MachineBasicBlock::iterator Before, Register VirtReg,
581 void RegAllocFastImpl::spill(MachineBasicBlock::iterator Before, in spill() function in RegAllocFastImpl
1108 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut); in defineVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp70 void spill(MachineBasicBlock::iterator Before, Register VirtReg, bool Kill);
200 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill() function in X86FastPreTileConfig
647 spill(++MI.getIterator(), TileReg, false); in configBasicBlock()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c464 boolean_t spill = B_FALSE; in dsl_bookmark_create_sync_impl_snap() local
472 spill = B_TRUE; in dsl_bookmark_create_sync_impl_snap()
475 DMU_OTN_UINT64_METADATA, spill ? 0 : bonuslen, tx); in dsl_bookmark_create_sync_impl_snap()
478 if (spill) { in dsl_bookmark_create_sync_impl_snap()
487 if (!spill) { in dsl_bookmark_create_sync_impl_snap()
H A Ddmu_recv.c123 boolean_t spill; /* DRR_FLAG_SPILL_BLOCK set */ member
1958 (!rwa->spill && DRR_OBJECT_HAS_SPILL(drro->drr_flags))) { in receive_object()
2075 dn_slots << DNODE_SHIFT, rwa->spill ? in receive_object()
2077 } else if (rwa->spill && !DRR_OBJECT_HAS_SPILL(drro->drr_flags)) { in receive_object()
2573 if (rwa->spill && DRR_SPILL_IS_UNMODIFIED(drrs->drr_flags)) { in receive_spill()
3456 rwa->spill = drc->drc_spill; in dmu_recv_stream()
H A Ddmu_send.c1776 uint64_t spill = 0; in send_reader_thread() local
1784 spill = piggyback_unmodified_spill(srta, range); in send_reader_thread()
1789 bqueue_enqueue(outq, range, sizeof (*range) + spill); in send_reader_thread()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td355 // Register class for 64-bit mode, with a 64-bit spill slot size.
358 // spill slot is a stricter constraint than only requiring a 32-bit spill slot.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp36 -- add an extra character so we spill over the limit
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst236 Sections cannot be specified to possibly spill into or out of
244 sections to spill to later pattern matches. (This globally changes the behavior
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt151 We might want to model all access registers and use them to spill
H A DSystemZInstrFP.td161 // Reload f16 from 4-byte spill slot.
184 // Spill f16 to 4-byte spill slot.
H A DSystemZRegisterInfo.td256 // Adjust the spill size of f16 to 32 bits in case of no vector support.
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td171 // These classes provide spill/restore order if used with MOVEM instruction
H A DM68kInstrData.td267 // The mask is already pre-processed by the save/restore spill hook
333 // Pseudo versions. These a required by virtual register spill/restore since
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def88 MACHINE_FUNCTION_ANALYSIS("spill-code-placement", SpillPlacementAnalysis())
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td128 // Pseudo instructions for spill/reload CFRs.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td231 // know how to spill them. If we make our prologue/epilogue code smarter at
248 // know how to spill them. If we make our prologue/epilogue code smarter at
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td49 // Combined SGPR/VGPR spill bit

12