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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 155 /// \p NumSGPRs are used. \p NumSGPRs should already include any special
157 unsigned getNumSGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs);
181 unsigned getNumVGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs);
AMDGPUBaseInfo.cpp 367 unsigned getNumSGPRBlocks(const FeatureBitset &Features, unsigned NumSGPRs) {
368 NumSGPRs = alignTo(std::max(1u, NumSGPRs), getSGPREncodingGranule(Features));
370 return NumSGPRs / getSGPREncodingGranule(Features) - 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
AMDGPUMetadata.h 238 constexpr char NumSGPRs[] = "NumSGPRs";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
AMDGPUMetadata.cpp 141 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs,
  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 167 unsigned NumSGPRs = AMDGPU::SGPR_32RegClass.getNumRegs();
169 for (unsigned i = MaxWorkGroupSGPRCount; i < NumSGPRs; ++i) {
    [all...]
SIISelLowering.cpp 46 unsigned NumSGPRs = AMDGPU::SGPR_32RegClass.getNumRegs();
47 for (unsigned Reg = 0; Reg < NumSGPRs; ++Reg) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 105 unsigned NumSGPRs = AMDGPU::SGPR_32RegClass.getNumRegs();
106 for (unsigned Reg = 0; Reg < NumSGPRs; ++Reg) {
    [all...]

Completed in 296 milliseconds