Lines Matching refs:OpR
148 auto *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo() local
149 OperandList.back().Rec = OpR; in GetOperandInfo()
154 Record *OpR = OperandList[j].Rec; in GetOperandInfo() local
157 if (OpR->isSubClassOf("RegisterOperand")) in GetOperandInfo()
158 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()
159 if (OpR->isSubClassOf("RegisterClass")) in GetOperandInfo()
160 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo()
161 else if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()
162 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
171 if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()
450 Record *OpR = OperandRecords[I]; in emitOperandTypeMappings() local
451 if ((OpR->isSubClassOf("Operand") || in emitOperandTypeMappings()
452 OpR->isSubClassOf("RegisterOperand") || in emitOperandTypeMappings()
453 OpR->isSubClassOf("RegisterClass")) && in emitOperandTypeMappings()
454 !OpR->isAnonymous()) in emitOperandTypeMappings()
455 OS << OpR->getName(); in emitOperandTypeMappings()
599 auto *OpR = Op.Rec; in emitLogicalOperandTypeMappings() local
600 if ((OpR->isSubClassOf("Operand") || in emitLogicalOperandTypeMappings()
601 OpR->isSubClassOf("RegisterOperand") || in emitLogicalOperandTypeMappings()
602 OpR->isSubClassOf("RegisterClass")) && in emitLogicalOperandTypeMappings()
603 !OpR->isAnonymous()) { in emitLogicalOperandTypeMappings()