Searched refs:allocateWWMSpill (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 278 void SIMachineFunctionInfo::allocateWWMSpill(MachineFunction &MF, Register VGPR, in allocateWWMSpill() function in SIMachineFunctionInfo 357 allocateWWMSpill(MF, LaneVGPR); in allocateVGPRForPrologEpilogSGPRSpills()
|
H A D | SIFrameLowering.cpp | 1322 FuncInfo->allocateWWMSpill(MF, Reg, TRI->getSpillSize(*RC), in processFunctionBeforeFrameFinalized() 1516 MFI->allocateWWMSpill(MF, MI.getOperand(0).getReg()); in determineCalleeSaves() 1518 MFI->allocateWWMSpill(MF, MI.getOperand(1).getReg()); in determineCalleeSaves()
|
H A D | SIMachineFunctionInfo.h | 630 void allocateWWMSpill(MachineFunction &MF, Register VGPR, uint64_t Size = 4,
|