LLVM 19.0.0git
Macros | Functions | Variables
DelaySlotFiller.cpp File Reference
#include "Sparc.h"
#include "SparcSubtarget.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetMachine.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "delay-slot-filler"
 

Functions

 STATISTIC (FilledSlots, "Number of delay slots filled")
 
static bool combineRestoreADD (MachineBasicBlock::iterator RestoreMI, MachineBasicBlock::iterator AddMI, const TargetInstrInfo *TII)
 
static bool combineRestoreOR (MachineBasicBlock::iterator RestoreMI, MachineBasicBlock::iterator OrMI, const TargetInstrInfo *TII)
 
static bool combineRestoreSETHIi (MachineBasicBlock::iterator RestoreMI, MachineBasicBlock::iterator SetHiMI, const TargetInstrInfo *TII)
 

Variables

static cl::opt< boolDisableDelaySlotFiller ("disable-sparc-delay-filler", cl::init(false), cl::desc("Disable the Sparc delay slot filler."), cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "delay-slot-filler"

Definition at line 28 of file DelaySlotFiller.cpp.

Function Documentation

◆ combineRestoreADD()

static bool combineRestoreADD ( MachineBasicBlock::iterator  RestoreMI,
MachineBasicBlock::iterator  AddMI,
const TargetInstrInfo TII 
)
static

Definition at line 376 of file DelaySlotFiller.cpp.

References TII.

◆ combineRestoreOR()

static bool combineRestoreOR ( MachineBasicBlock::iterator  RestoreMI,
MachineBasicBlock::iterator  OrMI,
const TargetInstrInfo TII 
)
static

Definition at line 403 of file DelaySlotFiller.cpp.

References TII.

◆ combineRestoreSETHIi()

static bool combineRestoreSETHIi ( MachineBasicBlock::iterator  RestoreMI,
MachineBasicBlock::iterator  SetHiMI,
const TargetInstrInfo TII 
)
static

Definition at line 442 of file DelaySlotFiller.cpp.

References assert(), and TII.

◆ STATISTIC()

STATISTIC ( FilledSlots  ,
"Number of delay slots filled"   
)

Variable Documentation

◆ DisableDelaySlotFiller

cl::opt< bool > DisableDelaySlotFiller("disable-sparc-delay-filler", cl::init(false), cl::desc("Disable the Sparc delay slot filler."), cl::Hidden) ( "disable-sparc-delay-filler"  ,
cl::init(false)  ,
cl::desc("Disable the Sparc delay slot filler.")  ,
cl::Hidden   
)
static