OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DagRecTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
173
///
DagRecTy
- 'dag' - Represent a dag fragment
175
class
DagRecTy
: public RecTy {
176
static
DagRecTy
Shared;
177
DagRecTy
() : RecTy(DagRecTyKind) {}
184
static
DagRecTy
*get() { return &Shared; }
1039
: TypedInit(IK_DagInit,
DagRecTy
::get()), Val(V), ValName(VN),
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
87
DagRecTy
DagRecTy
::Shared;
150
std::string
DagRecTy
::getAsString() const {
898
if (isa<
DagRecTy
>(TArg->getType()))
936
if (MHSd && isa<
DagRecTy
>(Type)) {
[
all
...]
TGParser.cpp
671
case tgtok::Dag: Lex.Lex(); return
DagRecTy
::get();
894
case tgtok::XConcat: Code = BinOpInit::CONCAT;Type =
DagRecTy
::get(); break;
[
all
...]
Completed in 43 milliseconds