Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp95 SmallVector<ShapeT, 8> &Phys2Shapes) { in collectVirtRegShapes() argument
103 if (!Phys2Shapes[Index].isValid()) { in collectVirtRegShapes()
105 Phys2Shapes[Index] = std::move(Shape); in collectVirtRegShapes()
118 if (!Phys2Shapes[Index0].isValid()) { in collectVirtRegShapes()
120 Phys2Shapes[Index0] = std::move(Shape0); in collectVirtRegShapes()
123 if (!Phys2Shapes[Index1].isValid()) { in collectVirtRegShapes()
125 Phys2Shapes[Index1] = std::move(Shape1); in collectVirtRegShapes()
179 SmallVector<ShapeT, 8> Phys2Shapes(AMXRegNum, ShapeT()); in runOnMachineFunction() local
186 collectVirtRegShapes(&MRI, VRM, VirtReg, Phys2Shapes); in runOnMachineFunction()
191 ShapeT Shape = Phys2Shapes[I]; in runOnMachineFunction()