| /freebsd-head/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | xray_trampoline_powerpc64_asm.S | 10 # 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-head/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | Spiller.h | 31 virtual void spill(LiveRangeEdit &LRE) = 0;
|
| HD | RegisterScavenging.h | 158 ScavengedInfo &spill(Register Reg, const TargetRegisterClass &RC, int SPAdj,
|
| /freebsd-head/tests/sys/kern/tty/ |
| HD | test_canon_fullbuf.orch | 21 -- Now fill up the next block, but spill the VEOF over to a third block.
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | RegAllocBasic.cpp | 238 spiller().spill(LRE); in spillInterferences() 298 spiller().spill(LRE); in selectOrSplit()
|
| HD | RegisterScavenging.cpp | 223 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger 326 ScavengedInfo &Scavenged = spill(Reg, RC, SPAdj, SpillBefore, ReloadBefore); in scavengeRegisterBackwards()
|
| HD | InlineSpiller.cpp | 201 void spill(LiveRangeEdit &) override; 1283 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller 1648 for (const auto spill : EqValSpills) in hoistAllSpills() 1649 dbgs() << spill->getParent()->getNumber() << " "; in hoistAllSpills()
|
| HD | RegAllocFast.cpp | 383 void spill(MachineBasicBlock::iterator Before, Register VirtReg, 564 void RegAllocFastImpl::spill(MachineBasicBlock::iterator Before, in spill() function in RegAllocFastImpl 1093 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut); in defineVirtReg()
|
| HD | RegAllocPBQP.cpp | 697 VRegSpiller.spill(LRE); in spillVReg()
|
| /freebsd-head/contrib/llvm-project/lld/ELF/ |
| HD | LinkerScript.cpp | 1474 PotentialSpillSection *spill = list.head; in spillSections() local 1475 if (spill->next) in spillSections() 1476 list.head = spill->next; in spillSections() 1486 *llvm::find(spill->isd->sections, spill) = isec; in spillSections() 1487 isec->parent = spill->parent; in spillSections() 1488 isec->addralign = spill->addralign; in spillSections()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86FastPreTileConfig.cpp | 71 void spill(MachineBasicBlock::iterator Before, Register VirtReg, bool Kill); 201 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill() function in X86FastPreTileConfig 624 spill(++MI.getIterator(), TileReg, false); in configBasicBlock()
|
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | dsl_bookmark.c | 464 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()
|
| HD | dmu_recv.c | 123 boolean_t spill; /* DRR_FLAG_SPILL_BLOCK set */ member 1940 (!rwa->spill && DRR_OBJECT_HAS_SPILL(drro->drr_flags))) { in receive_object() 2057 dn_slots << DNODE_SHIFT, rwa->spill ? in receive_object() 2059 } else if (rwa->spill && !DRR_OBJECT_HAS_SPILL(drro->drr_flags)) { in receive_object() 2551 if (rwa->spill && DRR_SPILL_IS_UNMODIFIED(drrs->drr_flags)) { in receive_spill() 3415 rwa->spill = drc->drc_spill; in dmu_recv_stream()
|
| HD | dmu_send.c | 1776 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-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| HD | tst.set_props.zcp | 36 -- add an extra character so we spill over the limit
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcRegisterInfo.td | 355 // 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-head/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kRegisterInfo.td | 148 // These classes provide spill/restore order if used with MOVEM instruction
|
| HD | M68kInstrData.td | 267 // The mask is already pre-processed by the save/restore spill hook 329 // Pseudo versions. These a required by virtual register spill/restore since
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | README.txt | 151 We might want to model all access registers and use them to spill
|
| /freebsd-head/contrib/llvm-project/lld/docs/ELF/ |
| HD | linker_script.rst | 204 The flag ``--enable-non-contiguous-regions`` allows input sections to spill to
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| HD | LoongArchFloat32InstrInfo.td | 124 // Pseudo instructions for spill/reload CFRs.
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMRegisterInfo.td | 231 // 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
|
| HD | ARMCallingConv.td | 322 // Also save R7-R4 first to match the stack frame fixed spill areas.
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIInstrFormats.td | 49 // Combined SGPR/VGPR spill bit
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | Target.td | 71 // A class representing the register size, spill size and spill alignment 271 // Size - Specify the spill size in bits of the registers. A default value of
|