Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4875 Register LoUndef = MRI.createVirtualRegister(&Mips::GPR32RegClass); in emitLDR_D() local
4880 BuildMI(*BB, I, DL, TII->get(Mips::IMPLICIT_DEF)).addDef(LoUndef); in emitLDR_D()
4885 .addUse(LoUndef); in emitLDR_D()