Home
last modified time | relevance | path

Searched refs:PhysShape (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1118 static bool canHintShape(ShapeT &PhysShape, ShapeT &VirtShape) { in canHintShape() argument
1119 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() local
1221 if (canHintShape(PhysShape, VirtShape)) in getRegAllocationHints()