OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonMCInst
(Results
1 - 7
of
7
) 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/
Hexagon.h
27
class
HexagonMCInst
;
61
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 2142 milliseconds