Home
last modified time | relevance | path

Searched refs:emitBlockAfter (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h164 MachineBasicBlock *emitBlockAfter(MachineBasicBlock *MBB);
DSystemZISelLowering.cpp7639 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitSelect()
7732 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore()
7816 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadBinary()
7933 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadMinMax()
7934 MachineBasicBlock *UseAltMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicLoadMinMax()
7935 MachineBasicBlock *UpdateMBB = SystemZ::emitBlockAfter(UseAltMBB); in emitAtomicLoadMinMax()
8042 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicCmpSwapW()
8043 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW()
8326 StartMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
8327 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
[all …]
DSystemZInstrInfo.cpp1907 MachineBasicBlock *SystemZ::emitBlockAfter(MachineBasicBlock *MBB) { in emitBlockAfter() function in SystemZ
1916 MachineBasicBlock *NewMBB = emitBlockAfter(MBB); in splitBlockAfter()
1925 MachineBasicBlock *NewMBB = emitBlockAfter(MBB); in splitBlockBefore()
DSystemZFrameLowering.cpp814 LoopMBB = SystemZ::emitBlockAfter(MBB); in inlineStackProbe()