Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BLR

1109   if (OpC == PPC::BLR) {
1272 case PPC::BLR:
2098 // branch-to-blr sequences.
2115 // The block must be essentially empty except for the blr.
2116 if (I == ReturnMBB.end() || I->getOpcode() != PPC::BLR ||
2128 // branch with a blr.
2129 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BLR));
2197 // We now might be able to merge this blr-only block into its
2201 // Move the blr into the preceding block.