Searched refs:hasScalarValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 152 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()
|
D | LoopVectorize.cpp | 2087 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 162 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()
|
D | LoopVectorize.cpp | 2432 if (VectorLoopValueMap.hasScalarValue(V, Instance)) in getOrCreateScalarValue()
|