Home
last modified time | relevance | path

Searched refs:isSGPR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp335 bool isSGPR = false; in getSIProgramInfo() local
378 isSGPR = true; in getSIProgramInfo()
381 isSGPR = false; in getSIProgramInfo()
387 isSGPR = true; in getSIProgramInfo()
390 isSGPR = false; in getSIProgramInfo()
393 isSGPR = false; in getSIProgramInfo()
396 isSGPR = true; in getSIProgramInfo()
399 isSGPR = false; in getSIProgramInfo()
402 isSGPR = true; in getSIProgramInfo()
405 isSGPR = false; in getSIProgramInfo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h361 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI);
DAMDGPUBaseInfo.cpp674 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { in isSGPR() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp342 if (AMDGPU::isSGPR(AMDGPU::mc2PseudoReg(Reg), &MRI)) { in getSDWASrcEncoding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2271 isSGPR(mc2PseudoReg(MO.getReg()), getContext().getRegisterInfo()); in usesConstantBus()