Home
last modified time | relevance | path

Searched defs:Spill (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DInlineSpiller.cpp1059 MachineBasicBlock::iterator Spill = std::next(MI); in insertSpill() local
1247 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills()
1266 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills()
1363 for (auto *const Spill : Spills) { in getVisitOrders() local
DRegAllocBasic.cpp230 const LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
DStackFrameLayoutAnalysisPass.cpp53 Spill, // a Spill slot enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp260 ArrayRef<SIRegisterInfo::SpilledReg> Spill = in saveToVGPRLane() local
305 ArrayRef<SIRegisterInfo::SpilledReg> Spill = in restoreFromVGPRLane() local
959 for (const auto &Spill : FuncInfo->getPrologEpilogSGPRSpills()) { in emitCSRSpillStores() local
1002 for (const auto &Spill : FuncInfo->getPrologEpilogSGPRSpills()) { in emitCSRSpillRestores() local
DSIMachineFunctionInfo.cpp423 auto &Spill = VGPRToAGPRSpills[FI]; in allocateVGPRSpillToAGPR() local
DSIRegisterInfo.cpp1729 SpilledReg Spill = VGPRSpills[i]; in spillSGPR() local
1843 SpilledReg Spill = VGPRSpills[i]; in restoreSGPR() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h100 Spill, enumerator