Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp592 static void addPostLoopLiveIns(MachineBasicBlock *MBB, LivePhysRegs &LiveRegs) { in addPostLoopLiveIns() function
630 addPostLoopLiveIns(LoadCmpBB, LiveRegs); in expandCMP_SWAP()
650 addPostLoopLiveIns(StoreBB, LiveRegs); in expandCMP_SWAP()
663 addPostLoopLiveIns(DoneBB, LiveRegs); in expandCMP_SWAP()
711 addPostLoopLiveIns(LoadCmpBB, LiveRegs); in expandCMP_SWAP_128()
737 addPostLoopLiveIns(StoreBB, LiveRegs); in expandCMP_SWAP_128()
750 addPostLoopLiveIns(DoneBB, LiveRegs); in expandCMP_SWAP_128()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp755 static void addPostLoopLiveIns(MachineBasicBlock *MBB, LivePhysRegs &LiveRegs) { in addPostLoopLiveIns() function
807 addPostLoopLiveIns(LoadCmpBB, LiveRegs); in ExpandCMP_SWAP()
834 addPostLoopLiveIns(StoreBB, LiveRegs); in ExpandCMP_SWAP()
857 addPostLoopLiveIns(DoneBB, LiveRegs); in ExpandCMP_SWAP()
921 addPostLoopLiveIns(LoadCmpBB, LiveRegs); in ExpandCMP_SWAP_64()
957 addPostLoopLiveIns(StoreBB, LiveRegs); in ExpandCMP_SWAP_64()
978 addPostLoopLiveIns(DoneBB, LiveRegs); in ExpandCMP_SWAP_64()