Searched refs:VR2 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 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 ()() 354 bool RegisterCellBitCompareSel::operator() (unsigned VR1, unsigned VR2) const { in operator ()() 355 if (VR1 == VR2) in operator ()() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 3058 Register VR2 = RegInfo.createVirtualRegister(RC); in emitBPOSGE32() local 3059 BuildMI(*FBB, FBB->end(), DL, TII->get(Mips::ADDiu), VR2) in emitBPOSGE32() 3071 .addReg(VR2) in emitBPOSGE32()
|