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

/external/llvm/lib/TableGen/
H A DRecord.cpp434 static UnsetInit TheInit; local
435 return &TheInit;
1372 Init *TheInit = Val->getValue();
1373 assert(TheInit != this && "Infinite loop detected!");
1374 if (Init *I = TheInit->getFieldInit(R, RV, FieldName))
1681 if (!TheInit)
1682 TheInit = new DefInit(this, new RecordRecTy(this));
1683 return TheInit;
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1896 TreePatternNode *TreePattern::ParseTreePattern(Init *TheInit, StringRef OpName){ argument
1897 if (DefInit *DI = dyn_cast<DefInit>(TheInit)) {
1922 if (TheInit == UnsetInit::get()) {
1925 TreePatternNode *Res = new TreePatternNode(TheInit, 1);
1931 if (IntInit *II = dyn_cast<IntInit>(TheInit)) {
1937 if (BitsInit *BI = dyn_cast<BitsInit>(TheInit)) {
1945 DagInit *Dag = dyn_cast<DagInit>(TheInit);
1947 TheInit->dump();
/external/llvm/include/llvm/TableGen/
H A DRecord.h1392 DefInit *TheInit; member in class:llvm::Record
1403 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous) {
1409 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous) {
1419 TheInit(O.TheInit), IsAnonymous(O.IsAnonymous) { }

Completed in 1192 milliseconds