Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerWWMCopies.cpp97 MFI->allocateWWMSpill(MF, PhysReg); in addToWWMSpills()
H A DSIMachineFunctionInfo.cpp281 void SIMachineFunctionInfo::allocateWWMSpill(MachineFunction &MF, Register VGPR, in allocateWWMSpill() function in SIMachineFunctionInfo
384 allocateWWMSpill(MF, LaneVGPR); in allocatePhysicalVGPRForSGPRSpills()
H A DSIFrameLowering.cpp1352 FuncInfo->allocateWWMSpill(MF, Reg, TRI->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
1600 MFI->allocateWWMSpill(MF, MI.getOperand(0).getReg()); in determineCalleeSaves()
1602 MFI->allocateWWMSpill(MF, MI.getOperand(1).getReg()); in determineCalleeSaves()
H A DSIMachineFunctionInfo.h691 void allocateWWMSpill(MachineFunction &MF, Register VGPR, uint64_t Size = 4,