Home
last modified time | relevance | path

Searched refs:LLC (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/test/Feature/
Doptnone-llc.ll1 ; 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/
Dcodegen-prepare-addrmode-sext.ll2 ; 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/
Dstatepoint-forward.ll2 ; 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
D2005-05-08-FPStackifierPHI.ll2 ; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
/external/llvm/tools/bugpoint/
DToolRunner.h33 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()
DToolRunner.cpp476 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/
DCOPYING7 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/
Dmacho-dump.cpp262 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/
Dint-conv-02.ll35 ; 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/
Dtokdefs.h127 LLC = 345, enumerator
248 #define LLC 345 macro
Dgrammar.y293 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
639 | LLC { $$ = A_LLC; }
/external/llvm/docs/
DHowToSubmitABug.rst151 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/
D2003-07-29-BadConstSbyte.ll12 ;; Incorrect LLC Output for the array yy_ec was:
/external/antlr/antlr-3.4/runtime/C/
DCOPYING2 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
DAUTHORS15 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
Dconfigure.ac8 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DASTDbg.stg3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
DDbg.stg3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
DASTParser.stg3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
DASTTreeParser.stg3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
Ddot.stg7 * Copyright (c) 2011 Sam Harwell, Tunnel Vision Laboratories, LLC.
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt44 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
D2003-06-26-Reoptimizer2.txt31 code. The mapping info inserted by LLC is not sufficient to determine
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events.l152 LLC|L2 |
/external/tcpdump/
DINSTALL.txt107 llc.h - LLC definitions
180 print-llc.c - IEEE 802.2 LLC printer routines

12