Searched refs:VR2 (Results 1 – 2 of 2) sorted by relevance
223 bool operator() (unsigned VR1, unsigned VR2) const { in operator ()()224 return operator[](VR1) < operator[](VR2); in operator ()()298 bool operator() (unsigned VR1, unsigned VR2) const;316 bool operator() (unsigned VR1, unsigned VR2) const;327 bool RegisterCellLexCompare::operator() (unsigned VR1, unsigned VR2) const { in operator ()()337 if (VR1 == VR2) in operator ()()340 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()()351 return BitOrd.BaseOrd[VR1] < BitOrd.BaseOrd[VR2]; in operator ()()355 if (VR1 == VR2) in operator ()()358 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2); in operator ()()[all …]
3058 Register VR2 = RegInfo.createVirtualRegister(RC); in emitBPOSGE32() local3059 BuildMI(*FBB, FBB->end(), DL, TII->get(Mips::ADDiu), VR2) in emitBPOSGE32()3071 .addReg(VR2) in emitBPOSGE32()