Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h121 std::map<Value *, VectorParts> VectorMapStorage; member
130 return VectorMapStorage.count(Key); in hasAnyVectorValue()
138 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()
165 return VectorMapStorage[Key][Part]; in getVectorValue()
179 if (!VectorMapStorage.count(Key)) { in setVectorValue()
181 VectorMapStorage[Key] = Entry; in setVectorValue()
183 VectorMapStorage[Key][Part] = Vector; in setVectorValue()
207 VectorMapStorage[Key][Part] = Vector; in resetVectorValue()