Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:tri

133   const TargetRegisterInfo *tri;
201 const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo();
216 BitVector reservedRegs = tri->getReservedRegs(*mf);
254 BitVector regMaskOverlaps(tri->getNumRegs());
275 for (unsigned preg = 0; preg < tri->getNumRegs(); ++preg) {
294 const uint16_t *aliasItr = tri->getAliasSet(preg);
338 addInterferenceCosts(g.getEdgeCosts(edge), vr1Allowed, vr2Allowed, tri);
355 const TargetRegisterInfo *tri) {
365 if (tri->regsOverlap(preg1, preg2)) {
547 DEBUG(dbgs() << "VREG " << vreg << " -> " << tri->getName(preg) << "\n");
651 tri = tm->getRegisterInfo();