Home
last modified time | relevance | path

Searched refs:VectorMapStorage (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h124 std::map<Value *, VectorParts> VectorMapStorage; member
133 return VectorMapStorage.count(Key); in hasAnyVectorValue()
141 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()
168 return VectorMapStorage[Key][Part]; in getVectorValue()
182 if (!VectorMapStorage.count(Key)) { in setVectorValue()
184 VectorMapStorage[Key] = Entry; in setVectorValue()
186 VectorMapStorage[Key][Part] = Vector; in setVectorValue()
210 VectorMapStorage[Key][Part] = Vector; in resetVectorValue()