/external/llvm/test/Feature/ |
D | optnone-llc.ll | 1 ; RUN: llc -O0 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-O0 2 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox 3 ; RUN: llc -O2 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox 4 ; RUN: llc -O3 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox 5 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE 36 ; LLC-O0-NOT: Skipping pass 39 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement' 40 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare' 41 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer' 42 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' [all …]
|
/external/llvm/test/CodeGen/R600/ |
D | codegen-prepare-addrmode-sext.ll | 2 ; RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck --check-prefix=SI-LLC --c… 10 ; SI-LLC: V_MUL_LO_I32 11 ; SI-LLC-NOT: V_MUL_HI
|
/external/chromium_org/net/base/registry_controlled_domains/ |
D | effective_tld_names.dat | 6797 // academy : 2013-11-07 Half Oaks, LLC 6803 // accountants : 2014-03-20 Knob Town, LLC 6812 // adult : 2014-10-16 ICM Registry AD LLC 6821 // agency : 2013-11-14 Steel Falls, LLC 6851 // associates : 2014-03-06 Baxter Hill, LLC 6863 // autos : 2014-01-09 DERAutos, LLC 6872 // bank : 2014-09-25 fTLD Registry Services LLC 6881 // bargains : 2013-11-14 Half Hallow, LLC 6914 // bike : 2013-08-27 Grand Hollow, LLC 6926 // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC [all …]
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 33 class LLC; variable 90 static LLC *createLLC(const char *Argv0, std::string &Message, 154 class LLC : public AbstractInterpreter { 160 LLC(const std::string &llcPath, GCC *Gcc, in LLC() function 168 ~LLC() { delete gcc; } in ~LLC()
|
D | ToolRunner.cpp | 475 GCC::FileType LLC::OutputCode(const std::string &Bitcode, in OutputCode() 519 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() 526 int LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram() 552 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC() 571 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpLinkeditDataCommand() local 263 outs() << " ('dataoff', " << LLC.dataoff << ")\n" in DumpLinkeditDataCommand() 264 << " ('datasize', " << LLC.datasize << ")\n" in DumpLinkeditDataCommand() 268 Obj.ReadULEB128s(LLC.dataoff, Addresses); in DumpLinkeditDataCommand() 281 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpDataInCodeDataCommand() local 282 outs() << " ('dataoff', " << LLC.dataoff << ")\n" in DumpDataInCodeDataCommand() 283 << " ('datasize', " << LLC.datasize << ")\n" in DumpDataInCodeDataCommand() 286 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in DumpDataInCodeDataCommand() 288 MachO::data_in_code_entry DICE= Obj.getDataInCodeTableEntry(LLC.dataoff, i); in DumpDataInCodeDataCommand()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-02.ll | 35 ; Check LLC with no displacement. 45 ; Check the high end of the LLC range. 69 ; Check the high end of the negative LLC range. 80 ; Check the low end of the LLC range. 104 ; Check that LLC allows an index 118 ; to use LLC if possible.
|
/external/chromium_org/third_party/ply/ |
D | LICENSE | 4 David M. Beazley (Dabeaz LLC) 16 * Neither the name of the David Beazley or Dabeaz LLC may be used to
|
/external/libpcap/ |
D | tokdefs.h | 127 LLC = 345, enumerator 248 #define LLC 345 macro
|
D | grammar.y | 293 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC 639 | LLC { $$ = A_LLC; }
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 151 which code generator you wish to compile the program with (e.g. LLC or the JIT) 167 can debug incorrect code generation by either LLC or the JIT, using 182 Similarly, to debug the LLC, one would run: 192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which 202 backend and the *test* file which either LLC or the JIT 215 #. If debugging LLC, compile test bitcode native and link with the shared
|
/external/chromium_org/tools/gyp/ |
D | AUTHORS | 6 Yandex LLC
|
/external/oprofile/events/i386/arch_perfmon/ |
D | events | 7 …6000 filter:4 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
D | embed-manifest.gyp | 1 # Copyright (c) 2013 Yandex LLC. All rights reserved.
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-07-29-BadConstSbyte.ll | 12 ;; Incorrect LLC Output for the array yy_ec was:
|
/external/llvm/test/CodeGen/X86/ |
D | 2005-05-08-FPStackifierPHI.ll | 2 ; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | OESTextureHalfFloat.idl | 2 * Copyright (C) 2013 Motorola Mobility LLC. All rights reserved.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | COPYING | 2 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
D | AUTHORS | 15 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTDbg.stg | 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 172 MachO::linkedit_data_command LLC = in getSectionsAndSymbols() local 175 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
D | dot.stg | 7 * Copyright (c) 2011 Sam Harwell, Tunnel Vision Laboratories, LLC.
|
/external/oprofile/events/i386/westmere/ |
D | 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/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 44 Assume that there is 1 free register. On SPARC we use %g1, which LLC 63 LLC has been taught to recognize llvm_first_trigger() calls and NOT
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events.l | 152 LLC|L2 |
|