HomeSort by relevance Sort by last modified time
    Searched refs:LGFR (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 445 MachineInstr *LGFR = nullptr;
447 if (RLL && RLL->getOpcode() == SystemZ::LGFR) {
448 LGFR = RLL;
449 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
473 if (LGFR)
474 eraseIfDead(LGFR, MRI);
    [all...]
SystemZElimCompare.cpp 120 case SystemZ::LGFR:

Completed in 212 milliseconds