HomeSort by relevance Sort by last modified time
    Searched refs:VGPR0 (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertSkips.cpp 169 .addReg(AMDGPU::VGPR0, RegState::Undef)
170 .addReg(AMDGPU::VGPR0, RegState::Undef)
171 .addReg(AMDGPU::VGPR0, RegState::Undef)
172 .addReg(AMDGPU::VGPR0, RegState::Undef)
SIMachineFunctionInfo.cpp 319 return AMDGPU::VGPR0;
SIInsertWaitcnts.cpp 91 unsigned VGPR0;
493 assert(Reg >= RegisterEncoding.VGPR0 && Reg <= RegisterEncoding.VGPRL);
494 Result.first = Reg - RegisterEncoding.VGPR0;
    [all...]
SIRegisterInfo.cpp 77 classifyPressureSet(i, AMDGPU::VGPR0, VGPRPressureSets);
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 26 /// %VGPR0 = V_ADD_F32 %VGPR0, %VGPR0
28 /// %VGPR0 = V_SUB_F32 %VGPR0, %VGPR0
39 /// %VGPR0 = V_ADD_F32 %VGPR0, %VGPR0 // Do the IF block of the branch
46 /// %VGPR0 = V_SUB_F32 %VGPR0, %VGPR // Do the THEN bloc
    [all...]
SIMachineFunctionInfo.h 405 return AMDGPU::VGPR0;
SIRegisterInfo.cpp 107 classifyPressureSet(i, AMDGPU::VGPR0, VGPRPressureSets);
    [all...]
SIISelLowering.cpp 678 CCInfo.AllocateReg(AMDGPU::VGPR0);
    [all...]

Completed in 102 milliseconds