Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h198 static bool isVGPRClass(const TargetRegisterClass *RC) { in isVGPRClass() function
H A DSIRegisterInfo.cpp442 if (ST.hasMAIInsts() && (isVGPRClass(RC) || isAGPRClass(RC))) { in getLargestLegalSuperClass()
2916 return RC && isVGPRClass(RC); in isVGPR()
3132 if (isVGPRClass(&RC)) in isProperlyAlignedRC()
3152 if (isVGPRClass(RC)) in getProperlyAlignedRC()
H A DGCNSchedStrategy.cpp1245 if (!SRI->isVGPRClass(DAG.MRI.getRegClass(Reg)) || in collectRematerializableInstructions()
H A DSIWholeQuadMode.cpp1501 if (TRI->isVGPRClass(regClass)) { in lowerCopyInstrs()
H A DSIInstrInfo.cpp7380 if (RI.isVGPRClass(NewDstRC) || NewDstRC == &AMDGPU::VReg_1RegClass) in getDestEquivalentVGPRClass()
8467 if (RI.isVGPRClass(regClass)) in getInstructionUniformity()
H A DSIISelLowering.cpp12323 if (SIRegisterInfo::isVGPRClass(RC)) in getRegForInlineAsmConstraint()