| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 487 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 D | InstrProfReader.cpp | 751 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 D | SetTheory.cpp | 213 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
| H A D | Record.cpp | 240 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 D | TGParser.cpp | 116 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 D | Record.h | 1641 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 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 | 227 Bits.push_back(UnsetInit::get(def.getRecords())); in getBitsField() 231 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
|
| H A D | AsmMatcherEmitter.cpp | 798 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 D | NeonEmitter.cpp | 1633 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|