Home
last modified time | relevance | path

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

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