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

1 2 3

  /external/swiftshader/third_party/LLVM/tools/llc/
Makefile 1 #===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
11 TOOLNAME = llc
  /bionic/libc/kernel/uapi/linux/
if_fc.h 34 __u8 llc; member in struct:fcllc
  /external/kernel-headers/original/uapi/linux/
if_fc.h 30 /* LLC and SNAP constants */
43 /* This is a Fibre Channel LLC structure */
47 __u8 llc; /* LLC control field */ member in struct:fcllc
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile 6 %.llc.s: %.bc
7 llc $< -o $@
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
if_tr.h 32 /* LLC and SNAP constants */
47 /* This is an Token-Ring LLC structure */
51 __u8 llc; /* LLC control field */ member in struct:trllc
  /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"
  /external/swiftshader/third_party/LLVM/utils/
llvm-native-gcc 117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
118 } elsif ($Backend eq 'llc') {
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
149 } elsif ($Backend eq 'llc') {
150 $GeneratedCode = "${OutputFile}.llc.s";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
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";
importNLT.pl 26 $mc, $gcc, $cbe, $llc, $llcbeta, $jit, $foo1, $foo2, $foo3) = split " ", $d;
40 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-compile', $llccompile)") || die DBI->errstr;
45 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-beta-compile', $llcbetacompile)") || die DBI->errstr;
62 if ($llc =~ /\d/)
65 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc', $llc)") || die DBI->errstr;
70 ('$prog', STR_TO_DATE('$day $mon $year', '\%d \%M \%Y'), 'llc-beta', $llcbeta)") || die DBI->errstr;
findmisopt 97 llc "$bcfile" -o "$s" -f || exit 1
107 llc "$optbc" -o "$opts" -f || exit
174 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 50 } llc; member in struct:ebt_802_3_hdr
  /external/iptables/include/linux/netfilter_bridge/
ebt_802_3.h 52 } llc; member in struct:ebt_802_3_hdr
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_802_3.h 53 } llc; member in struct:ebt_802_3_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 51 } llc; member in struct:ebt_802_3_hdr
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 139 def __init__(self, llc):
140 super(HandoverServer, self).__init__(llc)
203 def wps_handover_init(llc):
224 client = nfc.handover.HandoverClient(llc)
392 def llcp_worker(llc):
395 wps_handover_init(llc)
405 def llcp_startup(clf, llc):
410 srv = HandoverServer(llc)
417 return llc
419 def llcp_connected(llc)
    [all...]
p2p-nfc.py 153 def p2p_handover_client(llc):
188 client = nfc.handover.HandoverClient(llc)
260 def __init__(self, llc):
261 super(HandoverServer, self).__init__(llc)
475 def llcp_worker(llc):
479 p2p_handover_client(llc)
510 p2p_handover_client(llc)
516 def llcp_startup(clf, llc):
519 srv = HandoverServer(llc)
520 return llc
    [all...]
  /external/swiftshader/third_party/LLVM/test/lib/
llvm2cpp.exp 12 set llc [file join $llvmtoolsdir llc ]
68 exec -keepnewline $llc -march=cpp -o $generated < $bytecode 2>/dev/null } msg]
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 257 /// llc - The pathname to use for LLC.
258 /// envp - The environment to use when running LLC.
264 const sys::Path &llc,
266 // Run LLC to convert the bitcode file into assembly code.
268 args.push_back(llc.c_str());
282 return sys::Program::ExecuteAndWait(llc, &args[0], 0, 0, 0, 0, &ErrMsg);
288 const sys::Path &llc,
290 // Run LLC to convert the bitcode file into C.
292 args.push_back(llc.c_str());
664 sys::Path llc = PrependMainExecutablePath("llc", argv[0], local
691 sys::Path llc = PrependMainExecutablePath("llc", argv[0], local
    [all...]
  /external/syslinux/codepage/
cptable.pl 130 $llc = $lcase{$xtab[$i]}; # Unicode lower case
131 if (defined($l = $taby{$llc}) && $uctab[$l] == $i) {
133 } elsif (defined($l = $tabx{${$decomp{$llc}}[0]}) && $uctab[$l] == $i) {
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 111 def __init__(self, llc):
112 super(HandoverServer, self).__init__(llc)
252 def llcp_startup(clf, llc):
255 srv = HandoverServer(llc)
256 return llc
258 def llcp_connected(llc):
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32R6_relocations.s 2 # RUN: llc -mtriple=mipsel-unknown-linux -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
6 # RUN: llc -mtriple=mips-unknown-linux -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
  /external/swiftshader/third_party/LLVM/tools/
Makefile 24 llc llvm-ranlib llvm-ar llvm-nm \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_tr.h 32 /* LLC and SNAP constants */
47 /* This is an Token-Ring LLC structure */
52 u_int8_t llc; /* LLC control field */ member in struct:trllc

Completed in 560 milliseconds

1 2 3