HomeSort by relevance Sort by last modified time
    Searched refs:LLC (Results 1 - 18 of 18) sorted by null

  /external/llvm/tools/macho-dump/
macho-dump.cpp 271 macho::LinkeditDataLoadCommand LLC = Obj.getLinkeditDataLoadCommand(LCI);
272 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
273 << " ('datasize', " << LLC.DataSize << ")\n"
277 Obj.ReadULEB128s(LLC.DataOffset, Addresses);
290 macho::LinkeditDataLoadCommand LLC = Obj.getLinkeditDataLoadCommand(LCI);
291 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
292 << " ('datasize', " << LLC.DataSize << ")\n"
295 unsigned NumRegions = LLC.DataSize / sizeof(macho::DataInCodeTableEntry);
298 Obj.getDataInCodeTableEntry(LLC.DataOffset, i);
  /external/llvm/tools/bugpoint/
ToolRunner.h 33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
150 // LLC Implementation of AbstractIntepreter interface
152 class LLC : public AbstractInterpreter {
153 std::string LLCPath; // The path to the LLC executable.
154 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
158 LLC(const std::string &llcPath, GCC *Gcc,
166 ~LLC() { delete gcc; }
ToolRunner.cpp 472 // LLC Implementation of AbstractIntepreter interface
474 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
477 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s");
490 // Add any extra LLC args.
503 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
518 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
525 int LLC::ExecuteProgram(const std::string &Bitcode,
543 // Assuming LLC worked, compile the result with GCC and run it
    [all...]
  /external/libpcap/
tokdefs.h 109 LLC = 335,
213 #define LLC 335
grammar.c 144 LLC = 335,
248 #define LLC 335
791 "CSNP", "PSNP", "STP", "IPX", "NETBEUI", "LANE", "LLC", "METAC", "BCC",
    [all...]
grammar.y 188 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
443 | LLC { $$ = A_LLC; }
scanner.l 270 llc return LLC;
scanner.c     [all...]
  /external/libnfc-nxp/
Android.mk 121 # Uncomment for LLC traces
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 177 macho::LinkeditDataLoadCommand LLC =
180 MachOObj->ReadULEB128s(LLC.DataOffset, FoundFns);
  /external/oprofile/events/i386/nehalem/
unit_masks 46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
299 0x04 llc_unshared_hit Counts number of retired loads that hit their own, unshared lines in the LLC cache
301 0x10 llc_miss Counts number of retired loads that miss the LLC cache
334 0x40 wb Counts L2 writeback operations to the LLC
events 12 event:0x2e counters:0,1,2,3 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
43 event:0x2E counters:0,1,2,3 um:longest_lat_cache minimum:6000 name:LONGEST_LAT_CACHE : Count LLC cache reference latencies.
  /external/oprofile/events/i386/westmere/
unit_masks 173 0x40 wb L2 writeback to LLC transactions
206 0x04 llc_unshared_hit Retired loads that hit valid versions in the LLC cache (Precise Event)
208 0x10 llc_miss Retired loads that miss the LLC cache (Precise Event)
274 0x04 lru_hints Super Queue LRU hints sent to LLC
  /external/oprofile/events/i386/atom/
events 8 event:0x2e counters:0,1 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 223 #define LLC(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,94)
  /external/bluetooth/bluedroid/stack/include/
hcidefs.h     [all...]
  /external/libnfc-nci/src/include/
hcidefs.h     [all...]

Completed in 494 milliseconds