HomeSort by relevance Sort by last modified time
    Searched refs:isSGPR (Results 1 - 5 of 5) 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.h 361 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI);
AMDGPUBaseInfo.cpp 674 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 342 if (AMDGPU::isSGPR(AMDGPU::mc2PseudoReg(Reg), &MRI)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]

Completed in 226 milliseconds