Home
last modified time | relevance | path

Searched refs:getRecords (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h455 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 DInstrProfReader.cpp701 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 DOperator.cpp319 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo()
417 auto &recordKeeper = def.getRecords(); in populateOpStructure()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
H A DRecord.cpp239 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 DTGParser.cpp117 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 DRecord.h1605 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 DCodeGenRegisters.cpp635 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 DDecoderEmitter.cpp239 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField()
243 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
H A DAsmMatcherEmitter.cpp797 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 DNeonEmitter.cpp1625 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()