Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h152 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() function
174 assert(hasScalarValue(Key, Instance) && "Getting non-existent value."); in getScalarValue()
192 assert(!hasScalarValue(Key, Instance) && "Scalar value already set"); in setScalarValue()
219 assert(hasScalarValue(Key, Instance) && in resetScalarValue()
DLoopVectorize.cpp2087 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h162 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() function
186 assert(hasScalarValue(Key, Instance) && "Getting non-existent value."); in getScalarValue()
204 assert(!hasScalarValue(Key, Instance) && "Scalar value already set"); in setScalarValue()
231 assert(hasScalarValue(Key, Instance) && in resetScalarValue()
DLoopVectorize.cpp2432 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue()