Home
last modified time | relevance | path

Searched refs:getValueAsDef (Results 1 – 21 of 21) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp166 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries"); in addProcModel()
176 ProcDef->getValueAsDef("SchedModel"), ModelKey)); in addProcModel()
265 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW()
266 Record *AliasDef = (*AI)->getValueAsDef("AliasRW"); in collectSchedRW()
301 Record *AliasDef = (*AI)->getValueAsDef("AliasRW"); in collectSchedRW()
303 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW()
431 const CodeGenSchedRW &AliasRW = getSchedRW((*AI)->getValueAsDef("AliasRW")); in expandRWSeqForProc()
433 Record *ModelDef = (*AI)->getValueAsDef("SchedModel"); in expandRWSeqForProc()
511 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses()
566 getProcModel((*RWI)->getValueAsDef("SchedModel")); in collectSchedClasses()
[all …]
DCallingConvEmitter.cpp104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O); in EmitAction()
108 Record *CC = Action->getValueAsDef("CC"); in EmitAction()
223 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
237 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
252 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
256 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction()
DOptParserEmitter.cpp49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
220 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name"); in EmitOptParser()
DSubtargetEmitter.cpp637 PRDef->getValueAsDef("Super"), ProcModel); in EmitProcessorResources()
671 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW")); in FindWriteResources()
673 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindWriteResources()
692 if (AliasDef == (*WRI)->getValueAsDef("WriteType") in FindWriteResources()
693 || SchedWrite.TheDef == (*WRI)->getValueAsDef("WriteType")) { in FindWriteResources()
725 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW")); in FindReadAdvance()
727 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel"); in FindReadAdvance()
746 if (AliasDef == (*RAI)->getValueAsDef("ReadType") in FindReadAdvance()
747 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) { in FindReadAdvance()
789 SchedModels.findProcResUnits(SubDef->getValueAsDef("Super"), PM); in ExpandProcResources()
[all …]
DCodeGenTarget.cpp165 return TargetRec->getValueAsDef("InstructionSet"); in getInstructionSet()
385 Ty = ::getValueType(R->getValueAsDef("Ty")); in ComplexPattern()
504 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
540 VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
DCodeGenSchedule.h274 Record *ModelDef = ProcDef->getValueAsDef("SchedModel"); in getModelOrItinDef()
275 Record *ItinsDef = ProcDef->getValueAsDef("ProcItin"); in getModelOrItinDef()
DIntrinsicEmitter.cpp314 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy")); in EncodeFixedType()
327 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT")); in EncodeFixedType()
361 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig); in EncodeFixedType()
DCodeGenInstruction.cpp456 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()
459 ADI = ADI->getDef()->getValueAsDef("RegClass")->getDefInit(); in tryAliasOpMatch()
630 InstOpRec->getValueAsDef("ParserMatchClass") in CodeGenInstAlias()
DCodeGenDAGPatterns.cpp872 x.SDTCisVT_Info.VT = getValueType(R->getValueAsDef("VT")); in SDTypeConstraint()
904 x.SDTCVecEltisVT_Info.VT = getValueType(R->getValueAsDef("VT")); in SDTypeConstraint()
1061 return UpdateNodeType(ResNo, getValueType(Operand->getValueAsDef("Type")), in UpdateNodeTypeFromInst()
1074 RC = Operand->getValueAsDef("RegClass"); in UpdateNodeTypeFromInst()
1088 Record *TypeProfile = R->getValueAsDef("TypeProfile"); in SDNodeInfo()
1446 Record *RegClass = R->getValueAsDef("RegClass"); in getImplicitType()
1529 return EEVT::TypeSet(getValueType(R->getValueAsDef("Type"))); in getImplicitType()
2403 Record *SDNode = XFormNode->getValueAsDef("Opcode"); in ParseNodeTransforms()
2484 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform"); in ParsePatternFragments()
DFastISelEmitter.cpp259 OpLeafRec = OpLeafRec->getValueAsDef("RegClass"); in initialize()
486 Op0Rec = Op0Rec->getValueAsDef("RegClass"); in collectPatterns()
DAsmWriterEmitter.cpp876 Rec = Rec->getValueAsDef("RegClass"); in EmitPrintAliasInstruction()
884 R = R->getValueAsDef("RegClass"); in EmitPrintAliasInstruction()
DInstrInfoEmitter.cpp119 OpR = OpR->getValueAsDef("RegClass"); in GetOperandInfo()
DAsmMatcherEmitter.cpp1046 Record *ClassRec = Rec->getValueAsDef("RegClass"); in getOperandClass()
1065 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in getOperandClass()
1499 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in buildInstructionOperandReference()
DFixedLenDecoderEmitter.cpp1822 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()
1894 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()
DDAGISelMatcherGen.cpp639 Def = Def->getValueAsDef("RegClass"); in EmitResultLeafAsOperand()
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp175 assert(R->getValueAsDef("Class")->getName() != "CLASS_NOTE" && in groupDiagnostics()
356 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension()
362 Diag->getValueAsDef("DefaultSeverity")->getValueAsString("Name"); in isOffByDefault()
473 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError()
478 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark()
541 OS << R.getValueAsDef("Class")->getName(); in EmitClangDiagsDefs()
543 << R.getValueAsDef("DefaultSeverity")->getValueAsString("Name"); in EmitClangDiagsDefs()
566 OS << ", " << R.getValueAsDef("SFINAE")->getName(); in EmitClangDiagsDefs()
DClangASTNodesEmitter.cpp164 Tree.insert(std::make_pair(R->getValueAsDef("Base"), R)); in run()
210 Record *B = R->getValueAsDef("Base"); in EmitClangDeclContext()
DClangAttrEmitter.cpp1881 const Record *R = Attr->getValueAsDef("Target"); in GenerateHasAttrSpellingStringSwitch()
2233 Name = R.getValueAsDef("Base")->getName(); in CalculateDiagnostic()
2328 Record *Base = Subject.getValueAsDef("Base"); in GenerateCustomAppertainsTo()
2355 const Record *SubjectObj = Attr.getValueAsDef("Subjects"); in GenerateAppertainsTo()
2363 bool Warn = SubjectObj->getValueAsDef("Diag")->getValueAsBit("Warn"); in GenerateAppertainsTo()
2469 const Record *R = Attr.getValueAsDef("Target"); in GenerateTargetRequirements()
2487 std::vector<std::string> DA = I.second->getValueAsDef("Target") in GenerateTargetRequirements()
2900 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); in WriteDocumentation()
2935 const Record *Category = Doc.getValueAsDef("Category"); in EmitClangAttrDocs()
DNeonEmitter.cpp1898 Record *OperationRec = R->getValueAsDef("Operation"); in createIntrinsic()
/external/llvm/include/llvm/TableGen/
DRecord.h1633 Record *getValueAsDef(StringRef FieldName) const;
/external/llvm/lib/TableGen/
DRecord.cpp1930 Record *Record::getValueAsDef(StringRef FieldName) const { in getValueAsDef() function in Record