Home
last modified time | relevance | path

Searched refs:allocateWWMSpill (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp278 void SIMachineFunctionInfo::allocateWWMSpill(MachineFunction &MF, Register VGPR, in allocateWWMSpill() function in SIMachineFunctionInfo
357 allocateWWMSpill(MF, LaneVGPR); in allocateVGPRForPrologEpilogSGPRSpills()
H A DSIFrameLowering.cpp1322 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 DSIMachineFunctionInfo.h630 void allocateWWMSpill(MachineFunction &MF, Register VGPR, uint64_t Size = 4,