Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java74 List <Record> records = data.getRecords(); in probeDataString()
115 List <Record> records = data.getRecords(); in main()
H A DTestProbeData.java70 buf.append(p.getRecords()); in getString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h572 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
575 virtual Error getRecords(StringRef FuncName,
622 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
623 Error getRecords(StringRef FuncName,
687 virtual Error getRecords(StringRef FuncName,
H A DDataAccessProf.h179 getRecords() const { in getRecords() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1004 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
1019 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex
1059 Error getRecords(StringRef FuncName, in getRecords() function in __anon630d17040211::InstrProfReaderNullRemapper
1061 return Underlying.getRecords(FuncName, Data); in getRecords()
1119 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper
1132 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords()
1148 return Underlying.getRecords(FuncName, Data); in getRecords()
1377 auto Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord()
1385 if (auto Err = Remapper->getRecords(DeprecatedFuncName, Data)) in getInstrProfRecord()
1558 DataAccessProfileData->getRecords()) in getAllMemProfData()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp214 static PerfJITRecordBatch getRecords(ExecutionSession &ES, LinkGraph &G, in getRecords() function
273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp103 RecordKeeper &RK = I->TheDef->getRecords(); in getInstrForIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
H A DRecord.cpp272 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get()
285 return get(Class->getRecords(), {Class}); in get()
2418 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get()
2438 RecordKeeper &Records = Class->getRecords(); in instantiate()
H A DTGParser.cpp114 RecordKeeper &RK = CurRec.getRecords(); in QualifyName()
131 return QualifyName(Rec, StringInit::get(Rec.getRecords(), "NAME")); in QualifiedNameOfImplicitName()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1698 TrackedRecords(O.TrackedRecords), ID(getNewUID(O.getRecords())), in Record()
1786 return getValue(StringInit::get(getRecords(), Name)); in getValue()
1818 removeValue(StringInit::get(getRecords(), Name)); in removeValue()
1882 RecordKeeper &getRecords() const { in getRecords() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp576 const Record *RegisterCl = Def->getRecords().getClass("Register"); in expand()
582 RecordKeeper &RK = Def->getRecords(); in expand()
612 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp692 const Record *ImpDef = Def->getRecords().getDef("IMPLICIT_DEF"); in EmitResultLeafAsOperand()
H A DDecoderEmitter.cpp331 Bits.append(SI.BitWidth, UnsetInit::get(Def.getRecords())); in getBitsField()
334 return *BitsInit::get(Def.getRecords(), Bits); in getBitsField()
H A DAsmMatcherEmitter.cpp819 const RecordKeeper &getRecords() const { return Records; } in getRecords() function in __anon44b0c7da0111::AsmMatcherInfo
2843 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
H A DGlobalISelCombinerEmitter.cpp661 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java246 List <Record> records = data.getRecords(); in consumeProbeData()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1687 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()