Searched defs:VectorizerValueMap (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 109 struct VectorizerValueMap { struct 129 VectorizerValueMap(unsigned UF, unsigned VF) : UF(UF), VF(VF) {} in VectorizerValueMap() function 132 bool hasAnyVectorValue(Value *Key) const { in hasAnyVectorValue() 137 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() 147 bool hasAnyScalarValue(Value *Key) const { in hasAnyScalarValue() 152 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() 166 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() 173 Value *getScalarValue(Value *Key, const VPIteration &Instance) { in getScalarValue() 180 void setVectorValue(Value *Key, unsigned Part, Value *Vector) { in setVectorValue() 191 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 119 struct VectorizerValueMap { struct 139 VectorizerValueMap(unsigned UF, ElementCount VF) : UF(UF), VF(VF) {} in VectorizerValueMap() function 142 bool hasAnyVectorValue(Value *Key) const { in hasAnyVectorValue() 147 bool hasVectorValue(Value *Key, unsigned Part) const { in hasVectorValue() 157 bool hasAnyScalarValue(Value *Key) const { in hasAnyScalarValue() 162 bool hasScalarValue(Value *Key, const VPIteration &Instance) const { in hasScalarValue() 178 Value *getVectorValue(Value *Key, unsigned Part) { in getVectorValue() 185 Value *getScalarValue(Value *Key, const VPIteration &Instance) { in getScalarValue() 192 void setVectorValue(Value *Key, unsigned Part, Value *Vector) { in setVectorValue() 203 void setScalarValue(Value *Key, const VPIteration &Instance, Value *Scalar) { in setScalarValue() [all …]
|