Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 614 SmallVector<Value *, 8> StoredValues; member 647 StoredValues.assign(NumValues, nullptr); in getValues() 672 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues() 683 const unsigned NumValues = StoredValues.size(); in isFilled() 685 if (!StoredValues[I] || !LastAccesses[I]) in isFilled() 1406 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays() 1413 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays() 1420 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1274 ArrayRef<VPValue *> StoredValues, VPValue *Mask) in VPInterleaveRecipe() argument 1283 for (auto *SV : StoredValues)
|
| H A D | LoopVectorize.cpp | 539 ArrayRef<VPValue *> StoredValues, 2707 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument 2848 Value *StoredVec = State.get(StoredValues[i], Part); in vectorizeInterleaveGroup() 9396 SmallVector<VPValue *, 4> StoredValues; in buildVPlanWithVPRecipes() local 9401 StoredValues.push_back(StoreR->getStoredValue()); in buildVPlanWithVPRecipes() 9404 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in buildVPlanWithVPRecipes()
|