HomeSort by relevance Sort by last modified time
    Searched defs:CodeGenInstruction (Results 1 - 4 of 4) 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"
295 // CodeGenInstruction Implementation
298 CodeGenInstruction::CodeGenInstruction(Record *R)
369 MVT::SimpleValueType CodeGenInstruction::
386 std::string CodeGenInstruction::
583 AsmString = CodeGenInstruction::FlattenAsmStringVariants(AsmString, Variant);
CodeGenInstruction.h 1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
206 class CodeGenInstruction {
273 CodeGenInstruction(Record *R);
303 CodeGenInstruction *ResultInst;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 1 //===- 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) {
338 MVT::SimpleValueType CodeGenInstruction::
355 std::string CodeGenInstruction::
CodeGenInstruction.h 1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===//
201 class CodeGenInstruction {
248 CodeGenInstruction(Record *R);
278 CodeGenInstruction *ResultInst;

Completed in 414 milliseconds