Searched refs:OpR (Results 1 – 6 of 6) sorted by relevance
133 auto *OpR = cast<DefInit>(MIOI->getArg(j))->getDef(); in GetOperandInfo() local134 OperandList.back().Rec = OpR; in GetOperandInfo()140 const Record *OpR = OpInfo.Rec; in GetOperandInfo() local143 if (OpR->isSubClassOf("RegisterOperand")) in GetOperandInfo()144 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()145 if (OpR->isSubClassOf("RegisterClass")) in GetOperandInfo()146 Res += getQualifiedName(OpR) + "RegClassID, "; in GetOperandInfo()147 else if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()148 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()157 if (OpR->isSubClassOf("PointerLikeRegClass")) in GetOperandInfo()[all …]
337 auto *OpR = Op->getDefiningRecipe(); in collectEphemeralRecipesForVPlan() local338 if (!OpR || OpR->mayHaveSideEffects() || EphRecipes.contains(OpR)) in collectEphemeralRecipesForVPlan()345 EphRecipes.insert(OpR); in collectEphemeralRecipesForVPlan()346 Worklist.push_back(OpR); in collectEphemeralRecipesForVPlan()
303 VPRecipeBase *OpR = Op->getDefiningRecipe(); in computeCost() local308 OpR = Op->getDefiningRecipe(); in computeCost()346 if (isa<VPWidenCastRecipe>(OpR)) { in computeCost()347 InputTypeA = Ctx.Types.inferScalarType(OpR->getOperand(0)); in computeCost()348 ExtAType = GetExtendKind(OpR); in computeCost()349 } else if (isa<VPReductionPHIRecipe>(OpR)) { in computeCost()356 } else if (auto Widen = dyn_cast<VPWidenRecipe>(OpR)) { in computeCost()358 } else if (auto Reduction = dyn_cast<VPPartialReductionRecipe>(OpR)) { in computeCost()
941 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks() local942 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()945 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
1385 const MachineOperand &OpR = secondRegMatch ? NOp0 : NOp1; in isLegalToPacketizeTogether() local1386 if (OpR.isReg() && PI->modifiesRegister(OpR.getReg(), HRI)) { in isLegalToPacketizeTogether()
2129 SDValue OpR = GetPromotedInteger(RHS); in SExtOrZExtPromotedOperands() local2138 DAG.computeKnownBits(OpR).countMaxActiveBits(); in SExtOrZExtPromotedOperands()2142 RHS = OpR; in SExtOrZExtPromotedOperands()2158 unsigned OpREffectiveBits = DAG.ComputeMaxSignificantBits(OpR); in SExtOrZExtPromotedOperands()2162 RHS = OpR; in SExtOrZExtPromotedOperands()