Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp261 MachineBasicBlock *LongBrMBB = MF->CreateMachineBasicBlock(BB); in expandToLongBranch() local
267 MF->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
268 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
273 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
296 Pos = LongBrMBB->begin(); in expandToLongBranch()
298 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::SP) in expandToLongBranch()
300 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA) in expandToLongBranch()
319 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LONG_BRANCH_LUi), Mips::AT) in expandToLongBranch()
321 MIBundleBuilder(*LongBrMBB, Pos) in expandToLongBranch()
386 Pos = LongBrMBB->begin(); in expandToLongBranch()
[all …]