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

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 1 //===-- llvm/MC/MCParsedAsmOperand.h - Asm Parser Operand -------*- C++ -*-===//
17 /// MCParsedAsmOperand - This abstract class represents a source-level assembly
21 class MCParsedAsmOperand {
31 MCParsedAsmOperand() {}
32 virtual ~MCParsedAsmOperand() {}
80 inline raw_ostream& operator<<(raw_ostream &OS, const MCParsedAsmOperand &MO) {
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 20 class MCParsedAsmOperand;
130 SmallVectorImpl<MCParsedAsmOperand*> &Operands) = 0;
156 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
164 virtual unsigned validateTargetOperandClass(MCParsedAsmOperand *Op,
176 const SmallVectorImpl<MCParsedAsmOperand*> &Operands) = 0;
  /external/llvm/lib/MC/MCParser/
MCAsmParser.cpp 13 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
46 void MCParsedAsmOperand::dump() const {
AsmParser.cpp 28 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
98 SmallVector<MCParsedAsmOperand*, 8> ParsedOperands;
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 15 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
50 class SystemZOperand : public MCParsedAsmOperand {
222 // Override MCParsedAsmOperand.
314 parseRegister(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
322 parseAddress(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
326 bool parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
344 SmallVectorImpl<MCParsedAsmOperand*> &Operands)
348 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
354 parseGR32(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
358 parseGR64(SmallVectorImpl<MCParsedAsmOperand*> &Operands)
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 17 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
71 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
79 SmallVectorImpl<MCParsedAsmOperand*> &Operands);
84 parseRegs(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
88 parseMemOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
91 parseGPR32(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
94 parseGPR64(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
97 parseHWRegs(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
100 parseHW64Regs(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
103 parseCCRRegs(SmallVectorImpl<MCParsedAsmOperand*> &Operands)
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 32 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
69 SmallVectorImpl<MCParsedAsmOperand*> &Operands);
76 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
84 ParseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
92 ParseNEONLane(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
96 ParseRegister(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
100 ParseImmWithLSLOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
103 ParseCondCodeOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
106 ParseCRxOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
109 ParseFPImmOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands)
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 20 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
197 bool ParseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands);
204 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
209 const SmallVectorImpl<MCParsedAsmOperand*> &Ops);
233 SmallVectorImpl<MCParsedAsmOperand*> &Operands);
237 unsigned validateTargetOperandClass(MCParsedAsmOperand *Op, unsigned Kind);
242 struct PPCOperand : public MCParsedAsmOperand {
278 PPCOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {}
280 PPCOperand(const PPCOperand &o) : MCParsedAsmOperand() {
570 const SmallVectorImpl<MCParsedAsmOperand*> &Operands)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 29 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
112 bool tryParseRegisterWithWriteBack(SmallVectorImpl<MCParsedAsmOperand*> &);
113 int tryParseShiftRegister(SmallVectorImpl<MCParsedAsmOperand*> &);
114 bool parseRegisterList(SmallVectorImpl<MCParsedAsmOperand*> &);
115 bool parseMemory(SmallVectorImpl<MCParsedAsmOperand*> &);
116 bool parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &, StringRef Mnemonic);
187 OperandMatchResultTy parseITCondCode(SmallVectorImpl<MCParsedAsmOperand*>&);
189 SmallVectorImpl<MCParsedAsmOperand*>&);
191 SmallVectorImpl<MCParsedAsmOperand*>&);
193 SmallVectorImpl<MCParsedAsmOperand*>&)
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 22 #include "llvm/MC/MCParser/MCParsedAsmOperand.h"
521 const SmallVectorImpl<MCParsedAsmOperand*> &Ops);
524 SmallVectorImpl<MCParsedAsmOperand*> &Operands,
568 SmallVectorImpl<MCParsedAsmOperand*> &Operands);
610 struct X86Operand : public MCParsedAsmOperand {
    [all...]

Completed in 449 milliseconds