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

  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 1 //===- AsmWriterInst.h - Classes encapsulating a printable inst -----------===//
14 #include "AsmWriterInst.h"
48 /// AsmWriterInst.
50 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI,
220 unsigned AsmWriterInst::MatchesAllButOneOp(const AsmWriterInst &Other)const{
AsmWriterInst.h 1 //===- AsmWriterInst.h - Classes encapsulating a printable inst -*- C++ -*-===//
85 class AsmWriterInst {
90 AsmWriterInst(const CodeGenInstruction &CGI,
98 unsigned MatchesAllButOneOp(const AsmWriterInst &Other) const;

Completed in 75 milliseconds