Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp257 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp369 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local
376 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
382 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
449 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
457 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
478 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
569 .addMBB(TgtMBB, MipsII::MO_ABS_HI) in expandToLongBranch()
580 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
629 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch()
633 .addMBB(TgtMBB); in expandToLongBranch()
[all …]