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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.h 1 //===- IntrinsicEmitter.h - Generate intrinsic information ------*- C++ -*-===//
21 class IntrinsicEmitter : public TableGenBackend {
27 IntrinsicEmitter(RecordKeeper &R, bool T = false)
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 1 //===- IntrinsicEmitter.cpp - Generate intrinsic information --------------===//
28 class IntrinsicEmitter {
34 IntrinsicEmitter(RecordKeeper &R, bool T)
59 // IntrinsicEmitter Implementation
62 void IntrinsicEmitter::run(raw_ostream &OS) {
99 void IntrinsicEmitter::EmitPrefix(raw_ostream &OS) {
109 void IntrinsicEmitter::EmitSuffix(raw_ostream &OS) {
117 void IntrinsicEmitter::EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints,
131 void IntrinsicEmitter::
142 void IntrinsicEmitter:
    [all...]

Completed in 50 milliseconds