Lines Matching defs:RCID
271 bool isRegOrInline(unsigned RCID, MVT type) const {
272 return isRegClass(RCID) || isInlinableImm(type);
275 bool isRegOrImmWithInputMods(unsigned RCID, MVT type) const {
276 return isRegOrInline(RCID, type) || isLiteralImm(type);
424 bool isRegClass(unsigned RCID) const;
428 bool isRegOrInlineNoMods(unsigned RCID, MVT type) const {
429 return isRegOrInline(RCID, type) && !hasModifiers();
2172 bool AMDGPUOperand::isRegClass(unsigned RCID) const {
2173 return isRegKind() && AsmParser->getMRI()->getRegClass(RCID).contains(getReg());
2860 int RCID = getRegClass(RegKind, RegWidth);
2861 if (RCID == -1) {
2867 const MCRegisterClass RC = TRI->getRegClass(RCID);