Searched defs:VectorizerValueMap (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 109 struct VectorizerValueMap { struct 129 VectorizerValueMap(unsigned UF, unsigned VF) : UF(UF), VF(VF) {} in VectorizerValueMap() argument 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 …]
|