Searched defs:isSGPR (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ | ||
H A D | AMDGPUBaseInfo.cpp | 2235 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { isSGPR() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUInstructionSelector.cpp | 2759 bool AMDGPUInstructionSelector::isSGPR(Register Reg) const { isSGPR() function in AMDGPUInstructionSelector |
H A D | SIISelLowering.cpp | 4842 bool isSGPR = TRI->isSGPRClass(MRI.getRegClass(SrcReg)); lowerWaveReduce() local |