Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp414 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local
421 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
427 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
494 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
502 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
523 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
602 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
613 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
649 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch()
655 uint64_t TgtMBBOffset = computeOffsetFromTheBeginning(TgtMBB->getNumber()); in expandToLongBranch()
[all …]