Home
last modified time | relevance | path

Searched refs:RecordVal (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h30 LLVM_ATTRIBUTE_NORETURN void PrintFatalNote(const RecordVal *RecVal,
41 void PrintError(const RecordVal *RecVal, const Twine &Msg);
48 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(const RecordVal *RecVal,
H A DRecord.h47 class RecordVal; variable
1402 class RecordVal {
1419 RecordVal(Init *N, RecTy *T, FieldKind K);
1420 RecordVal(Init *N, SMLoc Loc, RecTy *T, FieldKind K);
1493 SmallVector<RecordVal, 0> Values;
1585 const RecordVal *getValue(const Init *Name) const { in getValue()
1586 for (const RecordVal &Val : Values) in getValue()
1591 const RecordVal *getValue(StringRef Name) const { in getValue()
1595 RecordVal *getValue(const Init *Name) { in getValue()
1599 RecordVal *getValue(StringRef Name) { in getValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp80 void PrintFatalNote(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalNote()
119 void PrintError(const RecordVal *RecVal, const Twine &Msg) { in PrintError()
150 void PrintFatalError(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalError()
H A DRecord.cpp2209 RecordVal::RecordVal(Init *N, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2217 RecordVal::RecordVal(Init *N, SMLoc Loc, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2223 StringRef RecordVal::getName() const { in getName()
2242 bool RecordVal::setValue(Init *V) { in setValue()
2379 for (RecordVal &Value : Values) { in resolveReferences()
2430 const RecordVal *RV = R.getValue(TA); in operator <<()
2457 const RecordVal *R = getValue(FieldName); in getFieldLoc()
2465 const RecordVal *R = getValue(FieldName); in getValueInit()
2482 const RecordVal *R = getValue(FieldName); in getValueAsOptionalString()
2497 const RecordVal *R = getValue(FieldName); in getValueAsBitsInit()
[all …]
H A DTGParser.cpp93 for (const RecordVal &RV : R.getValues()) { in checkConcrete()
146 if (RecordVal *ERV = CurRec->getValue(RV.getNameInit())) { in AddValue()
168 RecordVal *RV = CurRec->getValue(ValName); in SetValue()
236 for (const RecordVal &Field : SC->getValues()) { in AddSubClass()
863 if (const RecordVal *RV = CurRec->getValue(Name)) in ParseIDValue()
1613 ParseRec->addValue(RecordVal(A, Start->getType(), RecordVal::FK_Normal)); in ParseOperation()
1615 RecordVal::FK_Normal)); in ParseOperation()
1951 ParseRec->addValue(RecordVal(LHS, InEltType, RecordVal::FK_Normal)); in ParseOperationForEachFilter()
2155 RecordVal *Arg = Class->getValue(TArgs[I]); in ParseSimpleValue()
2893 RecordVal *Field = CurRec->getValue(FieldName); in ParseBodyItem()
[all …]
H A DDetailedRecordsBackend.cpp146 const RecordVal *Value = Rec->getValue(ArgName); in printTemplateArgs()
184 for (const RecordVal &Value : ValueList) in printFields()
H A DJSONBackend.cpp144 for (const RecordVal &RV : Def.getValues()) { in run()
H A DTGParser.h197 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp269 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in getInstructionCase()
300 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding()
311 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding()
367 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in emitInstructionBaseValues()
409 if (const RecordVal *RV = R->getValue("EncodingInfos")) { in run()
H A DCodeGenMapTable.cpp106 const RecordVal *Filter = MapRec->getValue("FilterClass"); in InstrMap()
235 RecordVal *RecVal = CurInstr->getValue(RowField); in buildRowInstrMap()
266 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr()
H A DFixedLenDecoderEmitter.cpp1793 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod()
1876 const std::vector<RecordVal> &Vals = Def.getValues(); in populateInstruction()
1960 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()
1993 RecordVal *HasCompleteDecoderVal = in populateInstruction()
2053 RecordVal *HasCompleteDecoderVal = in populateInstruction()
2064 if (const RecordVal *EncodedValue = EncodingDef.getValue(Op.second)) in populateInstruction()
2427 if (const RecordVal *RV = in run()
2445 if (const RecordVal *RV = in run()
H A DSearchableTableEmitter.cpp196 parseSearchIndex(GenericTable &Table, const RecordVal *RecVal, StringRef Name,
548 GenericTable &Table, const RecordVal *KeyRecVal, StringRef Name, in parseSearchIndex()
781 for (const RecordVal &Field : Class->getValues()) { in run()
H A DDFAEmitter.cpp343 RecordVal *SymbolV = R->getValue(A); in Transition()
H A DCodeGenRegisters.cpp678 RecordVal RV = Proto->getValues()[i]; in expand()
712 if (const RecordVal *DefRV = RegisterCl->getValue(Field)) in expand()
784 if (const RecordVal *RV = R->getValue("RegInfos")) in CodeGenRegisterClass()
H A DCodeGenInstruction.cpp438 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction()
H A DAsmMatcherEmitter.cpp952 const RecordVal *DepMask = TheDef->getValue("DeprecatedFeatureMask"); in initialize()
1160 const RecordVal *R = Rec->getValue("ParserMatchClass"); in getOperandClass()
H A DRegisterInfoEmitter.cpp452 const RecordVal *V = Reg->getValue("DwarfAlias"); in EmitRegMappingTables()