Lines Matching refs:StoreBB

1834   auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock());  in ExpandCMP_SWAP()  local
1838 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in ExpandCMP_SWAP()
1839 MF->insert(++StoreBB->getIterator(), DoneBB); in ExpandCMP_SWAP()
1873 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1879 MIB = BuildMI(StoreBB, DL, TII->get(StrexOp), TempReg) in ExpandCMP_SWAP()
1888 BuildMI(StoreBB, DL, TII->get(CMPri)) in ExpandCMP_SWAP()
1892 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP()
1896 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1897 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1910 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1913 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1914 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1961 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64() local
1965 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in ExpandCMP_SWAP_64()
1966 MF->insert(++StoreBB->getIterator(), DoneBB); in ExpandCMP_SWAP_64()
1996 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
2003 MIB = BuildMI(StoreBB, DL, TII->get(STREXD), TempReg); in ExpandCMP_SWAP_64()
2009 BuildMI(StoreBB, DL, TII->get(CMPri)) in ExpandCMP_SWAP_64()
2013 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
2017 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
2018 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
2031 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
2034 StoreBB->clearLiveIns(); in ExpandCMP_SWAP_64()
2035 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()