Searched defs:VectorizerValueMap (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 106 struct VectorizerValueMap { struct 126 VectorizerValueMap(unsigned UF, unsigned VF) : UF(UF), VF(VF) {} in VectorizerValueMap() argument 129 bool hasAnyVectorValue(Value *Key) const { in hasAnyVectorValue() 134 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() 144 bool hasAnyScalarValue(Value *Key) const { in hasAnyScalarValue() 149 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() 163 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() 170 Value *getScalarValue(Value *Key, const VPIteration &Instance) { in getScalarValue() 177 void setVectorValue(Value *Key, unsigned Part, Value *Vector) { in setVectorValue() 188 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() [all …]
|