Searched refs:StoredValues (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 397 SmallVector<Value *, 8> StoredValues; member 431 StoredValues.assign(NumValues, nullptr); in getValues() 456 StoredValues[Idx] = getUnderlyingObject(S->getValueOperand()); in getValues() 467 const unsigned NumValues = StoredValues.size(); in isFilled() 469 if (!StoredValues[I] || !LastAccesses[I]) in isFilled() 1051 for (auto *BP : OAs[0].StoredValues) { in dumpValuesInOffloadArrays() 1058 for (auto *P : OAs[1].StoredValues) { in dumpValuesInOffloadArrays() 1065 for (auto *S : OAs[2].StoredValues) { in dumpValuesInOffloadArrays()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 1047 ArrayRef<VPValue *> StoredValues, VPValue *Mask) in VPInterleaveRecipe() argument 1049 for (auto *SV : StoredValues)
|
D | LoopVectorize.cpp | 573 ArrayRef<VPValue *> StoredValues, 2515 VPValue *Addr, ArrayRef<VPValue *> StoredValues, VPValue *BlockInMask) { in vectorizeInterleaveGroup() argument 2659 Value *StoredVec = State.get(StoredValues[i], Part); in vectorizeInterleaveGroup() 8449 SmallVector<VPValue *, 4> StoredValues; in buildVPlanWithVPRecipes() local 8452 StoredValues.push_back(Plan->getOrAddVPValue(SI->getOperand(0))); in buildVPlanWithVPRecipes() 8454 (new VPInterleaveRecipe(IG, Recipe->getAddr(), StoredValues, in buildVPlanWithVPRecipes()
|