Searched refs:BLR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp419 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx); local
420 if (BLR == IntB.end()) return false;
421 VNInfo *BValNo = BLR->valno;
458 if (ValLR+1 != BLR) return false;
462 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
469 // [ValLR.end, BLR.begin) of either value number, then we merge the
642 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp549 assert((RetOpcode == PPC::BLR ||
694 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR &&
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c193 #define BLR 0x4e800020 /* blr */ macro
5467 bfd_put_32 (abfd, BLR, p);
5491 bfd_put_32 (abfd, BLR, p);
5506 bfd_put_32 (abfd, BLR, p);
5521 bfd_put_32 (abfd, BLR, p);
5538 bfd_put_32 (abfd, BLR, p);
5562 bfd_put_32 (abfd, BLR, p);
5570 bfd_put_32 (abfd, BLR, p);
5578 bfd_put_32 (abfd, BLR, p);
5595 bfd_put_32 (abfd, BLR,
[all...]

Completed in 200 milliseconds