Searched refs:hasVectorValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 137 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()
|
D | LoopVectorize.cpp | 2010 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue() 7486 if (State.ValueMap.hasVectorValue(PredInst, Part)) { in execute()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 147 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() function 179 assert(hasVectorValue(Key, Part) && "Getting non-existent value."); in getVectorValue() 193 assert(!hasVectorValue(Key, Part) && "Vector value already set for part"); in setVectorValue() 221 assert(hasVectorValue(Key, Part) && "Vector value not set for part"); in resetVectorValue()
|
D | LoopVectorize.cpp | 2350 if (VectorLoopValueMap.hasVectorValue(V, Part)) in getOrCreateVectorValue() 8808 if (State.ValueMap.hasVectorValue(PredInst, Part)) { in execute()
|