Home
last modified time | relevance | path

Searched defs:isSGPR (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp335 bool isSGPR = false; in getSIProgramInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp961 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { in isSGPR() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp2043 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { in isSGPR() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp2643 bool AMDGPUInstructionSelector::isSGPR(Register Reg) const { in isSGPR() function in AMDGPUInstructionSelector