/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
README.txt | 2 // MSP430 backend. 5 DISCLAIMER: Thid backend should be considered as highly experimental. I never 7 only. The original intention of making this backend was to write documentation 8 of form "How to write backend for dummies" :) Thes notes hopefully will be
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
2005-08-12-rlwimi-crash.ll | 1 ; this should not crash the ppc backend
|
/external/swiftshader/third_party/LLVM/utils/ |
llvm-native-gxx | 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc') { [all...] |
/external/valgrind/docs/internals/ |
avx-notes.txt | 11 I think this is safe w.r.t. the backend
|
/external/wpa_supplicant_8/src/utils/ |
ext_password_i.h | 2 * External password backend - internal definitions
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LDBackend.h | 25 /// AArch64GNULDBackend - linker backend of AArch64 target of GNU ELF format 53 /// doPreLayout - Backend can do any needed modification before layout 56 /// doPostLayout -Backend can do any needed modification after layout 69 /// call back target backend to emit the data. 72 /// Backend can put the data of the tables in SectionData directly 74 /// Or, backend can put the data into special data structure 75 /// - backend can maintain its own map<LDSection, table> to get the table 130 /// doRelax - Backend can orevride this function to add its relaxation 145 /// doCreateProgramHdrs - backend can implement this function to create the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmbr2684.h | 51 * the first element of the structure is the backend number and the rest 52 * is per-backend specific 78 * the first element of the structure is the backend number and the rest 79 * is per-backend specific
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmbr2684.h | 51 * the first element of the structure is the backend number and the rest 52 * is per-backend specific 78 * the first element of the structure is the backend number and the rest 79 * is per-backend specific
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
gcc61244.go | 8 // in gccgo when producing the backend representation.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
gcc61244.go | 8 // in gccgo when producing the backend representation.
|
/prebuilts/sdk/tools/jills/ |
jill-4.31.CANDIDATE.jar | |
/external/swiftshader/third_party/LLVM/ |
CREDITS.TXT | 15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM 27 D: PowerPC backend developer 46 D: Portions of X86 and Sparc JIT compilers, PowerPC backend 92 D: The ARM backend 105 D: Portions of X86 static and JIT compilers; initial SparcV8 backend 112 D: PPC backend fixes for Linux 115 D: Portions of the PowerPC backend 197 D: Author of the original C backend 211 D: Improvements to the PPC backend, instruction scheduling 225 D: Modulo scheduling in the SparcV9 backend [all...] |
/art/tools/dexfuzz/src/dexfuzz/executors/ |
Arm64OptimizingBackendExecutor.java | 24 super("ARM64 Optimizing Backend", 5, listener, Architecture.ARM64, device, 31 commandBuilder.append("dalvikvm64 -Xcompiler-option --compiler-backend=Optimizing ");
|
ArmOptimizingBackendExecutor.java | 24 super("ARM Optimizing Backend", 5, listener, Architecture.ARM, device, 31 commandBuilder.append("dalvikvm32 -Xcompiler-option --compiler-backend=Optimizing ");
|
Mips64OptimizingBackendExecutor.java | 24 super("MIPS64 Optimizing Backend", 5, listener, Architecture.MIPS64, device, 31 commandBuilder.append("dalvikvm64 -Xcompiler-option --compiler-backend=Optimizing ");
|
MipsOptimizingBackendExecutor.java | 24 super("MIPS Optimizing Backend", 5, listener, Architecture.MIPS, device, 31 commandBuilder.append("dalvikvm32 -Xcompiler-option --compiler-backend=Optimizing ");
|
X86OptimizingBackendExecutor.java | 25 super("x86 Optimizing Backend", 5, listener, Architecture.X86, device, 32 commandBuilder.append("dalvikvm32 -Xcompiler-option --compiler-backend=Optimizing ");
|
X86_64OptimizingBackendExecutor.java | 24 super("x86_64 Optimizing Backend", 5, listener, Architecture.X86_64, device, 31 commandBuilder.append("dalvikvm64 -Xcompiler-option --compiler-backend=Optimizing ");
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
form_based_credentials_backend_unittest_base.py | 19 def _LoginUsingMock(self, backend, login_page_url, email_element_id, 58 backend.LoginNeeded(tab, ar, config)
|
/external/clang/lib/Driver/ |
Phases.cpp | 21 case Backend: return "backend";
|
/external/clang/test/CodeGen/ |
arm64_vdup.c | 18 // uncomment out the following code once scalar_to_vector in the backend 32 // match that an element is inserted into parts 0-7. The backend better
|
/external/clang/test/Driver/ |
arm-restrict-it.c | 7 // CHECK-RESTRICTED: "-backend-option" "-arm-restrict-it" 15 // CHECK-NO-RESTRICTED: "-backend-option" "-arm-no-restrict-it"
|
/external/elfutils/libebl/ |
eblbackendname.c | 1 /* Return backend name. 41 return ebl != NULL ? ebl->emulation : gettext ("No backend");
|
/external/iproute2/include/linux/ |
atmioc.h | 30 #define ATMIOC_BACKEND 0x90 /* ATM generic backend ioctls, u. per backend */
|
/external/kernel-headers/original/uapi/linux/ |
atmioc.h | 30 #define ATMIOC_BACKEND 0x90 /* ATM generic backend ioctls, u. per backend */
|