HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 51 - 75 of 278) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 131 // Emit the finished record.
143 SmallVector<uint64_t, 64> Record;
147 Record.push_back(A.getSlotIndex(i));
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
152 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY_OLD, Record);
153 Record.clear();
198 // Emit the finished record.
333 // Emit the finished record.
544 SmallVectorImpl<uint64_t> &Record) {
547 Record.push_back(VE.getTypeID(V->getType()))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 154 // Emit the finished record.
166 SmallVector<uint64_t, 64> Record;
170 Record.push_back(A.getSlotIndex(i));
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
175 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY_OLD, Record);
176 Record.clear();
334 // Emit the finished record.
543 SmallVectorImpl<uint64_t> &Record) {
546 Record.push_back(VE.getTypeID(V->getType()));
547 Record.push_back(VE.getValueID(V))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 26 #include "llvm/TableGen/Record.h"
55 Record *const TheDef;
70 CodeGenSubRegIndex(Record *R, unsigned Enum);
128 Record *TheDef;
138 CodeGenRegister(Record *R, unsigned Enum);
270 std::vector<SmallVector<Record*, 16> > Orders;
276 Record *TheDef;
315 // Return the Record that defined this class, or NULL if the class was
317 Record *getDef() const { return TheDef; }
383 ArrayRef<Record*> getOrder(unsigned No = 0) const
    [all...]
CodeGenTarget.cpp 24 #include "llvm/TableGen/Record.h"
37 /// record corresponds to.
38 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
122 /// getQualifiedName - Return the name of the specified record, with a
123 /// namespace qualifier if the record contains one.
125 std::string llvm::getQualifiedName(const Record *R) {
138 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
164 Record *CodeGenTarget::getInstructionSet() const {
171 Record *CodeGenTarget::getAsmParser() const {
172 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers")
    [all...]
DFAPacketizerEmitter.cpp 21 #include "llvm/TableGen/Record.h"
51 Record *ItinData,
339 Record *ItinData,
343 std::vector<Record*> ProcItinList =
353 Record *Proc = ProcItinList[i];
354 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU");
361 const std::vector<Record*> &StageList =
372 const Record *Stage = StageList[i];
375 const std::vector<Record*> &UnitList =
397 std::vector<Record*> ProcItinList
    [all...]
TableGen.cpp 20 #include "llvm/TableGen/Record.h"
146 for (Record *Rec : Records.getAllDerivedDefinitions(Class))
155 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) {
157 const std::vector<Record*> *Elts = Sets.expand(Rec);
159 for (Record *Elt : *Elts)
PseudoLoweringEmitter.cpp 18 #include "llvm/TableGen/Record.h"
33 Record *Reg; // Physical register.
55 unsigned addDagOperandMapping(Record *Rec, DagInit *Dag,
59 void evaluateExpansion(Record *Pseudo);
74 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn,
122 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) {
135 Record *Operator = OpDef->getDef();
166 // Record the mapping of the source to result arguments for use by
239 Record *Reg = Expansion.OperandMap[MIOpNo + i].Data.Reg;
274 Record *ExpansionClass = Records.getClass("PseudoInstExpansion")
    [all...]
SubtargetEmitter.cpp 22 #include "llvm/TableGen/Record.h"
69 Record *ItinData, std::string &ItinString,
71 void FormItineraryOperandCycleString(Record *ItinData, std::string &ItinString,
74 Record *ItinData,
82 void EmitProcessorProp(raw_ostream &OS, const Record *R, const char *Name,
86 Record *FindWriteResources(const CodeGenSchedRW &SchedWrite,
88 Record *FindReadAdvance(const CodeGenSchedRW &SchedRead,
118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
134 // For each record
136 // Next record
    [all...]
InstrInfoEmitter.cpp 23 #include "llvm/TableGen/Record.h"
56 Record *InstrInfo,
57 std::map<std::vector<Record*>, unsigned> &EL,
75 static void PrintDefList(const std::vector<Record*> &Uses,
109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef();
115 Record *OpR = OperandList[j].Rec;
314 std::vector<Record *> Operands = Records.getAllDerivedDefinitions("Operand");
324 for (const Record *Op : Operands) {
355 Record *InstrInfo = Target.getInstructionSet();
358 std::map<std::vector<Record*>, unsigned> EmittedLists
    [all...]
AsmMatcherEmitter.cpp 109 #include "llvm/TableGen/Record.h"
136 typedef std::set<Record*, LessRecordByID> RegisterSet;
170 /// sake user operands only record their immediate super class, while register
313 /// Register record if this token is singleton register.
314 Record *SingletonReg;
355 /// Register - This is the register record.
356 Record *Register;
387 static ResOperand getRegOp(Record *Reg) {
405 Record *const TheDef;
458 SmallPtrSetImpl<Record*> &SingletonRegisters
    [all...]
  /system/extras/simpleperf/
record.cpp 17 #include "record.h"
114 LOG(DEBUG) << "Record SampleId part has " << end - p << " bytes left\n";
158 Record::Record() {
162 Record::Record(const perf_event_header* pheader) {
166 void Record::Dump(size_t indent) const {
167 PrintIndented(indent, "record %s: type %u, misc %u, size %u\n",
174 : Record(pheader) {
202 : Record(pheader)
358 MmapRecord record; local
375 CommRecord record; local
389 BuildIdRecord record; local
    [all...]
record_equal_test.h 33 static void CheckRecordEqual(const Record& r1, const Record& r2) {
record_test.cpp 21 #include "record.h"
33 void CheckRecordMatchBinary(const RecordType& record);
39 void RecordTest::CheckRecordMatchBinary(const RecordType& record) {
40 std::vector<char> binary = record.BinaryFormat();
41 std::unique_ptr<const Record> record_p =
44 CheckRecordEqual(record, *record_p);
48 MmapRecord record = local
50 CheckRecordMatchBinary(record);
54 CommRecord record = CreateCommRecord(event_attr, 1, 2, "CommRecord"); local
55 CheckRecordMatchBinary(record);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 748 /// This record tracks the instantiations that Sema has to perform at the
    [all...]
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 1 //===--- LayoutOverrideSource.h --Override Record Layouts -----------------===//
20 /// a specified set of record types.
23 /// to override the layout of record types. Its input is the output format
24 /// of the command-line argument -fdump-record-layouts.
26 /// \brief The layout of a given record.
28 /// \brief The size of the record.
31 /// \brief The alignment of the record.
43 /// set of record types.
45 /// The file is the result of passing -fdump-record-layouts to a file.
48 /// \brief If this particular record type has an overridden layout
    [all...]
  /external/webp/src/enc/
cost.c 665 // Record proba context used
666 static int Record(int bit, proba_t* const stats) {
671 // record bit count (lower 16 bits) and increment total count (upper 16 bits).
680 // Simulate block coding, but only record statistics.
681 // Note: no need to record the fixed probas.
687 Record(0, s + 0);
692 Record(1, s + 0); // order of record doesn't matter
694 Record(0, s + 1);
697 Record(1, s + 1)
    [all...]
  /frameworks/base/tools/preload/
Android.mk 15 Record.java \
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 98 if (Reader->readNextRecord(Record))
102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) {
111 Record.Name = *Line++;
116 if ((Line++)->getAsInteger(0, Record.Hash))
139 // Give the record a reference to our internal counter storage.
140 Record.Counts = Counts;
259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) {
279 // Store the data in Record, byte-swapping as necessary.
280 Record.Hash = swap(Data->FuncHash);
281 Record.Name = RawName
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.cc 192 void DwarfCFIToModule::Record(Module::Address address, int reg,
221 Record(address, reg, s.str());
229 Record(address, reg, s.str());
237 Record(address, reg, s.str());
245 Record(address, reg, s.str());
  /external/llvm/include/llvm/ProfileData/
CoverageMappingReader.h 46 CoverageMappingRecord Record;
66 CoverageMappingRecord &operator*() { return Record; }
67 CoverageMappingRecord *operator->() { return &Record; }
72 virtual std::error_code readNextRecord(CoverageMappingRecord &Record) = 0;
182 std::error_code readNextRecord(CoverageMappingRecord &Record) override;
InstrProfReader.h 46 InstrProfRecord Record;
56 InstrProfRecord &operator*() { return Record; }
57 InstrProfRecord *operator->() { return &Record; }
69 /// Read the header. Required before reading first record.
71 /// Read a single record.
72 virtual std::error_code readNextRecord(InstrProfRecord &Record) = 0;
106 /// are separated by one or more blank lines, and record fields are separated by
109 /// Each record consists of a function name, a function hash, a number of
128 /// Read a single record.
129 std::error_code readNextRecord(InstrProfRecord &Record) override
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 64 private final ArrayMap<String, Record> mRecords = new ArrayMap<>(); // pkg|uid => Record
66 private final ArrayMap<String, Record> mRestoredWithoutUids = new ArrayMap<>(); // pkg => Record
142 int uid = safeInt(parser, ATT_UID, Record.UNKNOWN_UID);
156 Record r = null;
157 if (uid == Record.UNKNOWN_UID) {
160 r = new Record();
186 private Record getOrCreateRecord(String pkg, int uid) {
188 Record r = mRecords.get(key)
259 final NotificationRecord record = notificationList.get(i); local
270 final NotificationRecord record = notificationList.get(i); local
    [all...]
  /external/skia/src/sfnt/
SkOTTable_name.cpp 440 bool SkOTTableName::Iterator::next(SkOTTableName::Iterator::Record& record) {
442 const SkOTTableName::Record* nameRecords = SkTAfter<const SkOTTableName::Record>(&fName);
443 const SkOTTableName::Record* nameRecord;
445 // Find the next record which matches the requested type.
455 record.type = nameRecord->nameID.fontSpecific;
465 case SkOTTableName::Record::PlatformID::Windows:
466 if (SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2
468 && SkOTTableName::Record::EncodingID::Windows::UnicodeUCS
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 1 //===- Record.cpp - Record implementation ---------------------------------===//
10 // Implement the tablegen record classes.
14 #include "llvm/TableGen/Record.h"
347 RecordRecTy *RecordRecTy::get(Record *R) {
379 const std::vector<Record*> &SC = Rec->getSuperClasses();
396 // If one is a Record type, check superclasses
399 const std::vector<Record *> &T1SuperClasses =
401 for(std::vector<Record *>::const_iterator i = T1SuperClasses.begin(),
417 const std::vector<Record *> &T2SuperClasses
    [all...]
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 145 ClangExternalASTSourceCallbacks::layoutRecordType(const clang::RecordDecl *Record,
154 Record,

Completed in 495 milliseconds

1 23 4 5 6 7 8 91011>>