Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 703 SmallVector<Value *, 8> StoredValues; member 736 StoredValues.assign(NumValues, nullptr); in getValues() 761 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues() 772 const unsigned NumValues = StoredValues.size(); in isFilled() 774 if (!StoredValues[I] || !LastAccesses[I]) in isFilled() 1701 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays() 1708 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays() 1715 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1431 ArrayRef<VPValue *> StoredValues, VPValue *Mask) in VPInterleaveRecipe() argument 1440 for (auto *SV : StoredValues)
|
| H A D | LoopVectorize.cpp | 511 ArrayRef<VPValue *> StoredValues, 2543 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument 2697 Value *StoredVec = State.get(StoredValues[i], Part); in vectorizeInterleaveGroup() 8995 SmallVector<VPValue *, 4> StoredValues; in buildVPlanWithVPRecipes() local 9000 StoredValues.push_back(StoreR->getStoredValue()); in buildVPlanWithVPRecipes() 9003 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in buildVPlanWithVPRecipes()
|