Searched refs:RepR (Results 1 – 1 of 1) sorted by relevance
133 if (!ScalarVFOnly && RepR->isUniform()) in sinkScalarOperands()337 if (auto *RepR = dyn_cast<VPReplicateRecipe>(&R)) { in addReplicateRegions() local338 if (RepR->isPredicated()) in addReplicateRegions()339 WorkList.push_back(RepR); in addReplicateRegions()344 for (VPReplicateRecipe *RepR : WorkList) { in addReplicateRegions()345 VPBasicBlock *CurrentBlock = RepR->getParent(); in addReplicateRegions()352 VPBlockBase *Region = createReplicateRegion(RepR, Plan); in addReplicateRegions()480 auto *RepR = dyn_cast<VPReplicateRecipe>(&R); in removeDeadRecipes() local482 RepR && RepR->isPredicated() && in removeDeadRecipes()799 if (auto *RepR = dyn_cast<VPReplicateRecipe>(&R)) in getOpcodeForRecipe() local[all …]