HomeSort by relevance Sort by last modified time
    Searched defs:CodeGenInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 1 //===- CodeGenInstruction.cpp - CodeGen Instruction Class Wrapper ---------===//
10 // This file implements the CodeGenInstruction class.
14 #include "CodeGenInstruction.h"
289 // CodeGenInstruction Implementation
292 CodeGenInstruction::CodeGenInstruction(Record *R)
362 MVT::SimpleValueType CodeGenInstruction::
379 std::string CodeGenInstruction::
561 AsmString = CodeGenInstruction::FlattenAsmStringVariants(AsmString, Variant);
CodeGenInstruction.h 1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
206 class CodeGenInstruction {
269 CodeGenInstruction(Record *R);
299 CodeGenInstruction *ResultInst;

Completed in 6542 milliseconds