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

  /external/llvm/tools/bugpoint/
ToolRunner.h 33 class LLC;
90 static LLC *createLLC(const char *Argv0, std::string &Message,
152 // LLC Implementation of AbstractIntepreter interface
154 class LLC : public AbstractInterpreter {
155 std::string LLCPath; // The path to the LLC executable.
156 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
160 LLC(const std::string &llcPath, GCC *Gcc,
168 ~LLC() { delete gcc; }
ToolRunner.cpp 473 // LLC Implementation of AbstractIntepreter interface
475 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
478 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s");
491 // Add any extra LLC args.
504 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
519 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
526 int LLC::ExecuteProgram(const std::string &Bitcode,
544 // Assuming LLC worked, compile the result with GCC and run it
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI);
263 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
264 << " ('datasize', " << LLC.datasize << ")\n"
268 Obj.ReadULEB128s(LLC.dataoff, Addresses);
281 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI);
282 outs() << " ('dataoff', " << LLC.dataoff << ")\n"
283 << " ('datasize', " << LLC.datasize << ")\n"
286 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
288 MachO::data_in_code_entry DICE= Obj.getDataInCodeTableEntry(LLC.dataoff, i);
  /external/libpcap/
tokdefs.h 127 LLC = 345,
248 #define LLC 345
grammar.y 293 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
639 | LLC { $$ = A_LLC; }
grammar.c 434 LLC = 345,
555 #define LLC 345
    [all...]
scanner.l 289 llc return LLC;
scanner.c     [all...]
  /external/libnfc-nxp/
Android.mk 121 # Uncomment for LLC traces
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 152 LLC|L2 |
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 172 MachO::linkedit_data_command LLC =
175 MachOObj->ReadULEB128s(LLC.dataoff, 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 277 #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 867 milliseconds