Searched refs:TheInit (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp447 static UnsetInit TheInit; local
448 return &TheInit;
1390 Init *TheInit = Val->getValue();
1391 assert(TheInit != this && "Infinite loop detected!");
1392 if (Init *I = TheInit->getFieldInit(R, RV, FieldName))
1699 if (!TheInit)
1700 TheInit = new DefInit(this, new RecordRecTy(this));
1701 return TheInit;
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2041 TreePatternNode *TreePattern::ParseTreePattern(Init *TheInit, StringRef OpName){ argument
2042 if (DefInit *DI = dyn_cast<DefInit>(TheInit)) {
2067 if (TheInit == UnsetInit::get()) {
2070 TreePatternNode *Res = new TreePatternNode(TheInit, 1);
2076 if (IntInit *II = dyn_cast<IntInit>(TheInit)) {
2082 if (BitsInit *BI = dyn_cast<BitsInit>(TheInit)) {
2090 DagInit *Dag = dyn_cast<DagInit>(TheInit);
2092 TheInit->dump();
/external/llvm/include/llvm/TableGen/
H A DRecord.h1401 DefInit *TheInit; member in class:llvm::Record
1424 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous),
1431 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous),
1442 TheInit(O.TheInit), IsAnonymous(O.IsAnonymous),

Completed in 113 milliseconds