Home
last modified time | relevance | path

Searched refs:getValueAsListOfDefs (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
DClangAttrEmitter.cpp917 std::vector<Record*> Spellings = R.getValueAsListOfDefs("Spellings"); in writePrettyPrintFunction()
1017 std::vector<Record*> Accessors = R.getValueAsListOfDefs("Accessors"); in writeAttrAccessorDefinition()
1022 std::vector<Record*> Spellings = Accessor->getValueAsListOfDefs( in writeAttrAccessorDefinition()
1024 std::vector<Record*> SpellingList = R.getValueAsListOfDefs("Spellings"); in writeAttrAccessorDefinition()
1069 std::vector<Record*> ArgRecords = R.getValueAsListOfDefs("Args"); in EmitClangAttrClass()
1210 std::vector<Record *> Args = Attr.getValueAsListOfDefs("Args"); in EmitClangAttrTypeArgList()
1218 std::vector<Record*> Spellings = Attr.getValueAsListOfDefs("Spellings"); in EmitClangAttrTypeArgList()
1241 std::vector<Record *> Args = Attr.getValueAsListOfDefs("Args"); in EmitClangAttrIdentifierArgList()
1246 std::vector<Record*> Spellings = Attr.getValueAsListOfDefs("Spellings"); in EmitClangAttrIdentifierArgList()
1271 std::vector<Record*> ArgRecords = R.getValueAsListOfDefs("Args"); in EmitClangAttrImpl()
[all …]
DClangDiagnosticsEmitter.cpp50 DiagGroups[i]->getValueAsListOfDefs("SubGroups"); in DiagGroupParentMap()
198 std::vector<Record*> SubGroups = Group->getValueAsListOfDefs("SubGroups"); in groupDiagnostics()
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenSchedule.cpp175 if (!ModelKey->getValueAsListOfDefs("IID").empty()) in addProcModel()
192 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW()
198 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); in scanSchedRW()
201 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected"); in scanSchedRW()
224 RecVec RWs = SchedDef->getValueAsListOfDefs("SchedRW"); in collectSchedRW()
238 RecVec RWDefs = (*OI)->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
253 RecVec RWDefs = (*II)->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW()
300 findRWs(WI->TheDef->getValueAsListOfDefs("Writes"), WI->Sequence, in collectSchedRW()
365 RecVec ValidWrites = ReadDef->getValueAsListOfDefs("ValidWrites"); in hasReadOfWrite()
519 findRWs((*I)->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads); in collectSchedClasses()
[all …]
DSubtargetEmitter.cpp208 Feature->getValueAsListOfDefs("Implies"); in FeatureKeyValues()
256 Processor->getValueAsListOfDefs("Features"); in CPUKeyValues()
298 ItinData->getValueAsListOfDefs("Stages"); in FormItineraryStageString()
311 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units"); in FormItineraryStageString()
359 ItinData->getValueAsListOfDefs("Bypasses"); in FormItineraryBypassString()
392 std::vector<Record*> FUs = PI->ItinsDef->getValueAsListOfDefs("FU"); in EmitStageAndOperandCycleData()
406 std::vector<Record*> BPs = PI->ItinsDef->getValueAsListOfDefs("BP"); in EmitStageAndOperandCycleData()
639 RecVec ResUnits = PRDef->getValueAsListOfDefs("Resources"); in EmitProcessorResources()
789 SubResources = PRDef->getValueAsListOfDefs("Resources"); in ExpandProcResources()
812 RecVec SuperResources = (*PRI)->getValueAsListOfDefs("Resources"); in ExpandProcResources()
[all …]
DDFAPacketizerEmitter.cpp369 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU"); in collectAllInsnClasses()
377 ItinData->getValueAsListOfDefs("Stages"); in collectAllInsnClasses()
391 Stage->getValueAsListOfDefs("Units"); in collectAllInsnClasses()
435 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID"); in run()
DCodeGenTarget.cpp173 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers"); in getAsmParser()
184 TargetRec->getValueAsListOfDefs("AssemblyParserVariants"); in getAsmParserVariant()
195 TargetRec->getValueAsListOfDefs("AssemblyParserVariants"); in getAsmParserVariantCount()
202 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyWriters"); in getAsmWriter()
376 RootNodes = R->getValueAsListOfDefs("RootNodes"); in ComplexPattern()
380 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern()
DInstrInfoEmitter.cpp371 std::vector<Record*> Uses = Inst->getValueAsListOfDefs("Uses"); in run()
376 std::vector<Record*> Defs = Inst->getValueAsListOfDefs("Defs"); in run()
531 std::vector<Record*> UseList = Inst.TheDef->getValueAsListOfDefs("Uses"); in emitRecord()
537 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs"); in emitRecord()
DCodeGenSchedule.h204 return !ItinsDef->getValueAsListOfDefs("IID").empty(); in hasItineraries()
254 if (!ItinsDef->getValueAsListOfDefs("IID").empty()) { in getModelOrItinDef()
DCodeGenRegisters.cpp60 std::vector<Record*> Comps = TheDef->getValueAsListOfDefs("ComposedOf"); in updateComponents()
73 TheDef->getValueAsListOfDefs("CoveringSubRegIndices"); in updateComponents()
118 std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices"); in buildObjectGraph()
119 std::vector<Record*> SRs = TheDef->getValueAsListOfDefs("SubRegs"); in buildObjectGraph()
140 std::vector<Record*> Aliases = TheDef->getValueAsListOfDefs("Aliases"); in buildObjectGraph()
554 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices"); in expand()
673 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); in CodeGenRegisterClass()
DCodeGenInstruction.cpp329 ImplicitDefs = R->getValueAsListOfDefs("Defs"); in CodeGenInstruction()
330 ImplicitUses = R->getValueAsListOfDefs("Uses"); in CodeGenInstruction()
DAsmWriterEmitter.cpp539 Reg.TheDef->getValueAsListOfDefs("RegAltNameIndices"); in emitRegisterNameString()
DAsmMatcherEmitter.cpp781 std::vector<Record*> Predicates =TheDef->getValueAsListOfDefs("Predicates"); in initialize()
2326 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates"); in GetAliasRequiredFeatures()
DX86RecognizableInstr.cpp266 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates"); in RecognizableInstr()
DCodeGenDAGPatterns.cpp1002 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in SDNodeInfo()
1036 TypeProfile->getValueAsListOfDefs("Constraints"); in SDNodeInfo()
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h1589 std::vector<Record*> getValueAsListOfDefs(StringRef FieldName) const;
/freebsd-10-stable/contrib/llvm/lib/TableGen/
DRecord.cpp1847 Record::getValueAsListOfDefs(StringRef FieldName) const { in getValueAsListOfDefs() function in Record