LLVM
8.0.1
|
#include "MCTargetDesc/HexagonMCShuffler.h"
#include "Hexagon.h"
#include "MCTargetDesc/HexagonMCInstrInfo.h"
#include "MCTargetDesc/HexagonShuffler.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "hexagon-shuffle" |
Variables | |
static cl::opt< bool > | DisableShuffle ("disable-hexagon-shuffle", cl::Hidden, cl::init(false), cl::desc("Disable Hexagon instruction shuffling")) |
#define DEBUG_TYPE "hexagon-shuffle" |
Definition at line 15 of file HexagonMCShuffler.cpp.
|
static |
Referenced by llvm::HexagonMCShuffle().