Lines Matching refs:SmallVector
99 bool addTileConfig(Instruction *ModelStart, SmallVector<Value *, 8> &Shapes);
101 DenseMap<Instruction *, SmallVector<Value *, 8>> &PosAndShapes);
102 bool getKeyAMXShapes(IntrinsicInst *KeyAMX, SmallVector<Value *, 8> &Shapes);
104 SmallVector<Value *, 8> &Shapes);
107 SmallVector<Value *, 8> &Shapes);
153 SmallVector<Value *, 8> &Shapes) { in preWriteTileCfg()
187 SmallVector<Value *, 8> &Shapes) { in addTileConfig()
238 SmallVector<Value *, 8> &Shapes) { in getKeyAMXShapes()
269 SmallVector<Value *, 8> &Shapes) { in getShapesAndConfigPosEnd()
319 DenseMap<Instruction *, SmallVector<Value *, 8>> &PosAndShapes) { in findConfigShapes()
368 DenseMap<Instruction *, SmallVector<Value *, 8>> PosAndShapes; in preTileConfig()