Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h487 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
490 virtual Error getRecords(StringRef FuncName,
533 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
534 Error getRecords(StringRef FuncName,
584 virtual Error getRecords(StringRef FuncName,
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp751 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
766 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
806 Error getRecords(StringRef FuncName, in getRecords() function in __anonf691d9bb0211::InstrProfReaderNullRemapper
808 return Underlying.getRecords(FuncName, Data); in getRecords()
865 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper
878 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords()
894 return Underlying.getRecords(FuncName, Data); in getRecords()
1101 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
1193 Error E = Index->getRecords(Data); in readNextRecord()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
H A DRecord.cpp240 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get()
254 return get(Class->getRecords(), Class); in get()
809 D = CurRec->getRecords().getDef(Name->getValue()); in Fold()
2017 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get()
2037 RecordKeeper &Records = Class->getRecords(); in instantiate()
H A DTGParser.cpp116 RecordKeeper &RK = CurRec.getRecords(); in QualifyName()
134 return QualifyName(Rec, MC, StringInit::get(Rec.getRecords(), "NAME"), in QualifiedNameOfImplicitName()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1641 ID(getNewUID(O.getRecords())), IsAnonymous(O.IsAnonymous), in Record()
1713 return getValue(StringInit::get(getRecords(), Name)); in getValue()
1744 removeValue(StringInit::get(getRecords(), Name)); in removeValue()
1798 RecordKeeper &getRecords() const { in getRecords() function
/openbsd-src/gnu/llvm/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.cpp227 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField()
231 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
H A DAsmMatcherEmitter.cpp798 RecordKeeper &getRecords() const { in getRecords() function in __anon48cde1710111::AsmMatcherInfo
2819 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp1633 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()