Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h361 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
364 virtual Error getRecords(StringRef FuncName,
398 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
399 Error getRecords(StringRef FuncName,
435 virtual Error getRecords(StringRef FuncName,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h352 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
355 virtual Error getRecords(StringRef FuncName,
388 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
389 Error getRecords(StringRef FuncName,
421 virtual Error getRecords(StringRef FuncName,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp579 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
593 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
627 Error getRecords(StringRef FuncName, in getRecords() function in __anon49c078880211::InstrProfReaderNullRemapper
629 return Underlying.getRecords(FuncName, Data); in getRecords()
686 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper
699 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords()
715 return Underlying.getRecords(FuncName, Data); in getRecords()
875 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
902 Error E = Index->getRecords(Data); in readNextRecord()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp586 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
600 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
634 Error getRecords(StringRef FuncName, in getRecords() function in __anon4fc42bf40211::InstrProfReaderNullRemapper
636 return Underlying.getRecords(FuncName, Data); in getRecords()
693 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper
706 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords()
722 return Underlying.getRecords(FuncName, Data); in getRecords()
882 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
909 Error E = Index->getRecords(Data); in readNextRecord()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h309 virtual Error getRecords(ArrayRef<InstrProfRecord> &Data) = 0;
311 virtual Error getRecords(StringRef FuncName,
339 Error getRecords(ArrayRef<InstrProfRecord> &Data) override;
340 Error getRecords(StringRef FuncName,
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp527 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
541 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
681 Error Err = Index->getRecords(FuncName, Data); in getInstrProfRecord()
710 Error E = Index->getRecords(Data); in readNextRecord()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java90 public List<PlayReadyRecord> getRecords() { in getRecords() method in PlayReadyHeader
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp264 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo()
351 auto &recordKeeper = def.getRecords(); in populateOpStructure()
/external/llvm-project/llvm/lib/TableGen/
DSetTheory.cpp214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
DRecord.cpp155 UnsortedClasses[0]->getRecords().RecordTypePool; in get()
176 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get()
710 D = CurRec->getRecords().getDef(Name->getValue()); in Fold()
1732 RecordKeeper &Records = Class->getRecords(); in instantiate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
DRecord.cpp164 UnsortedClasses[0]->getRecords().RecordTypePool; in get()
185 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get()
738 D = CurRec->getRecords().getDef(Name->getValue()); in Fold()
1654 RecordKeeper &Records = Class->getRecords(); in instantiate()
/external/llvm/lib/TableGen/
DSetTheory.cpp204 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
DRecord.cpp704 if (Record *D = (CurRec->getRecords()).getDef(Name)) in Fold()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp564 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand()
586 Record *NewReg = new Record(Name, Def->getLoc(), Def->getRecords()); in expand()
DAsmMatcherEmitter.cpp772 RecordKeeper &getRecords() const { in getRecords() function in __anon51f7b9bc0111::AsmMatcherInfo
2611 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp640 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand()
673 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
DAsmMatcherEmitter.cpp787 RecordKeeper &getRecords() const { in getRecords() function in __anonc84a7aca0111::AsmMatcherInfo
2803 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
/external/llvm/include/llvm/TableGen/
DRecord.h1401 RecordKeeper &getRecords() const { in getRecords() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1607 RecordKeeper &getRecords() const { in getRecords() function
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1603 RecordKeeper &getRecords() const { in getRecords() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp1638 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
/external/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp1624 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...