Searched refs:OpR (Results 1 – 5 of 5) sorted by relevance
140 auto *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo() local141 OperandList.back().Rec = OpR; in GetOperandInfo()146 Record *OpR = OperandList[j].Rec; in GetOperandInfo() local149 if (OpR->isSubClassOf("RegisterOperand")) in GetOperandInfo()150 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()151 if (OpR->isSubClassOf("RegisterClass")) in GetOperandInfo()152 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo()153 else if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()154 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()163 if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()[all …]
806 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks() local807 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()810 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
1387 const MachineOperand &OpR = secondRegMatch ? NOp0 : NOp1; in isLegalToPacketizeTogether() local1388 if (OpR.isReg() && PI->modifiesRegister(OpR.getReg(), HRI)) { in isLegalToPacketizeTogether()
2336 Value *OpL = nullptr, *OpR = nullptr;2349 auto RHS = m_LShr(m_Neg(m_Value(OpR)), m_SpecificInt(ShiftWidth));2352 return Signum.match(V) && OpL == OpR && Val.match(OpL);
1598 SDValue OpR = GetPromotedInteger(NewRHS); in PromoteSetCCOperands() local1607 OpR.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpR) + 1; in PromoteSetCCOperands()1611 NewRHS = OpR; in PromoteSetCCOperands()