Searched defs:CodeGenInstruction (Results 1 - 2 of 2) 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"
287 // CodeGenInstruction Implementation
290 CodeGenInstruction::CodeGenInstruction(Record *R) function in class:CodeGenInstruction
343 MVT::SimpleValueType CodeGenInstruction::
360 std::string CodeGenInstruction::
H A DCodeGenInstruction.h1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
201 class CodeGenInstruction { class in namespace:llvm
261 CodeGenInstruction(Record *R);
291 CodeGenInstruction *ResultInst;

Completed in 64 milliseconds