Searched refs:ShapeInfo (Results 1 – 4 of 4) sorted by relevance
176 struct ShapeInfo { struct in __anon88f43b6e0111::LowerMatrixIntrinsics180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function187 bool operator==(const ShapeInfo &other) { in operator ==() argument190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument206 DenseMap<Value *, ShapeInfo> ShapeMap;225 ColumnMatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix()262 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()443 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward()561 ShapeInfo Shape) { in LowerLoad()[all …]
95 struct ShapeInfo { struct102 const ShapeInfo* FindShapeInfo(const skjson::ObjectValue& jshape) { in FindShapeInfo()103 static constexpr ShapeInfo gShapeInfo[] = { in FindShapeInfo()130 sizeof(ShapeInfo), in FindShapeInfo()133 static_cast<const ShapeInfo*>(info)->fTypeString); in FindShapeInfo()136 return static_cast<const ShapeInfo*>(info); in FindShapeInfo()176 const ShapeInfo& fInfo; in attachShape()
191 struct ShapeInfo { struct206 ShapeGenerator(const ShapeInfo& sinfo, float ease_lo, float ease_hi) in ShapeGenerator()222 static constexpr ShapeInfo gShapeInfo[] = {
228 struct ShapeInfo { struct in ShapesBench246 SkTArray<ShapeInfo> fShapes;