Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp265 LoadCmpBB->addSuccessor(DoneBB); in expandCMP_SWAP()
266 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP()
276 .addMBB(LoadCmpBB); in expandCMP_SWAP()
283 MBB.addSuccessor(LoadCmpBB); in expandCMP_SWAP()
296 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP()
382 LoadCmpBB->addSuccessor(FailBB); in expandCMP_SWAP_128()
394 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
408 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
409 FailBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
415 MBB.addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1858 LoadCmpBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1859 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1879 .addMBB(LoadCmpBB) in ExpandCMP_SWAP()
1882 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1888 MBB.addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1901 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP()
1981 LoadCmpBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
1982 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
2000 .addMBB(LoadCmpBB) in ExpandCMP_SWAP_64()
2009 MBB.addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
[all …]