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"
288 // CodeGenInstruction Implementation
291 CodeGenInstruction::CodeGenInstruction(Record *R) function in class:CodeGenInstruction
344 MVT::SimpleValueType CodeGenInstruction::
361 std::string CodeGenInstruction::
H A DCodeGenInstruction.h1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
200 class CodeGenInstruction { class in namespace:llvm
260 CodeGenInstruction(Record *R);
290 CodeGenInstruction *ResultInst;

Completed in 135 milliseconds