Searched refs:OpR (Results 1 – 3 of 3) sorted by relevance
109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo() local110 OperandList.back().Rec = OpR; in GetOperandInfo()115 Record *OpR = OperandList[j].Rec; in GetOperandInfo() local118 if (OpR->isSubClassOf("RegisterOperand")) in GetOperandInfo()119 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()120 if (OpR->isSubClassOf("RegisterClass")) in GetOperandInfo()121 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo()122 else if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()132 if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()
970 Value *OpR = InstR->getOperand(i); in compare() local971 if (int Res = cmpValues(OpL, OpR)) in compare()973 if (int Res = cmpNumbers(OpL->getValueID(), OpR->getValueID())) in compare()976 if (int Res = cmpTypes(OpL->getType(), OpR->getType())) in compare()
918 SDValue OpR = GetPromotedInteger(NewRHS); in PromoteSetCCOperands() local926 OpR->getOpcode() == ISD::AssertSext && in PromoteSetCCOperands()927 cast<VTSDNode>(OpR->getOperand(1))->getVT() == NewRHS.getValueType()) { in PromoteSetCCOperands()929 NewRHS = OpR; in PromoteSetCCOperands()