Searched refs:LGFR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp451 MachineInstr *LGFR = nullptr; local
453 if (RLL && RLL->getOpcode() == SystemZ::LGFR) {
454 LGFR = RLL;
455 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
479 if (LGFR)
480 eraseIfDead(LGFR, MRI);
1190 case SystemZ::LGFR: return SystemZ::LTGFR;
H A DSystemZElimCompare.cpp111 case SystemZ::LGFR:

Completed in 152 milliseconds