Searched defs:isSGPR (Results 1 – 3 of 3) sorted by relevance
2233 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { in isSGPR() function
2748 bool AMDGPUInstructionSelector::isSGPR(Register Reg) const { in isSGPR() function in AMDGPUInstructionSelector
4855 bool isSGPR = TRI->isSGPRClass(MRI.getRegClass(SrcReg)); in lowerWaveReduce() local