Lines Matching refs:addMBB
276 .addMBB(DoneBB) in expandCMP_SWAP()
289 .addMBB(LoadCmpBB); in expandCMP_SWAP()
394 .addMBB(FailBB); in expandCMP_SWAP_128()
407 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
408 BuildMI(StoreBB, MIMD, TII->get(AArch64::B)).addMBB(DoneBB); in expandCMP_SWAP_128()
421 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
733 .addMBB(LoopBB) in expandSetTagLoop()
999 Cbz.addMBB(SMBB); in expandRestoreZA()
1001 .addMBB(EndBB); in expandRestoreZA()
1010 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in expandRestoreZA()
1098 Tbx.addMBB(SMBB); in expandCondSMToggle()
1100 .addMBB(EndBB); in expandCondSMToggle()
1114 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in expandCondSMToggle()