| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestMultiAggPrinta.java | 74 List <Record> records = data.getRecords(); in probeDataString() 115 List <Record> records = data.getRecords(); in main()
|
| H A D | TestProbeData.java | 70 buf.append(p.getRecords()); in getString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 572 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 D | DataAccessProf.h | 179 getRecords() const { in getRecords() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 1004 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 D | PerfSupportPlugin.cpp | 214 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 D | PatternParser.cpp | 103 RecordKeeper &RK = I->TheDef->getRecords(); in getInstrForIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
| H A D | Record.cpp | 272 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 D | TGParser.cpp | 114 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 D | Record.h | 1698 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 D | CodeGenRegisters.cpp | 576 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 D | DAGISelMatcherGen.cpp | 692 const Record *ImpDef = Def->getRecords().getDef("IMPLICIT_DEF"); in EmitResultLeafAsOperand()
|
| H A D | DecoderEmitter.cpp | 331 Bits.append(SI.BitWidth, UnsetInit::get(Def.getRecords())); in getBitsField() 334 return *BitsInit::get(Def.getRecords(), Bits); in getBitsField()
|
| H A D | AsmMatcherEmitter.cpp | 819 const RecordKeeper &getRecords() const { return Records; } in getRecords() function in __anon44b0c7da0111::AsmMatcherInfo 2843 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
|
| H A D | GlobalISelCombinerEmitter.cpp | 661 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 246 List <Record> records = data.getRecords(); in consumeProbeData()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1687 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|