Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Matrix

361     Matrix->unassign(LIS->getInterval(VirtReg));
375 Matrix->unassign(LI);
462 if (!Matrix->checkInterference(VirtReg, PhysReg))
509 LiveIntervalUnion::Query subQ(&VirtReg, &Matrix->getLiveUnions()[*Units]);
561 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg)
579 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
655 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
667 Matrix->unassign(*Intf);
1432 if (!Matrix->query(const_cast<LiveInterval&>(SA->getParent()), *Units)
1444 Matrix->getLiveUnions()[*Units] .find(StartIdx);
1520 if (Matrix->checkRegMaskInterference(VirtReg)) {
1584 if (Matrix->checkRegMaskInterference(VirtReg, PhysReg))
1744 Matrix->invalidateVirtRegs();
1848 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI);