Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:MachineBasicBlock

19 #include "llvm/CodeGen/MachineBasicBlock.h"
426 MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
427 MachineBasicBlock *BB) const
511 bool convertPrevCompareToBranch(MachineBasicBlock *MBB,
512 MachineBasicBlock::iterator MBBI,
514 MachineBasicBlock *Target) const;
517 MachineBasicBlock *emitSelect(MachineInstr *MI,
518 MachineBasicBlock *BB) const;
519 MachineBasicBlock *emitCondStore(MachineInstr *MI,
520 MachineBasicBlock *BB,
523 MachineBasicBlock *emitExt128(MachineInstr *MI,
524 MachineBasicBlock *MBB,
526 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr *MI,
527 MachineBasicBlock *BB,
530 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr *MI,
531 MachineBasicBlock *MBB,
535 MachineBasicBlock *emitAtomicCmpSwapW(MachineInstr *MI,
536 MachineBasicBlock *BB) const;
537 MachineBasicBlock *emitMemMemWrapper(MachineInstr *MI,
538 MachineBasicBlock *BB,
540 MachineBasicBlock *emitStringWrapper(MachineInstr *MI,
541 MachineBasicBlock *BB,
543 MachineBasicBlock *emitTransactionBegin(MachineInstr *MI,
544 MachineBasicBlock *MBB,
547 MachineBasicBlock *emitLoadAndTestCmp0(MachineInstr *MI,
548 MachineBasicBlock *MBB,