LLVM  8.0.1
Namespaces | Functions
ARMMacroFusion.cpp File Reference
#include "ARMMacroFusion.h"
#include "ARMSubtarget.h"
#include "llvm/CodeGen/MacroFusion.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
Include dependency graph for ARMMacroFusion.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

static bool llvm::isAESPair (const MachineInstr *FirstMI, const MachineInstr &SecondMI)
 
static bool llvm::isLiteralsPair (const MachineInstr *FirstMI, const MachineInstr &SecondMI)
 
static bool llvm::shouldScheduleAdjacent (const TargetInstrInfo &TII, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI)
 Check if the instr pair, FirstMI and SecondMI, should be fused together. More...
 
std::unique_ptr< ScheduleDAGMutation > llvm::createARMMacroFusionDAGMutation ()
 Note that you have to add: DAG.addMutation(createARMMacroFusionDAGMutation()); to ARMPassConfig::createMachineScheduler() to have an effect. More...