Lines Matching defs:RCID
270 bool isRegOrInline(unsigned RCID, MVT type) const {
271 return isRegClass(RCID) || isInlinableImm(type);
274 bool isRegOrImmWithInputMods(unsigned RCID, MVT type) const {
275 return isRegOrInline(RCID, type) || isLiteralImm(type);
410 bool isRegClass(unsigned RCID) const;
414 bool isRegOrInlineNoMods(unsigned RCID, MVT type) const {
415 return isRegOrInline(RCID, type) && !hasModifiers();
2144 bool AMDGPUOperand::isRegClass(unsigned RCID) const {
2145 return isRegKind() && AsmParser->getMRI()->getRegClass(RCID).contains(getReg());
2826 int RCID = getRegClass(RegKind, RegWidth);
2827 if (RCID == -1) {
2833 const MCRegisterClass RC = TRI->getRegClass(RCID);