Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1119 unsigned PhysShapeNum = PhysShape.getShapeNum(); in canHintShape() local
1122 if (PhysShapeNum < VirtShapeNum) in canHintShape()
1125 if (PhysShapeNum == VirtShapeNum) { in canHintShape()
1126 if (PhysShapeNum == 1) in canHintShape()
1129 for (unsigned I = 0; I < PhysShapeNum; I++) { in canHintShape()
1140 for (unsigned I = 0; I < PhysShapeNum; I++) { in canHintShape()