Home
last modified time | relevance | path

Searched defs:VGPR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h65 Register VGPR; member
H A DGCNRegPressure.h32 enum RegKind { SGPR, VGPR, AGPR, TOTAL_KINDS }; enumerator
H A DSIMachineFunctionInfo.cpp291 void SIMachineFunctionInfo::allocateWWMSpill(MachineFunction &MF, Register VGPR, in allocateWWMSpill()
H A DSIFrameLowering.cpp991 Register VGPR = Reg.first; in emitCSRSpillStores() local
1094 Register VGPR = Reg.first; in emitCSRSpillRestores() local
H A DSIPeepholeSDWA.cpp1374 Register VGPR = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in legalizeScalarOperands() local
H A DSIRegisterInfo.cpp452 bool SIRegisterInfo::isChainScratchRegister(Register VGPR) { in isChainScratchRegister()