Searched refs:addPostLoopLiveIns (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 592 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/ |
D | ARMExpandPseudoInsts.cpp | 755 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()
|