Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp231 LoadCmpBB->addSuccessor(DoneBB); in expandCMP_SWAP()
232 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP()
242 .addMBB(LoadCmpBB); in expandCMP_SWAP()
249 MBB.addSuccessor(LoadCmpBB); in expandCMP_SWAP()
262 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP()
348 LoadCmpBB->addSuccessor(FailBB); in expandCMP_SWAP_128()
360 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
374 .addMBB(LoadCmpBB); in expandCMP_SWAP_128()
375 FailBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
381 MBB.addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1785 LoadCmpBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1786 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1806 .addMBB(LoadCmpBB) in ExpandCMP_SWAP()
1809 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1815 MBB.addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1828 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP()
1908 LoadCmpBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
1909 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
1927 .addMBB(LoadCmpBB) in ExpandCMP_SWAP_64()
1936 MBB.addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
[all …]