Searched defs:MCInst (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstBuilder.h18 #include "llvm/MC/MCInst.h"
23 MCInst Inst;
26 /// \brief Create a new MCInstBuilder for an MCInst with a specific opcode.
55 /// \brief Add a new MCInst operand.
56 MCInstBuilder &addInst(const MCInst *Val) {
67 operator MCInst&() {
H A DMCInst.h1 //===-- llvm/MC/MCInst.h - MCInst class -------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCInst and MCOperand classes, which
29 class MCInst;
31 /// \brief Instances of this class represent operands of the MCInst class.
49 const MCInst *InstVal;
102 const MCInst *getInst() const {
106 void setInst(const MCInst *Val) {
135 static MCOperand createInst(const MCInst *Val) {
150 class MCInst { class in namespace:llvm
156 MCInst() : Opcode(0) {} function in class:llvm::MCInst
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInst.h1 //===-- llvm/MC/MCInst.h - MCInst class -------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCInst and MCOperand classes, which
29 /// MCOperand - Instances of this class represent operands of the MCInst class.
127 /// MCInst - Instances of this class represent a single low-level machine
129 class MCInst { class in namespace:llvm
133 MCInst() : Opcode(0) {} function in class:llvm::MCInst
160 /// \brief Dump the MCInst as prettily as possible using the additional MC
173 inline raw_ostream& operator<<(raw_ostream &OS, const MCInst &MI) {

Completed in 94 milliseconds