Searched refs:ACCPhys (Results 1 – 1 of 1) sorted by relevance
621 Register ACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints() local622 assert((ACCPhys >= PPC::ACC0 && ACCPhys <= PPC::ACC7) && in getRegAllocationHints()624 Register HintReg = PPC::UACC0 + (ACCPhys - PPC::ACC0); in getRegAllocationHints()