Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 25 of 1904) sorted by relevance

12345678910>>...77

/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-undefined.txt5 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
6 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
7 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
11 # RUN: echo "0xdf 0x3 0x80 0x91" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
12 # RUN: echo "0xed 0x8e 0xc4 0x31" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
13 # RUN: echo "0x62 0xfc 0xbf 0x11" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
14 # RUN: echo "0x3 0xff 0xff 0x91" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
18 # RUN: echo "0xd7 0xfc 0xff 0xb9" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
19 # RUN: echo "0xd7 0xfc 0xcf 0xf9" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
23 # RUN: echo "0x23 0x01 0x18 0x1e" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s
[all …]
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp77 const llvm::Triple &triple);
91 void AddDefaultCIncludePaths(const llvm::Triple &triple,
96 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple,
102 const llvm::Triple &triple,
184 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument
189 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths()
224 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument
226 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
346 AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths() argument
347 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
[all …]
/external/clang/test/PCH/
Darc.m2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyn…
5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-heade…
6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
9 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-l…
10 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/…
11 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-o…
Dsubscripting-literals.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch
/external/llvm/bindings/python/llvm/tests/
Dtest_disassembler.py11 triple = 'i686-apple-darwin9'
13 disassembler = Disassembler(triple)
32 triple = 'arm-linux-android'
34 disassembler = Disassembler(triple)
/external/clang/test/CodeGenObjC/
Dobjc2-weak-ivar-debug.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -em…
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit…
3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5…
4 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -…
Dclass-type.m1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o …
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - …
Dattr-availability.m1 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin8.0.0" -emit-llvm -o - %s | Fi…
2 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin9.0.0" -emit-llvm -o - %s | Fi…
3 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin10.0.0" -emit-llvm -o - %s | F…
Dfp2ret.m1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s…
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o -…
7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -targ…
Doptimized-setter.m1 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=macosx-10.8 -triple x86_64-apple-macosx10.8.0 -o - …
2 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=ios-6.0.0 -triple x86_64-apple-ios6.0.0 -o - | Fil…
3 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=gnustep-1.7 -triple x86_64-unknown-freebsd -o - | F…
Dnext-objc-dispatch.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - …
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
9 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
13 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
/external/llvm/test/CodeGen/ARM/
Dtrap.ll4 ; RUN: | llvm-objdump -disassemble -triple armv7-unknown-nacl - \
7 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
10 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
13 ; RUN: | llvm-objdump -disassemble -triple armv7-unknown-nacl - \
16 ; RUN: | llvm-objdump -disassemble -triple armv7 - \
19 ; RUN: | llvm-objdump -disassemble -triple armv7 - \
/external/llvm/test/MC/X86/
Dx86_long_nop.s1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-ra…
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-…
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-sho…
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw…
/external/llvm/test/MC/AsmParser/
Ddirective_lcomm.s1 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp96 const std::string &triple) { in compile() argument
122 c.getTargetOpts().Triple = triple; in compile()
148 link(llvm::Module *mod, const std::string &triple, in link() argument
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative); in link()
255 const compat::string &triple) {
259 llvm::Module *mod = compile(source, "cl_input", triple);
263 link(mod, triple, kernels);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp96 const std::string &triple) { in compile() argument
122 c.getTargetOpts().Triple = triple; in compile()
148 link(llvm::Module *mod, const std::string &triple, in link() argument
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative); in link()
255 const compat::string &triple) {
259 llvm::Module *mod = compile(source, "cl_input", triple);
263 link(mod, triple, kernels);
/external/clang/test/ARCMT/
Dobjcmt-with-pch.m2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -objcmt-migrate-literals -objcmt-migrate-subscript…
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pc…
Dobjcmt-with-pch.m.result2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -objcmt-migrate-literals -objcmt-migrate-subscript…
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pc…
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DFormatterTest.java1123 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionB() local
1167 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionB()
1169 f.format((String)triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local
1170 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB()
1171 … + ",pattern[" + i + "]:" + triple[i][pattern], triple[i][output], f.toString()); in test_format_LString$LObject_GeneralConversionB()
1174 f.format(((String)triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local
1175 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB()
1176 + ",pattern[" + i + "]:" + triple[i][pattern], ((String)triple[i][output]) in test_format_LString$LObject_GeneralConversionB()
1187 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionS() local
1231 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionS()
[all …]
/external/llvm/test/MC/ARM/
Darm-thumb-cpus-default.s2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s | FileCheck %s --check-prefix=CHECK-ARM-THUMB
5 @ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
6 @ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
Darm-thumb-cpus.s2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB
5 @ RUN: not llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUM…
6 @ RUN: not llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUM…
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py227 def compileAsm(filename, triple, src): argument
228 cmd = ["llvm-mc", "-triple=" + triple, "-filetype=obj", "-o", filename]
234 def compileIR(filename, triple, src): argument
235 cmd = ["llc", "-mtriple=" + triple, "-filetype=obj", "-o", filename]
242 def craftElf(filename, triple, relocs, dummyReloc): argument
243 print("Crafting " + filename + " for " + triple)
249 compileIR(filename, triple, src)
252 compileAsm(filename, triple, src)
316 def craftCoff(filename, triple, relocs, dummyReloc): argument
317 print("Crafting " + filename + " for " + triple)
[all …]
/external/clang/
DNOTES.txt48 // Specifying targets: -triple and -arch
51 The clang supports "-triple" and "-arch" options. At most one -triple and one
56 (1) If the user does not specify -triple, we default to the host triple.
58 specified triple.
/external/v8/tools/gcmole/
Dgcmole.lua88 local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define)
98 .. " -triple " .. triple
107 cfg.triple,
191 ia32 = config { triple = "i586-unknown-linux",
193 arm = config { triple = "i586-unknown-linux",
195 x64 = config { triple = "x86_64-unknown-linux",
/external/chromium_org/v8/tools/gcmole/
Dgcmole.lua93 local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define)
103 .. " -triple " .. triple
115 cfg.triple,
194 ia32 = config { triple = "i586-unknown-linux",
196 arm = config { triple = "i586-unknown-linux",
198 x64 = config { triple = "x86_64-unknown-linux",

12345678910>>...77