Lines Matching refs:VPValue

57 raw_ostream &llvm::operator<<(raw_ostream &OS, const VPValue &V) {  in operator <<()
79 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue() function in VPValue
85 VPValue::~VPValue() { in ~VPValue()
92 void VPValue::print(raw_ostream &OS, VPSlotTracker &SlotTracker) const { in print()
99 void VPValue::dump() const { in dump()
116 VPRecipeBase *VPValue::getDefiningRecipe() { in getDefiningRecipe()
120 const VPRecipeBase *VPValue::getDefiningRecipe() const { in getDefiningRecipe()
215 Value *VPTransformState::get(VPValue *Def, const VPIteration &Instance) { in get()
237 Value *VPTransformState::get(VPValue *Def, unsigned Part) { in get()
383 void VPTransformState::packScalarIntoVectorValue(VPValue *Def, in packScalarIntoVectorValue()
501 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
618 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
697 VPValue DummyValue; in ~VPlan()
706 for (VPValue *VPV : VPLiveInsToFree) in ~VPlan()
755 VPValue *VPV = getVPValueOrAddLiveIn(CanonicalIVStartValue); in prepareToExecute()
942 void VPlan::addLiveOut(PHINode *PN, VPValue *V) { in addLiveOut()
1138 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith()
1142 void VPValue::replaceUsesWithIf( in replaceUsesWithIf()
1143 VPValue *New, in replaceUsesWithIf()
1170 void VPValue::printAsOperand(raw_ostream &OS, VPSlotTracker &Tracker) const { in printAsOperand()
1186 interleaveComma(operands(), O, [&O, &SlotTracker](VPValue *Op) { in printOperands()
1244 void VPSlotTracker::assignSlot(const VPValue *V) { in assignSlot()
1266 for (VPValue *Def : Recipe.definedValues()) in assignSlots()
1270 bool vputils::onlyFirstLaneUsed(VPValue *Def) { in onlyFirstLaneUsed()
1275 bool vputils::onlyFirstPartUsed(VPValue *Def) { in onlyFirstPartUsed()
1280 VPValue *vputils::getOrCreateVPValueForSCEVExpr(VPlan &Plan, const SCEV *Expr, in getOrCreateVPValueForSCEVExpr()
1284 VPValue *Expanded = nullptr; in getOrCreateVPValueForSCEVExpr()