HomeSort by relevance Sort by last modified time
    Searched refs:llc (Results 1 - 24 of 24) sorted by null

  /external/llvm/tools/llc/
Makefile 1 #===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
11 TOOLNAME := llc
Android.mk 7 # llc command line tool (common)
11 llc.cpp
74 # llc command line tool (host)
79 LOCAL_MODULE := llc
102 # llc command line tool (target)
106 $(warning TODO $(TARGET_ARCH): Enable llc build)
112 LOCAL_MODULE := llc
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 177 char llc[40] = ""; local
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr);
207 snprintf(&llc[0], sizeof(llc), "U");
209 snprintf(&llc[0], sizeof(llc), "???");
213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc);
    [all...]
  /art/compiler/llvm/tools/
gen_art_module_cc.sh 29 // TODO: Remove this pragma after llc can generate makeLLVMModuleContents()
46 llc -march=cpp -cppgen=contents art_module.ll -o - >> ${OUTPUT_FILE}
  /bionic/libc/kernel/uapi/linux/
if_fc.h 37 __u8 llc; member in struct:fcllc
  /development/ndk/platforms/android-3/include/linux/
if_fc.h 30 __u8 llc; member in struct:fcllc
if_tr.h 37 __u8 llc; member in struct:trllc
  /development/ndk/platforms/android-L/include/linux/
if_fc.h 37 __u8 llc; member in struct:fcllc
  /external/kernel-headers/original/uapi/linux/
if_fc.h 29 /* LLC and SNAP constants */
42 /* This is a Fibre Channel LLC structure */
46 __u8 llc; /* LLC control field */ member in struct:fcllc
  /external/llvm/test/CodeGen/Generic/
Makefile 6 %.llc.s: %.bc
7 llc $< -o $@
  /external/llvm/utils/
llvm-native-gxx 117 run "llc -march=c -f -o $GeneratedCode $BCFile";
118 } elsif ($Backend eq 'llc') {
124 run "llc -f -o $GeneratedCode $BCFile";
148 run "llc -march=c -f -o $GeneratedCode $BCFile";
149 } elsif ($Backend eq 'llc') {
150 $GeneratedCode = "${OutputFile}.llc.s";
151 run "llc -f -o $GeneratedCode $BCFile";
findmisopt 96 llc "$bcfile" -o "$s" -f || exit 1
106 llc "$optbc" -o "$opts" -f || exit
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
codegen-diff 92 between the code that B<llc> generated and the code that B<lli> generated.
95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
108 instruction, with the B<llc> version first, and the B<lli> version second.
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 57 } llc; member in struct:ebt_802_3_hdr
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_802_3.h 56 } llc; member in struct:ebt_802_3_hdr
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_802_3.h 52 } llc; member in struct:ebt_802_3_hdr
  /external/llvm/tools/
Makefile 30 PARALLEL_DIRS := opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-link \
  /external/llvm/
Android.mk 86 tools/llc \
  /external/libpcap/msdos/
makefile 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
makefile.dj 129 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \
  /external/libnl/lib/
addr.c 912 __ADD(AF_LLC,llc)
  /external/libpcap/
scanner.l 289 llc return LLC;
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]

Completed in 1795 milliseconds