Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h416 ArrayRef<MCPhysReg> getAllSGPR64(const MachineFunction &MF) const;
H A DSIFrameLowering.cpp412 ArrayRef<MCPhysReg> AllSGPR64s = TRI->getAllSGPR64(MF); in emitEntryFunctionFlatScratchInit()
H A DSIRegisterInfo.cpp3257 SIRegisterInfo::getAllSGPR64(const MachineFunction &MF) const { in getAllSGPR64() function in SIRegisterInfo