Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp408 int Incr2 = (C2->Kind == ICDiamond) in IfcvtTokenCmp() local
410 if (Incr1 > Incr2) in IfcvtTokenCmp()
412 else if (Incr1 == Incr2) { in IfcvtTokenCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1696 Register Incr2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1828 BuildMI(BB, DL, TII->get(Mips::SLLV), Incr2).addReg(Incr).addReg(ShiftAmt); in emitAtomicBinaryPartword()
1839 .addReg(Incr2) in emitAtomicBinaryPartword()