Searched refs:TgtMBB (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 401 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local 408 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch() 414 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch() 481 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch() 489 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch() 510 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch() 589 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch() 600 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch() 636 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch() 642 uint64_t TgtMBBOffset = computeOffsetFromTheBeginning(TgtMBB->getNumber()); in expandToLongBranch() [all …]
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 410 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 …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 257 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local 268 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch() 274 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch() 320 .addMBB(TgtMBB).addMBB(BalTgtMBB); in expandToLongBranch() 325 .addMBB(TgtMBB) in expandToLongBranch() 349 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch() 394 .addMBB(TgtMBB, MipsII::MO_ABS_HI).addMBB(BalTgtMBB); in expandToLongBranch() 403 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch() 432 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch() 434 .append(BuildMI(*MF, DL, TII->get(Mips::J)).addMBB(TgtMBB)) in expandToLongBranch()
|