OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VGPR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp
33
unsigned
VGPR
= MRI.createVirtualRegister(&AMDGPU::VReg_32RegClass);
40
// VGPRs, we need to update the Lane
VGPR
's live interval every time we
53
// the Lane
VGPR
multiple times, this means any uses after the first aren't
61
MBB.back().addOperand(*MF, MachineOperand::CreateReg(
VGPR
, false, true));
62
return
VGPR
;
69
return
VGPR
;
SIMachineFunctionInfo.h
32
unsigned
VGPR
;
34
SpilledReg(unsigned R, int L) :
VGPR
(R), Lane (L) { }
35
SpilledReg() :
VGPR
(0), Lane(-1) { }
48
/// the same
VGPR
.
Completed in 662 milliseconds