Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp410 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local
417 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
423 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
490 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
498 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
519 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
598 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
609 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
645 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch()
651 uint64_t TgtMBBOffset = computeOffsetFromTheBeginning(TgtMBB->getNumber()); in expandToLongBranch()
[all …]