Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2233 bool isSGPR(unsigned Reg, const MCRegisterInfo* TRI) { in isSGPR() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2748 bool AMDGPUInstructionSelector::isSGPR(Register Reg) const { in isSGPR() function in AMDGPUInstructionSelector
H A DSIISelLowering.cpp4855 bool isSGPR = TRI->isSGPRClass(MRI.getRegClass(SrcReg)); in lowerWaveReduce() local