[TableGen] Add overload of RecordKeeper::getAllDerivedDefinitions()
authorPaul C. Anagnostopoulos <paul@windfall.com>
Sun, 4 Oct 2020 18:48:44 +0000 (14:48 -0400)
committerPaul C. Anagnostopoulos <paul@windfall.com>
Mon, 12 Oct 2020 20:40:09 +0000 (16:40 -0400)
commit350fafabe9d3bda75e80bf077303eb5a09130b53
treeca54bd5c1d60a1734a25130ded1599accfdcf8a5
parent09ee1fe85a34642699fc1f3a74605dd79688c739
[TableGen] Add overload of RecordKeeper::getAllDerivedDefinitions()
  and use in PseudoLowering backend.
Now the two getAllDerivedDefinitions() use StringRef and Arrayref.
Use all_of() in getAllDerivedDefinitions().
llvm/docs/TableGen/BackGuide.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/utils/TableGen/PseudoLoweringEmitter.cpp