Searched defs:CodeGenInstruction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp1 //===- CodeGenInstruction.cpp - CodeGen Instruction Class Wrapper ---------===//
10 // This file implements the CodeGenInstruction class.
14 #include "CodeGenInstruction.h"
295 // CodeGenInstruction Implementation
298 CodeGenInstruction::CodeGenInstruction(Record *R) function in class:CodeGenInstruction
369 MVT::SimpleValueType CodeGenInstruction::
386 std::string CodeGenInstruction::
583 AsmString = CodeGenInstruction::FlattenAsmStringVariants(AsmString, Variant);
H A DCodeGenInstruction.h1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
206 class CodeGenInstruction { class in namespace:llvm
273 CodeGenInstruction(Record *R);
303 CodeGenInstruction *ResultInst;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.cpp1 //===- CodeGenInstruction.cpp - CodeGen Instruction Class Wrapper ---------===//
10 // This file implements the CodeGenInstruction class.
14 #include "CodeGenInstruction.h"
287 // CodeGenInstruction Implementation
290 CodeGenInstruction::CodeGenInstruction(Record *R) : TheDef(R), Operands(R) { function in class:CodeGenInstruction
338 MVT::SimpleValueType CodeGenInstruction::
355 std::string CodeGenInstruction::
H A DCodeGenInstruction.h1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
201 class CodeGenInstruction { class in namespace:llvm
248 CodeGenInstruction(Record *R);
278 CodeGenInstruction *ResultInst;

Completed in 147 milliseconds