LLVM 19.0.0git
Macros | Functions | Variables
LanaiDelaySlotFiller.cpp File Reference
#include "Lanai.h"
#include "LanaiTargetMachine.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "delay-slot-filler"
 

Functions

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

Variables

static cl::opt< boolNopDelaySlotFiller ("lanai-nop-delay-filler", cl::init(false), cl::desc("Fill Lanai delay slots with NOPs."), cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "delay-slot-filler"

Definition at line 24 of file LanaiDelaySlotFiller.cpp.

Function Documentation

◆ STATISTIC()

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

Variable Documentation

◆ NopDelaySlotFiller

cl::opt< bool > NopDelaySlotFiller("lanai-nop-delay-filler", cl::init(false), cl::desc("Fill Lanai delay slots with NOPs."), cl::Hidden) ( "lanai-nop-delay-filler"  ,
cl::init(false)  ,
cl::desc("Fill Lanai delay slots with NOPs.")  ,
cl::Hidden   
)
static