Searched refs:getValueAsDef (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
108 Record *CC = Action->getValueAsDef("CC");
222 Record *DestTy = Action->getValueAsDef("DestTy");
236 Record *DestTy = Action->getValueAsDef("DestTy");
251 Record *DestTy = Action->getValueAsDef("DestTy");
255 Record *DestTy = Action->getValueAsDef("DestTy");
H A DOptParserEmitter.cpp49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
220 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name");
H A DCodeGenSchedule.cpp159 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries");
167 ProcDef->getValueAsDef("SchedModel"), ModelKey);
256 Record *MatchDef = (*AI)->getValueAsDef("MatchRW");
257 Record *AliasDef = (*AI)->getValueAsDef("AliasRW");
292 Record *AliasDef = (*AI)->getValueAsDef("AliasRW");
294 Record *MatchDef = (*AI)->getValueAsDef("MatchRW");
422 const CodeGenSchedRW &AliasRW = getSchedRW((*AI)->getValueAsDef("AliasRW"));
424 Record *ModelDef = (*AI)->getValueAsDef("SchedModel");
502 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary");
557 getProcModel((*RWI)->getValueAsDef("SchedMode
[all...]
H A DCodeGenTarget.cpp176 return TargetRec->getValueAsDef("InstructionSet");
396 Ty = ::getValueType(R->getValueAsDef("Ty"));
516 VT = getValueType(TyEl->getValueAsDef("VT"));
552 VT = getValueType(TyEl->getValueAsDef("VT"));
H A DSubtargetEmitter.cpp624 PRDef->getValueAsDef("Super"), ProcModel);
658 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW"));
660 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel");
679 if (AliasDef == (*WRI)->getValueAsDef("WriteType")
680 || SchedWrite.TheDef == (*WRI)->getValueAsDef("WriteType")) {
712 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW"));
714 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel");
733 if (AliasDef == (*RAI)->getValueAsDef("ReadType")
734 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) {
776 SchedModels.findProcResUnits(SubDef->getValueAsDef("Supe
[all...]
H A DCodeGenSchedule.h273 Record *ModelDef = ProcDef->getValueAsDef("SchedModel");
274 Record *ItinsDef = ProcDef->getValueAsDef("ProcItin");
H A DDFAPacketizerEmitter.cpp713 Record *ComboFunc = FuncData->getValueAsDef("TheComboFunc");
753 DEBUG(dbgs() << " " << ItinData->getValueAsDef("TheClass")->getName()
H A DCodeGenInstruction.cpp458 InstOpRec = InstOpRec->getValueAsDef("RegClass");
461 ADI = ADI->getDef()->getValueAsDef("RegClass")->getDefInit();
632 InstOpRec->getValueAsDef("ParserMatchClass")
H A DIntrinsicEmitter.cpp315 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy"));
328 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT"));
362 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig);
H A DCodeGenDAGPatterns.cpp907 x.SDTCisVT_Info.VT = getValueType(R->getValueAsDef("VT"));
939 x.SDTCVecEltisVT_Info.VT = getValueType(R->getValueAsDef("VT"));
1108 return UpdateNodeType(ResNo, getValueType(Operand->getValueAsDef("Type")),
1121 RC = Operand->getValueAsDef("RegClass");
1135 Record *TypeProfile = R->getValueAsDef("TypeProfile");
1491 Record *RegClass = R->getValueAsDef("RegClass");
1574 return EEVT::TypeSet(getValueType(R->getValueAsDef("Type")));
2447 Record *SDNode = XFormNode->getValueAsDef("Opcode");
2528 Record *Transform = Frag->getValueAsDef("OperandTransform");
H A DAsmWriterEmitter.cpp866 Rec = Rec->getValueAsDef("RegClass");
874 R = R->getValueAsDef("RegClass");
H A DFastISelEmitter.cpp259 OpLeafRec = OpLeafRec->getValueAsDef("RegClass");
486 Op0Rec = Op0Rec->getValueAsDef("RegClass");
H A DInstrInfoEmitter.cpp119 OpR = OpR->getValueAsDef("RegClass");
H A DAsmMatcherEmitter.cpp1105 Record *ClassRec = Rec->getValueAsDef("RegClass");
1124 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass");
1566 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass");
H A DFixedLenDecoderEmitter.cpp1875 TypeRecord = TypeRecord->getValueAsDef("RegClass");
1954 TypeRecord = TypeRecord->getValueAsDef("RegClass");
H A DDAGISelMatcherGen.cpp641 Def = Def->getValueAsDef("RegClass");
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp164 Tree.insert(std::make_pair(R->getValueAsDef("Base"), R));
210 Record *B = R->getValueAsDef("Base");
H A DClangDiagnosticsEmitter.cpp175 assert(R->getValueAsDef("Class")->getName() != "CLASS_NOTE" &&
356 const std::string &ClsName = Diag->getValueAsDef("Class")->getName();
362 Diag->getValueAsDef("DefaultSeverity")->getValueAsString("Name");
473 const std::string &ClsName = Diag.getValueAsDef("Class")->getName();
478 const std::string &ClsName = Diag.getValueAsDef("Class")->getName();
541 OS << R.getValueAsDef("Class")->getName();
543 << R.getValueAsDef("DefaultSeverity")->getValueAsString("Name");
566 OS << ", " << R.getValueAsDef("SFINAE")->getName();
H A DClangAttrEmitter.cpp1983 const Record *R = Attr->getValueAsDef("Target");
2312 Name = R.getValueAsDef("Base")->getName();
2408 Record *Base = Subject.getValueAsDef("Base");
2435 const Record *SubjectObj = Attr.getValueAsDef("Subjects");
2443 bool Warn = SubjectObj->getValueAsDef("Diag")->getValueAsBit("Warn");
2549 const Record *R = Attr.getValueAsDef("Target");
2567 std::vector<std::string> DA = I.second->getValueAsDef("Target")
2953 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
2988 const Record *Category = Doc.getValueAsDef("Category");
H A DNeonEmitter.cpp1913 Record *OperationRec = R->getValueAsDef("Operation");
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1390 /// getValueAsDef - This method looks up the specified field and returns its
1394 Record *getValueAsDef(StringRef FieldName) const;
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1807 /// getValueAsDef - This method looks up the specified field and returns its
1811 Record *Record::getValueAsDef(StringRef FieldName) const { function in class:Record

Completed in 147 milliseconds