Home
last modified time | relevance | path

Searched refs:VR2 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp201 bool operator() (unsigned VR1, unsigned VR2) const { in operator ()()
202 return operator[](VR1) < operator[](VR2); in operator ()()
277 bool operator() (unsigned VR1, unsigned VR2) const;
293 bool operator() (unsigned VR1, unsigned VR2) const;
303 bool RegisterCellLexCompare::operator() (unsigned VR1, unsigned VR2) const { in operator ()()
313 if (VR1 == VR2) in operator ()()
316 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()()
327 return BitOrd.BaseOrd[VR1] < BitOrd.BaseOrd[VR2]; in operator ()()
331 bool RegisterCellBitCompareSel::operator() (unsigned VR1, unsigned VR2) const { in operator ()()
332 if (VR1 == VR2) in operator ()()
[all …]
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2954 unsigned VR2 = RegInfo.createVirtualRegister(RC); in emitBPOSGE32() local
2955 BuildMI(*FBB, FBB->end(), DL, TII->get(Mips::ADDiu), VR2) in emitBPOSGE32()
2967 .addReg(VR2) in emitBPOSGE32()