Lines Matching refs:VPRecipeBase
89 if (const VPRecipeBase *R = dyn_cast_or_null<VPRecipeBase>(Def)) in print()
96 const VPRecipeBase *Instr = dyn_cast_or_null<VPRecipeBase>(this->Def); in dump()
104 const VPRecipeBase *Instr = dyn_cast_or_null<VPRecipeBase>(this); in dump()
225 BasicBlock *VPTransformState::CFGState::getPreheaderBBFor(VPRecipeBase *R) { in getPreheaderBBFor()
376 for (VPRecipeBase &Recipe : Recipes) in execute()
383 for (VPRecipeBase &R : Recipes) { in dropAllReferences()
410 for (VPRecipeBase &ToMove : in splitAt()
435 const VPRecipeBase *R = &VPBB->back(); in hasConditionalTerminator()
456 VPRecipeBase *VPBasicBlock::getTerminator() { in getTerminator()
462 const VPRecipeBase *VPBasicBlock::getTerminator() const { in getTerminator()
490 for (const VPRecipeBase &Recipe : *this) { in print()
573 for (VPRecipeBase &R : Header->phis()) { in getActiveLaneMaskPhi()
687 for (VPRecipeBase &R : Header->phis()) { in execute()
1029 for (VPRecipeBase &VPI : *VPBB) { in visitBlock()
1088 for (const VPRecipeBase &Recipe : *VPBB) in assignSlots()
1107 Preheader->appendRecipe(cast<VPRecipeBase>(Step->getDef())); in getOrCreateVPValueForSCEVExpr()