HomeSort by relevance Sort by last modified time
    Searched defs:VGPR (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 124 unsigned VGPR;
126 SpilledReg(unsigned R, int L) : VGPR (R), Lane (L) { }
127 SpilledReg() : VGPR(AMDGPU::NoRegister), Lane(-1) { }
129 bool hasReg() { return VGPR != AMDGPU::NoRegister;}
400 /// \returns VGPR used for \p Dim' work item ID.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp     [all...]
SIMachineFunctionInfo.h 195 unsigned VGPR = 0;
199 SpilledReg(unsigned R, int L) : VGPR (R), Lane (L) {}
202 bool hasReg() { return VGPR != 0;}
206 // VGPR used for SGPR spills
207 unsigned VGPR;
209 // If the VGPR is a CSR, the stack slot used to save/restore it in the
213 SGPRSpillVGPRCSR(unsigned V, Optional<int> F) : VGPR(V), FI(F) {}
217 // SGPR->VGPR spilling support.
220 // Track VGPR + wave index for each subregister of the SGPR spilled to
288 // Add special VGPR input
    [all...]

Completed in 125 milliseconds