Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2095 ArrayRef<VPValue *> StoredValues, VPValue *Mask, in VPInterleaveRecipe() argument
2106 for (auto *SV : StoredValues)
H A DVPlanRecipes.cpp2329 ArrayRef<VPValue *> StoredValues = getStoredValues(); in execute() local
2346 Value *StoredVec = State.get(StoredValues[StoredIdx], Part); in execute()
H A DLoopVectorize.cpp8632 SmallVector<VPValue *, 4> StoredValues; in tryToBuildVPlanWithVPRecipes() local
8636 StoredValues.push_back(StoreR->getStoredValue()); in tryToBuildVPlanWithVPRecipes()
8643 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in tryToBuildVPlanWithVPRecipes()