HomeSort by relevance Sort by last modified time
    Searched refs:triple (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/llvm/test/MC/ARM/
elf-movt.s 1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi | FileCheck -check-prefix=ASM %s
2 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
vpush-vpop.s 1 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
arm_fixups.s 1 @ RUN: llvm-mc -triple armv7-unknown-unknown %s --show-encoding > %t
arm-memory-instructions.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
arm_addrmode3.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
neon-dup-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-reverse-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-table-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-reverse-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-table-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
darwin-Thumb-reloc.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
  /external/llvm/test/MC/MBlaze/
mblaze_pattern.s 1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
mblaze_shift.s 1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
  /external/llvm/tools/lto/
lto.cpp 145 // sets triple string with which the object will be codegened.
147 void lto_module_set_target_triple(lto_module_t mod, const char *triple)
149 return mod->setTargetTriple(triple);
  /external/clang/include/clang/Frontend/
Utils.h 25 class Triple;
58 const llvm::Triple &triple);
  /external/llvm/test/MC/AsmParser/
directive_seh.s 1 # RUN: llvm-mc -triple x86_64-pc-win32 %s | FileCheck %s
  /frameworks/compile/libbcc/lib/ScriptCRT/
Android.mk 43 $(hide) $(clcore_CLANG) $(addprefix -I, $(PRIVATE_INCLUDES)) -MD -std=c99 -c -O3 -fno-builtin -emit-llvm -ccc-host-triple armv7-none-linux-gnueabi $< -o $@
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 44 Triple::ArchType Arch;
49 { Triple::x86, "i386-unknown-unknown" },
50 { Triple::x86_64, "x86_64-unknown-unknown" },
51 { Triple::arm, "arm-unknown-unknown" },
52 { Triple::thumb, "thumb-unknown-unknown" },
53 { Triple::InvalidArch, NULL, }
59 /// @arg arch - The Triple::ArchType for the desired architecture
60 static const char *tripleFromArch(Triple::ArchType arch) {
77 static int getLLVMSyntaxVariant(Triple::ArchType arch,
84 if (arch == Triple::x86 || arch == Triple::x86_64
150 const char *triple = tripleFromArch(key.Arch); local
375 StringRef triple = tripleFromArch(Key.Arch); local
    [all...]
  /external/v8/tools/gcmole/
gcmole.lua 52 local function MakeClangCommandLine(plugin, triple, arch_define)
55 .. " -triple " .. triple
65 cfg.triple,
151 ia32 = config { triple = "i586-unknown-linux",
153 arm = config { triple = "i586-unknown-linux",
155 x64 = config { triple = "x86_64-unknown-linux",
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 1123 final Object[][] triple = { local
1187 final Object[][] triple = { local
1421 final Object[][] triple = { local
1474 final Object[][] triple = { local
1572 final Object[][] triple = { local
1642 final Object[][] triple = { local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 285 static bool supportsNilWithFloatRet(const llvm::Triple &triple) {
286 return triple.getVendor() == llvm::Triple::Apple &&
287 (!triple.isMacOSXVersionLT(10,5) ||
288 triple.getArch() == llvm::Triple::arm ||
289 triple.getArch() == llvm::Triple::thumb);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 21 #include "llvm/ADT/Triple.h"
168 llvm::Triple triple(origCI.getTargetOpts().Triple);
170 if (triple.getOS() == llvm::Triple::IOS)
171 return triple.getOSMajorVersion() >= 5;
173 if (triple.getOS() == llvm::Triple::Darwin)
174 return triple.getOSMajorVersion() >= 11
    [all...]
  /external/llvm/include/llvm-c/
EnhancedDisassembly.h 96 @param triple Identifies the target. Example: "x86_64-apple-darwin10"
101 const char *triple,
lto.h 150 * Returns triple string which the object module was compiled under.
156 * Sets triple string with which the object will be codegened.
159 lto_module_set_target_triple(lto_module_t mod, const char *triple);
  /external/llvm/tools/gold/
gold-plugin.cpp 81 static std::string triple; member in namespace:options
103 triple = opt.substr(strlen("mtriple="));
282 if (!options::triple.empty())
283 lto_module_set_target_triple(M, options::triple.c_str());

Completed in 504 milliseconds

1 23 4 5 6 7