Home
last modified time | relevance | path

Searched refs:isVGPRClass (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h210 static bool isVGPRClass(const TargetRegisterClass *RC) { in isVGPRClass() function
H A DSIRegisterInfo.cpp453 if (ST.hasMAIInsts() && (isVGPRClass(RC) || isAGPRClass(RC))) { in getLargestLegalSuperClass()
3007 return RC && isVGPRClass(RC); in isVGPR()
3221 if (isVGPRClass(&RC)) in isProperlyAlignedRC()
3241 if (isVGPRClass(RC)) in getProperlyAlignedRC()
H A DGCNSchedStrategy.cpp1284 if (!SRI->isVGPRClass(DAG.MRI.getRegClass(Reg)) || in collectRematerializableInstructions()
H A DSIWholeQuadMode.cpp1510 if (TRI->isVGPRClass(regClass)) { in lowerCopyInstrs()
H A DSIInstrInfo.cpp8353 if (RI.isVGPRClass(NewDstRC) || NewDstRC == &AMDGPU::VReg_1RegClass) in getDestEquivalentVGPRClass()
H A DSIISelLowering.cpp15120 if (SIRegisterInfo::isVGPRClass(RC)) in getRegForInlineAsmConstraint()