Home
last modified time | relevance | path

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

123

/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
38 ; LLC-O0-NOT: Skipping pass
41 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement'
42 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
43 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer'
44 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dcodegen-prepare-addrmode-sext.ll2 ; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck -check-prefix=SI-LLC %s
8 ; SI-LLC-LABEL: {{^}}test:
9 ; SI-LLC: s_mul_i32
10 ; 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, CC *cc, in LLC() function
168 ~LLC() override { delete cc; } in ~LLC()
DToolRunner.cpp457 CC::FileType LLC::OutputCode(const std::string &Bitcode, in OutputCode()
501 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram()
508 int LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
534 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC()
553 return new LLC(LLCPath, cc, 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/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.h136 LLC = 346, enumerator
258 #define LLC 346 macro
Dgrammar.y307 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
600 pllc: LLC { $$ = gen_llc(); }
601 | LLC ID { if (pcap_strcasecmp($2, "i") == 0)
622 | LLC PF_RNR { $$ = gen_llc_s_subtype(LLC_RNR); }
/external/ImageMagick/MagickCore/
Dversion.h.in2 Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
29 #define MagickCopyright "Copyright (C) 1999-2016 ImageMagick Studio LLC"
Dversion.h_vms2 Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
29 #define MagickCopyright "Copyright (C) 1999-2015 ImageMagick Studio 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/chromium-trace/catapult/
DAUTHORS17 Yandex LLC <*@yandex-team.ru>
/external/v8/tools/gyp/
DAUTHORS6 Yandex LLC
/external/ImageMagick/
DLICENSE16 …use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagic…
17 …* use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you crea…
22 …* provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagi…
27 …* submit changes that you make to the software back to the ImageMagick Studio LLC (though such fee…
41 Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization dedicated to making software …
/external/v8/tools/gyp/test/win/linker-flags/
Dembed-manifest.gyp1 # Copyright (c) 2013 Yandex LLC. All rights reserved.
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp676 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local
678 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode()
679 W.printNumber("Data size", LLC.datasize); in printMachODataInCode()
681 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode()
684 LLC.dataoff, i); in printMachODataInCode()
/external/v8/
DAUTHORS19 Imagination Technologies, LLC <*@imgtec.com>
29 Yandex LLC <*@yandex-team.ru>
/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
/external/webrtc/
DAUTHORS37 &yet LLC
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in3 # Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
/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

123