/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=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck --check-prefix=SI-LLC %s 10 ; SI-LLC-LABEL: {{^}}test: 11 ; SI-LLC: s_mul_i32 12 ; SI-LLC-NOT: mul
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-forward.ll | 2 ; RUN: llc < %s | FileCheck --check-prefix=CHECK-LLC %s 36 ; CHECK-LLC-LABEL: test_load_forward 37 ; CHECK-LLC: callq f 55 ; CHECK-LLC-LABEL: test_store_forward 56 ; CHECK-LLC: callq f 82 ; CHECK-LLC-LABEL: test_load_forward_nongc_heap 83 ; CHECK-LLC: callq f 100 ; CHECK-LLC-LABEL: test_store_forward_nongc_heap 101 ; CHECK-LLC: callq f
|
D | 2005-05-08-FPStackifierPHI.ll | 2 ; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
|
/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() override { delete gcc; } in ~LLC()
|
D | ToolRunner.cpp | 476 GCC::FileType LLC::OutputCode(const std::string &Bitcode, in OutputCode() 520 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() 527 int LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram() 553 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC() 572 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()
|
/external/selinux/secilc/ |
D | COPYING | 7 Copyright 2011 Tresys Technology, LLC. All rights reserved. 19 THIS SOFTWARE IS PROVIDED BY TRESYS TECHNOLOGY, LLC ``AS IS'' AND ANY EXPRESS 22 EVENT SHALL TRESYS TECHNOLOGY, LLC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 32 either expressed or implied, of Tresys Technology, LLC.
|
/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/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/llvm/test/CodeGen/Generic/ |
D | 2003-07-29-BadConstSbyte.ll | 12 ;; Incorrect LLC Output for the array yy_ec was:
|
/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
|
D | configure.ac | 8 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
|
D | Dbg.stg | 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
D | ASTParser.stg | 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
D | ASTTreeParser.stg | 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/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/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
|
D | 2003-06-26-Reoptimizer2.txt | 31 code. The mapping info inserted by LLC is not sufficient to determine
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-events.l | 152 LLC|L2 |
|
/external/tcpdump/ |
D | INSTALL.txt | 107 llc.h - LLC definitions 180 print-llc.c - IEEE 802.2 LLC printer routines
|