Lines Matching defs:tri_
140 const TargetRegisterInfo* tri_;
293 regUse_.resize(tri_->getNumRegs(), 0);
294 regUseBackUp_.resize(tri_->getNumRegs(), 0);
301 for (unsigned i = 0, e = tri_->getNumRegs(); i != e; ++i) {
303 dbgs() << tri_->getName(i) << " is still in use!\n";
318 for (const unsigned* as = tri_->getAliasSet(physReg); *as; ++as)
327 for (const unsigned* as = tri_->getAliasSet(physReg); *as; ++as) {
383 dbgs() << tri_->getName(reg) << '\n';
408 for (TargetRegisterInfo::regclass_iterator RCI = tri_->regclass_begin(),
409 E = tri_->regclass_end(); RCI != E; ++RCI) {
413 HasAliases = HasAliases || *tri_->getAliasSet(*I) != 0;
433 for (const unsigned *AS = tri_->getAliasSet(I->first); *AS; ++AS) {
498 DEBUG(dbgs() << "Coalescing: " << cur << " -> " << tri_->getName(CandReg)
511 tri_ = tm_->getRegisterInfo();
513 allocatableRegs_ = tri_->getAllocatableSet(fn);
514 reservedRegs_ = tri_->getReservedRegs(fn);
780 for (const unsigned* as = tri_->getAliasSet(reg); *as; ++as) {
783 if (tri_->isSubRegister(*as, reg) &&
797 for (const unsigned *sr = tri_->getSubRegisters(Supers[i]); *sr; ++sr)
858 dbgs() << tri_->getName(Candidates[i].first) << " ";
870 if (tri_->regsOverlap(PhysReg, Candidate)) {
885 if (tri_->regsOverlap(PhysReg, Candidate)) {
940 for (const unsigned *AS = tri_->getOverlaps(Reg); *AS; ++AS) {
952 for (const unsigned *AS = tri_->getAliasSet(Reg); *AS; ++AS)
977 DEBUG(dbgs() << tri_->getName(physReg) << '\n');
1009 Reg = tri_->getSubReg(Reg, SrcSubReg);
1011 Reg = tri_->getMatchingSuperReg(Reg, DstSubReg, RC);
1049 for (const unsigned *AS = tri_->getAliasSet(physReg); *AS; ++AS)
1111 DEBUG(dbgs() << tri_->getName(physReg) << '\n');
1121 tri_->avoidWriteAfterWrite(mri_->getRegClass(cur->reg)))
1137 std::vector<float> SpillWeights(tri_->getNumRegs(), 0.0f);
1177 for (const unsigned* as = tri_->getAliasSet(reg); *as; ++as)
1198 if (I->reg == minReg || tri_->isSubRegister(minReg, I->reg))
1224 dbgs() << tri_->getName(RegsWeights[i].first)
1436 Order = tri_->getRawAllocationOrder(RC, Hint.first, physReg, *mf_);
1529 DEBUG(dbgs() << "(preferred: " << tri_->getName(Preference) << ") ");