Home
last modified time | relevance | path

Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp841 SmallVector<Value *, 8> StoredValues; member
874 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1839 ArrayRef<VPValue *> StoredValues, VPValue *Mask, in VPInterleaveRecipe() argument
1850 for (auto *SV : StoredValues)
H A DLoopVectorize.cpp577 ArrayRef<VPValue *> StoredValues,
2505 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument
2716 Value *StoredVec = State.get(StoredValues[StoredIdx], Part); in vectorizeInterleaveGroup()
8848 SmallVector<VPValue *, 4> StoredValues; in tryToBuildVPlanWithVPRecipes() local
8853 StoredValues.push_back(StoreR->getStoredValue()); in tryToBuildVPlanWithVPRecipes()
8858 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in tryToBuildVPlanWithVPRecipes()