Searched refs:PhysShape (Results 1 – 1 of 1) sorted by relevance
1118 static bool canHintShape(ShapeT &PhysShape, ShapeT &VirtShape) { in canHintShape() argument1119 unsigned PhysShapeNum = PhysShape.getShapeNum(); in canHintShape()1127 return PhysShape == VirtShape; in canHintShape()1130 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape()1141 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape()1220 ShapeT PhysShape = getTileShape(VReg, const_cast<VirtRegMap *>(VRM), MRI); in getRegAllocationHints() local1221 if (canHintShape(PhysShape, VirtShape)) in getRegAllocationHints()