|
LLVM
8.0.1
|
#include "MCTargetDesc/HexagonBaseInfo.h"#include "MCTargetDesc/HexagonMCInstrInfo.h"#include "MCTargetDesc/HexagonMCTargetDesc.h"#include "llvm/ADT/SmallVector.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdint>#include <iterator>#include <map>#include <utility>
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "hexagon-mcduplex-info" |
Functions | |
| static void | addOps (MCInst &subInstPtr, MCInst const &Inst, unsigned opNum) |
| static bool | isStoreInst (unsigned opCode) |
Variables | |
| static const std::pair< unsigned, unsigned > | opcodeData [] |
| #define DEBUG_TYPE "hexagon-mcduplex-info" |
Definition at line 34 of file HexagonMCDuplexInfo.cpp.
Definition at line 664 of file HexagonMCDuplexInfo.cpp.
References llvm::MCInst::addOperand(), llvm::MCInst::getOperand(), llvm::MCOperand::getReg(), llvm::MCOperand::isReg(), llvm_unreachable, R2, R4, and R6.
Referenced by llvm::HexagonMCInstrInfo::deriveSubInst().
Definition at line 1020 of file HexagonMCDuplexInfo.cpp.
Referenced by llvm::HexagonMCInstrInfo::getDuplexPossibilties().
Definition at line 37 of file HexagonMCDuplexInfo.cpp.
Referenced by llvm::HexagonMCInstrInfo::isOrderedDuplexPair().
1.8.13