Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 435 SmallVector<Value *, 8> StoredValues; member 468 StoredValues.assign(NumValues, nullptr); in getValues() 493 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues() 504 const unsigned NumValues = StoredValues.size(); in isFilled() 506 if (!StoredValues[I] || !LastAccesses[I]) in isFilled() 1244 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays() 1251 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays() 1258 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1158 ArrayRef<VPValue *> StoredValues, VPValue *Mask) in VPInterleaveRecipe() argument 1167 for (auto *SV : StoredValues)
|
| H A D | LoopVectorize.cpp | 547 ArrayRef<VPValue *> StoredValues, 2688 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument 2829 Value *StoredVec = State.get(StoredValues[i], Part); in vectorizeInterleaveGroup() 9208 SmallVector<VPValue *, 4> StoredValues; in buildVPlanWithVPRecipes() local 9211 StoredValues.push_back(Plan->getOrAddVPValue(SI->getOperand(0))); in buildVPlanWithVPRecipes() 9213 auto *VPIG = new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in buildVPlanWithVPRecipes()
|