Searched refs:getValueInit (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.cpp507 if (InstOpRec->getValueInit("Type") != ADI->getDef()->getValueInit("Type"))
H A DCodeGenSchedule.cpp431 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
824 if (!(*II)->getValueInit("SchedModel")->isComplete())
1050 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) {
1065 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1472 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1547 if (!ProcResUnits->getValueInit("Super")->isComplete())
H A DSubtargetEmitter.cpp637 if (PRDef->getValueInit("Super")->isComplete()) {
672 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
726 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
H A DSetTheory.cpp228 ST.evaluate(Def->getValueInit(FieldName), Elts);
H A DAsmMatcherEmitter.cpp1205 Init *PMName = (*it)->getValueInit("PredicateMethod");
1215 Init *RMName = (*it)->getValueInit("RenderMethod");
1225 Init *PRMName = (*it)->getValueInit("ParserMethod");
1231 Init *DiagnosticType = (*it)->getValueInit("DiagnosticType");
H A DCodeGenDAGPatterns.cpp2555 if (dynamic_cast<ListInit*>(Instrs[i]->getValueInit("Pattern")))
/macosx-10.10/llvmCore-3425.0.34/include/llvm/TableGen/
H A DRecord.h1467 /// getValueInit - Return the initializer for a value with the specified name,
1470 Init *getValueInit(StringRef FieldName) const;
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp1766 /// getValueInit - Return the initializer for a value with the specified name,
1769 Init *Record::getValueInit(StringRef FieldName) const { function in class:Record

Completed in 207 milliseconds