HomeSort by relevance Sort by last modified time
    Searched refs:HexagonMCInst (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp 1 //===- HexagonMCInst.cpp - Hexagon sub-class of MCInst --------------------===//
16 #include "MCTargetDesc/HexagonMCInst.h"
22 unsigned HexagonMCInst::getUnits(const HexagonTargetMachine* TM) const {
32 unsigned HexagonMCInst::getType() const {
39 bool HexagonMCInst::isCanon() const {
46 bool HexagonMCInst::isPrefix() const {
51 bool HexagonMCInst::isSolo() const {
57 bool HexagonMCInst::isNewValue() const {
63 bool HexagonMCInst::hasNewValue() const {
69 const MCOperand& HexagonMCInst::getNewValue() const
    [all...]
HexagonMCInst.h 1 //===- HexagonMCInst.h - Hexagon sub-class of MCInst ----------------------===//
23 class HexagonMCInst: public MCInst {
33 explicit HexagonMCInst():
35 HexagonMCInst(const MCInstrDesc& mcid):
  /external/llvm/lib/Target/Hexagon/
HexagonMCInst.h 1 //===- HexagonMCInst.h - Hexagon sub-class of MCInst ----------------------===//
21 class HexagonMCInst: public MCInst {
26 explicit HexagonMCInst(): MCInst(),
Hexagon.h 27 class HexagonMCInst;
58 void HexagonLowerToMC(const MachineInstr *MI, HexagonMCInst &MCI,
HexagonMCInstLower.cpp 18 #include "MCTargetDesc/HexagonMCInst.h"
42 void llvm::HexagonLowerToMC(const MachineInstr* MI, HexagonMCInst& MCI,
HexagonAsmPrinter.cpp 22 #include "MCTargetDesc/HexagonMCInst.h"
222 HexagonMCInst MCI;
231 HexagonMCInst MCI;
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 18 #include "MCTargetDesc/HexagonMCInst.h"
43 printInst((const HexagonMCInst*)(MI), O, Annot);
46 void HexagonInstPrinter::printInst(const HexagonMCInst *MI, raw_ostream &O,
58 HexagonMCInst Nop;
119 const HexagonMCInst *HMCI = static_cast<const HexagonMCInst*>(MI);
HexagonInstPrinter.h 21 class HexagonMCInst;
31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot);

Completed in 538 milliseconds