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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 335 bool isSGPR = false;
378 isSGPR = true;
381 isSGPR = false;
387 isSGPR = true;
390 isSGPR = false;
393 isSGPR = false;
396 isSGPR = true;
399 isSGPR = false;
402 isSGPR = true;
405 isSGPR = false
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 674 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) {

Completed in 312 milliseconds