Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h134 std::map<Value *, VectorParts> VectorMapStorage; member
143 return VectorMapStorage.count(Key); in hasAnyVectorValue()
151 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()
180 return VectorMapStorage[Key][Part]; in getVectorValue()
194 if (!VectorMapStorage.count(Key)) { in setVectorValue()
196 VectorMapStorage[Key] = Entry; in setVectorValue()
198 VectorMapStorage[Key][Part] = Vector; in setVectorValue()
222 VectorMapStorage[Key][Part] = Vector; in resetVectorValue()