Searched refs:StoredValues (Results 1 – 4 of 4) sorted by relevance
841 SmallVector<Value *, 8> StoredValues; member874 StoredValues.assign(NumValues, nullptr); in getValues()899 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues()910 const unsigned NumValues = StoredValues.size(); in isFilled()912 if (!StoredValues[I] || !LastAccesses[I]) in isFilled()1665 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays()1672 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays()1679 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
2095 ArrayRef<VPValue *> StoredValues, VPValue *Mask, in VPInterleaveRecipe() argument2106 for (auto *SV : StoredValues)
2329 ArrayRef<VPValue *> StoredValues = getStoredValues(); in execute() local2346 Value *StoredVec = State.get(StoredValues[StoredIdx], Part); in execute()
8632 SmallVector<VPValue *, 4> StoredValues; in tryToBuildVPlanWithVPRecipes() local8636 StoredValues.push_back(StoreR->getStoredValue()); in tryToBuildVPlanWithVPRecipes()8643 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in tryToBuildVPlanWithVPRecipes()