Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp124 SmallVector<Register, 8> Phys2Virt(AMXRegNum, 0); in INITIALIZE_PASS_DEPENDENCY() local
134 if (!Phys2Virt[Index]) in INITIALIZE_PASS_DEPENDENCY()
135 Phys2Virt[Index] = VirtReg; in INITIALIZE_PASS_DEPENDENCY()
140 if (!Phys2Virt[I]) in INITIALIZE_PASS_DEPENDENCY()
145 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()