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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 314 K_Record,
320 : Name(std::move(N)), R(r), Kind(K_Record) {}
324 bool isRecord() const { return Kind == K_Record; }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 326 K_Record,
332 : Name(std::move(N)), R(r), Kind(K_Record) {}
336 bool isRecord() const { return Kind == K_Record; }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 289 K_Record,
294 ResultOperand(StringRef N, Record *r) : Name(N), R(r), Kind(K_Record) {}
298 bool isRecord() const { return Kind == K_Record; }

Completed in 179 milliseconds