| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 30 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 D | Record.h | 47 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 D | Error.cpp | 80 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 D | Record.cpp | 2209 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 D | TGParser.cpp | 93 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 D | DetailedRecordsBackend.cpp | 146 const RecordVal *Value = Rec->getValue(ArgName); in printTemplateArgs() 184 for (const RecordVal &Value : ValueList) in printFields()
|
| H A D | JSONBackend.cpp | 144 for (const RecordVal &RV : Def.getValues()) { in run()
|
| H A D | TGParser.h | 197 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 269 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 D | CodeGenMapTable.cpp | 106 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 D | FixedLenDecoderEmitter.cpp | 1793 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 D | SearchableTableEmitter.cpp | 196 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 D | DFAEmitter.cpp | 343 RecordVal *SymbolV = R->getValue(A); in Transition()
|
| H A D | CodeGenRegisters.cpp | 678 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 D | CodeGenInstruction.cpp | 438 } else if (RecordVal *Dep = R->getValue("DeprecatedFeatureMask")) { in CodeGenInstruction()
|
| H A D | AsmMatcherEmitter.cpp | 952 const RecordVal *DepMask = TheDef->getValue("DeprecatedFeatureMask"); in initialize() 1160 const RecordVal *R = Rec->getValue("ParserMatchClass"); in getOperandClass()
|
| H A D | RegisterInfoEmitter.cpp | 452 const RecordVal *V = Reg->getValue("DwarfAlias"); in EmitRegMappingTables()
|