Searched defs:Spill (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBasic.cpp | 229 for (const LiveInterval *Spill : Intfs) { spillInterferences() local
|
H A D | StackFrameLayoutAnalysisPass.cpp | 53 Spill, // a Spill slot global() enumerator
|
H A D | InlineSpiller.cpp | 1125 LIS.InsertMachineInstrRangeInMaps(Spill, MIS.end()); in insertSpill() local 1313 addToMergeableSpills(MachineInstr & Spill,int StackSlot,unsigned Original) addToMergeableSpills() argument 1332 rmFromMergeableSpills(MachineInstr & Spill,int StackSlot) rmFromMergeableSpills() argument 1429 for (auto *const Spill : Spills) { getVisitOrders() local [all...] |
H A D | MachineCopyPropagation.cpp | 1211 for (const MachineInstr *Spill : drop_begin(SC)) EliminateSpillageCopies() local 1278 __anond43b9f7b0802(const MachineInstr &Spill, const MachineInstr &Reload) EliminateSpillageCopies() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 105 Spill, enumerator
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 270 ArrayRef<SIRegisterInfo::SpilledReg> Spill = in saveToVGPRLane() local 316 ArrayRef<SIRegisterInfo::SpilledReg> Spill = in restoreFromVGPRLane() local 968 for (const auto &Spill : FuncInfo->getPrologEpilogSGPRSpills()) { emitCSRSpillStores() local 1011 for (const auto &Spill : FuncInfo->getPrologEpilogSGPRSpills()) { emitCSRSpillRestores() local [all...] |
H A D | SIMachineFunctionInfo.cpp | 457 auto &Spill = VGPRToAGPRSpills[FI]; allocateVGPRSpillToAGPR() local
|
H A D | SIRegisterInfo.cpp | 1786 SpilledReg Spill = VGPRSpills[i]; spillSGPR() local 1903 SpilledReg Spill = VGPRSpills[i]; restoreSGPR() local [all...] |
H A D | SIDefines.h | 92 Spill = 1 << 26, enumerator
|
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 51 enum Kind { Regular, Synthetic, Spill, EHFrame, Merge, Output }; global() enumerator
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1234 const SpillLoc &Spill = SpillLocs[SpillID.id()]; emitLoc() local
|