Home
last modified time | relevance | path

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

1234

/external/llvm/test/Feature/
Doptnone-llc.ll1 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
2 ; RUN: llc -O2 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
3 ; RUN: llc -O3 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
4 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE
37 ; LLC-O0-NOT: Skipping pass
40 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement'
41 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
42 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer'
43 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
44 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination'
[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/tcpdump/tests/
Dmedsa-e.out1 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
4 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
5 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
10 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
13 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
14 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
17 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
18 …A (0xdada), length 68: To_CPU, untagged, dev.port:vlan 0.2:0, BDPU, pri 7: LLC, dsap STP (0x42) In…
/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.cpp458 CC::FileType LLC::OutputCode(const std::string &Bitcode, in OutputCode()
502 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram()
509 int LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
535 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC()
554 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/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h34 class LLC; variable
94 static LLC *createLLC(const char *Argv0, std::string &Message,
201 class LLC : public AbstractInterpreter {
207 LLC(const std::string &llcPath, GCC *Gcc, in LLC() function
215 ~LLC() { delete gcc; } in ~LLC()
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp315 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC; in DumpLinkeditDataCommand() local
316 Obj.ReadLinkeditDataLoadCommand(LCI, LLC); in DumpLinkeditDataCommand()
317 if (!LLC) in DumpLinkeditDataCommand()
320 outs() << " ('dataoff', " << LLC->DataOffset << ")\n" in DumpLinkeditDataCommand()
321 << " ('datasize', " << LLC->DataSize << ")\n" in DumpLinkeditDataCommand()
325 Obj.ReadULEB128s(LLC->DataOffset, Addresses); in DumpLinkeditDataCommand()
/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/libmojo/third_party/ply/
DLICENSE4 David M. Beazley (Dabeaz LLC)
16 * Neither the name of the David Beazley or Dabeaz LLC may be used to
Dlicense.patch12 +# David M. Beazley (Dabeaz LLC)
24 +# * Neither the name of the David Beazley or Dabeaz LLC may be used to
/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/libpcap/
Dgrammar.h136 LLC = 346, enumerator
258 #define LLC 346 macro
Dgrammar.y322 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
615 pllc: LLC { $$ = gen_llc(cstate); }
616 | LLC ID { if (pcap_strcasecmp($2, "i") == 0)
637 | LLC PF_RNR { $$ = gen_llc_s_subtype(cstate, LLC_RNR); }
/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/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/llvm/tools/llvm-readobj/
DMachODumper.cpp681 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local
683 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode()
684 W.printNumber("Data size", LLC.datasize); in printMachODataInCode()
686 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode()
689 LLC.dataoff, i); in printMachODataInCode()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2005-05-08-FPStackifierPHI.ll2 ; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll12 ;; Incorrect LLC Output for the array yy_ec was:
/external/llvm/test/CodeGen/Generic/
D2003-07-29-BadConstSbyte.ll12 ;; Incorrect LLC Output for the array yy_ec was:
/external/v8/
DAUTHORS19 Imagination Technologies, LLC <*@imgtec.com>
29 Yandex LLC <*@yandex-team.ru>
/external/webrtc/
DAUTHORS37 &yet LLC

1234