Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 736 SmallVector<Value *, 8> StoredValues; member 769 StoredValues.assign(NumValues, nullptr); in getValues() 794 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues() 805 const unsigned NumValues = StoredValues.size(); in isFilled() 807 if (!StoredValues[I] || !LastAccesses[I]) in isFilled() 1527 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays() 1534 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays() 1541 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1381 ArrayRef<VPValue *> StoredValues, VPValue *Mask) in VPInterleaveRecipe() argument 1390 for (auto *SV : StoredValues)
|
| H A D | LoopVectorize.cpp | 515 ArrayRef<VPValue *> StoredValues, 2593 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument 2748 Value *StoredVec = State.get(StoredValues[StoredIdx], Part); in vectorizeInterleaveGroup() 9122 SmallVector<VPValue *, 4> StoredValues; in buildVPlanWithVPRecipes() local 9127 StoredValues.push_back(StoreR->getStoredValue()); in buildVPlanWithVPRecipes() 9130 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in buildVPlanWithVPRecipes()
|