| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 455 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0; 458 virtual Error getRecords(StringRef FuncName, 500 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override; 501 Error getRecords(StringRef FuncName, 547 virtual Error getRecords(StringRef FuncName,
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 701 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 716 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 756 Error getRecords(StringRef FuncName, in getRecords() function in __anonab0fb0340211::InstrProfReaderNullRemapper 758 return Underlying.getRecords(FuncName, Data); in getRecords() 815 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper 828 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords() 844 return Underlying.getRecords(FuncName, Data); in getRecords() 1033 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord() 1126 Error E = Index->getRecords(Data); in readNextRecord()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Operator.cpp | 319 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo() 417 auto &recordKeeper = def.getRecords(); in populateOpStructure()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
| H A D | Record.cpp | 239 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get() 253 return get(Class->getRecords(), Class); in get() 808 D = CurRec->getRecords().getDef(Name->getValue()); in Fold() 1932 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get() 1952 RecordKeeper &Records = Class->getRecords(); in instantiate()
|
| H A D | TGParser.cpp | 117 RecordKeeper &RK = CurRec.getRecords(); in QualifyName() 135 return QualifyName(Rec, MC, StringInit::get(Rec.getRecords(), "NAME"), in QualifiedNameOfImplicitName()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1605 ID(getNewUID(O.getRecords())), IsAnonymous(O.IsAnonymous), in Record() 1671 return getValue(StringInit::get(getRecords(), Name)); in getValue() 1702 removeValue(StringInit::get(getRecords(), Name)); in removeValue() 1756 RecordKeeper &getRecords() const { in getRecords() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 635 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand() 641 RecordKeeper &RK = Def->getRecords(); in expand() 671 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
|
| H A D | DecoderEmitter.cpp | 239 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField() 243 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
|
| H A D | AsmMatcherEmitter.cpp | 797 RecordKeeper &getRecords() const { in getRecords() function in __anon8d06870a0111::AsmMatcherInfo 2812 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1625 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|