Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h137 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() function
167 assert(hasVectorValue(Key, Part) && "Getting non-existent value."); in getVectorValue()
181 assert(!hasVectorValue(Key, Part) && "Vector value already set for part"); in setVectorValue()
209 assert(hasVectorValue(Key, Part) && "Vector value not set for part"); in resetVectorValue()
DLoopVectorize.cpp2010 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue()
7486 if (State.ValueMap.hasVectorValue(PredInst, Part)) { in execute()