Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3192 auto NewLogicDst = MRI.createGenericVirtualRegister(XTy); in matchHoistLogicOpWithSameOpcodeHands() local
3194 [=](MachineInstrBuilder &MIB) { MIB.addDef(NewLogicDst); }, in matchHoistLogicOpWithSameOpcodeHands()
3202 [=](MachineInstrBuilder &MIB) { MIB.addReg(NewLogicDst); }}; in matchHoistLogicOpWithSameOpcodeHands()