/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_profiling_test.cc | 35 absl::string_view triple; member 47 string triple{spec.triple.data(), spec.triple.size()}; in Name() local 48 if (triple == kTriple_x86_64) { in Name() 49 triple = "x86_64"; in Name() 50 } else if (triple == kTriple_android_arm) { in Name() 51 triple = "android_arm"; in Name() 53 triple = "Unknown"; in Name() 56 return triple; in Name() 71 string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local 74 /*triple=*/triple, /*cpu_name=*/"", /*features=*/"", in TEST_P()
|
D | cpu_intrinsic_test.cc | 36 absl::string_view triple; member 52 string triple{spec.triple.data(), spec.triple.size()}; in Name() local 53 if (triple == kTriple_x86_64) { in Name() 54 triple = "x86_64"; in Name() 55 } else if (triple == kTriple_android_arm) { in Name() 56 triple = "android_arm"; in Name() 58 triple = "Unknown"; in Name() 70 return absl::StrCat(opcode, "_On_", triple, in Name() 102 string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local 106 /*triple=*/triple, /*cpu_name=*/"", /*features=*/features, in TEST_P()
|
D | cpu_vectorization_test.cc | 36 std::string triple; member 53 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local 54 if (triple == kTriple_x86_64) { in Name() 55 triple = "x86_64"; in Name() 56 } else if (triple == kTriple_android_arm) { in Name() 57 triple = "android_arm"; in Name() 59 triple = "Unknown"; in Name() 69 return absl::StrCat(opcode, "_On_", triple, in Name() 102 /*triple=*/spec.triple, /*cpu_name=*/"", /*features=*/spec.features, in TEST_P()
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | private-prefix.s | 1 # RUN: llvm-mc %s -triple=mips --target-abi=o32 | FileCheck %s --check-prefix=O32 2 # RUN: llvm-mc %s -triple=mips --target-abi=n32 | FileCheck %s --check-prefix=N32 3 # RUN: llvm-mc %s -triple=mips --target-abi=n64 | FileCheck %s --check-prefix=N64 4 # RUN: llvm-mc %s -triple=mips64 --target-abi=o32 | FileCheck %s --check-prefix=O32 5 # RUN: llvm-mc %s -triple=mips64 --target-abi=n32 | FileCheck %s --check-prefix=N32 6 # RUN: llvm-mc %s -triple=mips64 --target-abi=n64 | FileCheck %s --check-prefix=N64 7 # RUN: llvm-mc %s -triple=mips | FileCheck %s --check-prefix=O32 8 # RUN: llvm-mc %s -triple=mips-gnu | FileCheck %s --check-prefix=O32 9 # RUN: llvm-mc %s -triple=mips-gnuabin32 | FileCheck %s --check-prefix=N32 10 # RUN: llvm-mc %s -triple=mips-gnuabi64 | FileCheck %s --check-prefix=O32 [all …]
|
D | elf_eflags.s | 1 # These *MUST* match the output of 'gcc -c' compiled with the same triple and 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l… 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l… 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l… 15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na… 17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na… 20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv… [all …]
|
D | elf_header.s | 2 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 … 3 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips2 … 4 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips3 … 5 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips4 … 6 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips5 … 7 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux … 8 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux … 9 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux … 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 … 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r3 … [all …]
|
/external/llvm/test/MC/X86/ |
D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s [all …]
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s [all …]
|
D | x86_long_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu -mcpu=pentiumpro %s | llvm-objdu… 2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=pentiumpro | llvm-objdump… 3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 -mcpu=pentiumpro %s | llvm-o… 4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 -mcpu=pentiumpro %s | llvm-objdum… 5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d --n… 6 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=silvermont %s | llvm-objdump… 7 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=lakemont %s | llvm-objdump -… 8 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu -mcpu=bdver1 %s | llvm-objdump -… 9 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=bdver1 | llvm-objdump -d … 10 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu -mcpu=btver1 %s | llvm-objdump -… [all …]
|
/external/llvm/test/MC/Mips/ |
D | elf_eflags.s | 1 # These *MUST* match the output of 'gcc -c' compiled with the same triple and 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l… 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l… 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l… 15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na… 17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na… 20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv… [all …]
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | personality.mm | 1 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fcxx-exceptions -… 2 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fdwarf-exceptions -fobjc-exceptions… 3 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fseh-exceptions -fobjc-exceptions -… 4 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fsjlj-exceptions -fobjc-exceptions … 5 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fcxx-exceptions -… 6 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fdwarf-exceptions -fobjc-exceptions… 7 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fseh-exceptions -fobjc-exceptions -… 8 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fsjlj-exceptions -fobjc-exceptions … 9 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fcxx-exceptions -… 10 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fdwarf-exceptions -fobjc-exceptions… [all …]
|
/external/clang/test/Headers/ |
D | opencl-c-header.cl | 1 // RUN: %clang_cc1 -triple spir-unknown-unknown -internal-isystem ../../lib/Headers -include opencl… 2 // RUN: %clang_cc1 -triple spir-unknown-unknown -internal-isystem ../../lib/Headers -include opencl… 3 // RUN: %clang_cc1 -triple spir-unknown-unknown -internal-isystem ../../lib/Headers -include opencl… 4 // RUN: %clang_cc1 -triple spir-unknown-unknown -internal-isystem ../../lib/Headers -include opencl… 5 // RUN: %clang_cc1 -triple spir64-unknown-unknown -internal-isystem ../../lib/Headers -include open… 6 // RUN: %clang_cc1 -triple spir64-unknown-unknown -internal-isystem ../../lib/Headers -include open… 7 // RUN: %clang_cc1 -triple spir64-unknown-unknown -internal-isystem ../../lib/Headers -include open… 8 // RUN: %clang_cc1 -triple spir64-unknown-unknown -internal-isystem ../../lib/Headers -include open… 9 // RUN: %clang_cc1 -triple amdgcn-unknown-amdhsa -internal-isystem ../../lib/Headers -include openc… 10 // RUN: %clang_cc1 -triple amdgcn-unknown-amdhsa -internal-isystem ../../lib/Headers -include openc… [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 50 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local 51 switch (triple.getOS()) { in CreateInstance() 148 llvm::Triple triple; in GetSupportedArchitectureAtIndex() local 150 triple.setOS(llvm::Triple::Linux); in GetSupportedArchitectureAtIndex() 154 triple.setArchName("x86_64"); in GetSupportedArchitectureAtIndex() 157 triple.setArchName("i386"); in GetSupportedArchitectureAtIndex() 160 triple.setArchName("arm"); in GetSupportedArchitectureAtIndex() 163 triple.setArchName("aarch64"); in GetSupportedArchitectureAtIndex() 166 triple.setArchName("mips64"); in GetSupportedArchitectureAtIndex() 169 triple.setArchName("hexagon"); in GetSupportedArchitectureAtIndex() [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 78 const llvm::Triple &triple); 87 void AddDefaultCIncludePaths(const llvm::Triple &triple, 92 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, 98 const llvm::Triple &triple, 180 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument 185 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths() 207 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument 209 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 223 if (triple.getEnvironment() != llvm::Triple::Cygnus) in AddDefaultCIncludePaths() 264 llvm::sys::path::append(P, "../../..", triple.str(), "include"); in AddDefaultCIncludePaths() [all …]
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | personality.m | 1 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=mac… 2 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=ios… 3 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=mac… 4 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=wat… 5 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=gnu… 6 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=gnu… 7 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=gcc… 8 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fseh-exceptions -fobjc-exceptions -… 9 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fsjlj-exceptions -fobjc-exceptions … 10 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -fobjc-exceptions -fobjc-runtime=obj… [all …]
|
D | availability-cf-link-guard.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.11 -emit-llvm -o - %s | FileCheck --check-prefixes… 2 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.11 -emit-llvm -o - -D USE_BUILTIN %s | FileCheck -… 3 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.11 -emit-llvm -o - -D DEF_CF %s | FileCheck --chec… 4 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.12 -emit-llvm -o - %s | FileCheck --check-prefix=C… 5 // RUN: %clang_cc1 -triple x86_64-unknown-linux -emit-llvm -o - %s | FileCheck --check-prefix=CHECK… 6 // RUN: %clang_cc1 -triple x86_64-apple-macos10.15 -DCHECK_OS="macos 10.15.1" -emit-llvm -o - %s | … 7 // RUN: %clang_cc1 -triple arm64-apple-ios13.0 -DCHECK_OS="ios 14" -emit-llvm -o - %s | FileCheck -… 8 // RUN: %clang_cc1 -triple arm64-apple-tvos13.0 -DCHECK_OS="tvos 14" -emit-llvm -o - %s | FileCheck… 9 // RUN: %clang_cc1 -triple arm64-apple-watchos6.0 -DCHECK_OS="watchos 7" -emit-llvm -o - %s | FileC… 10 // RUN: %clang_cc1 -triple arm64-apple-ios12.0 -DCHECK_OS="ios 13" -emit-llvm -o - %s | FileCheck -… [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.3a-rcpc.txt | 1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.2a -mattr=+rcpc --disassemble < %s | FileC… 2 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.3a --disassemble < %s | FileCheck %s 3 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a55 --disassemble < %s | FileCheck %s 4 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a65 --disassemble < %s | FileCheck %s 5 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a65ae --disassemble < %s | FileCheck %s 6 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a75 --disassemble < %s | FileCheck %s 7 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a77 --disassemble < %s | FileCheck %s 8 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a78 --disassemble < %s | FileCheck %s 9 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-x1 --disassemble < %s | FileCheck %s 10 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=neoverse-e1 --disassemble < %s | FileCheck %s [all …]
|
D | arm64-basic-a64-undefined.txt | 4 # RUN: echo "0x00 0x08 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 5 # RUN: echo "0x00 0x88 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 9 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 10 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 11 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 14 # RUN: echo "0x00 0x00 0xc0 0x72" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 17 # RUN: echo "0x00 0x00 0xc0 0xeb" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 18 # RUN: echo "0x00 0x80 0x80 0x6b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 21 # RUN: echo "0x00 0x80 0x00 0x53" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 24 # RUN: echo "0x00 0x40 0x00 0x2e" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-basic-a64-undefined.txt | 4 # RUN: echo "0x00 0x08 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 5 # RUN: echo "0x00 0x88 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 9 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 10 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 11 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 14 # RUN: echo "0x00 0x00 0xc0 0x72" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 17 # RUN: echo "0x00 0x00 0xc0 0xeb" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 18 # RUN: echo "0x00 0x80 0x80 0x6b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 21 # RUN: echo "0x00 0x80 0x00 0x53" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 24 # RUN: echo "0x00 0x40 0x00 0x2e" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s [all …]
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | compress-rv32b.s | 1 # RUN: llvm-mc -triple riscv32 -mattr=+c,+experimental-zbproposedc -show-encoding < %s \ 3 # RUN: llvm-mc -triple riscv32 -mattr=+c,+experimental-zbproposedc -show-encoding \ 5 # RUN: llvm-mc -triple riscv32 -mattr=+c,+experimental-zbproposedc -filetype=obj < %s \ 6 # RUN: | llvm-objdump --triple=riscv32 --mattr=+c,+experimental-zbproposedc -d - \ 8 # RUN: llvm-mc -triple riscv32 -mattr=+c,+experimental-zbproposedc -filetype=obj < %s \ 9 # RUN: | llvm-objdump --triple=riscv32 --mattr=+c,+experimental-zbproposedc -d -M no-aliases - \ 12 # RUN: llvm-mc -triple riscv64 -mattr=+c,+experimental-zbproposedc -show-encoding < %s \ 14 # RUN: llvm-mc -triple riscv64 -mattr=+c,+experimental-zbproposedc -show-encoding \ 16 # RUN: llvm-mc -triple riscv64 -mattr=+c,+experimental-zbproposedc -filetype=obj < %s \ 17 # RUN: | llvm-objdump --triple=riscv64 --mattr=+c,+experimental-zbproposedc -d - \ [all …]
|
D | target-abi-invalid.s | 1 # RUN: llvm-mc -triple=riscv32 -target-abi foo < %s 2>&1 \ 3 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32foof < %s 2>&1 \ 9 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32 < %s 2>&1 \ 11 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi ilp32f < %s 2>&1 \ 13 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi ilp32d < %s 2>&1 \ 15 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32e < %s 2>&1 \ 23 # RUN: llvm-mc -triple=riscv32 -target-abi lp64 < %s 2>&1 \ 25 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi lp64f < %s 2>&1 \ 27 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi lp64d < %s 2>&1 \ 29 # RUN: llvm-mc -triple=riscv32 -mattr=+e -target-abi lp64 < %s 2>&1 \ [all …]
|
D | compress-rv32d.s | 1 # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding < %s \ 3 # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding \ 5 # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -filetype=obj < %s \ 6 # RUN: | llvm-objdump --triple=riscv32 --mattr=+c,+d -d - \ 8 # RUN: llvm-mc -triple riscv32 -mattr=+c,+d -filetype=obj < %s \ 9 # RUN: | llvm-objdump --triple=riscv32 --mattr=+c,+d -d -M no-aliases - \ 12 # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -show-encoding < %s \ 14 # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -show-encoding \ 16 # RUN: llvm-mc -triple riscv64 -mattr=+c,+d -filetype=obj < %s \ 17 # RUN: | llvm-objdump --triple=riscv64 --mattr=+c,+d -d - \ [all …]
|
D | target-abi-valid.s | 1 # RUN: llvm-mc -triple=riscv32 -filetype=obj < %s \ 4 # RUN: llvm-mc -triple=riscv32 -target-abi ilp32 -filetype=obj < %s \ 7 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32 -filetype=obj < %s \ 10 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi ilp32 -filetype=obj < %s \ 13 # RUN: llvm-mc -triple=riscv64 -filetype=obj < %s \ 16 # RUN: llvm-mc -triple=riscv64 -target-abi lp64 -filetype=obj < %s \ 19 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64 -filetype=obj < %s \ 22 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi lp64 -filetype=obj < %s \ 26 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32f -filetype=obj < %s \ 29 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi ilp32f -filetype=obj < %s \ [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | hip-rdc-device-only.hip | 50 // COMMON: [[CLANG:".*clang.*"]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn… 51 // COMMON-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" 62 // COMMON: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa" 63 // COMMON-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" 74 // COMMON: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa" 75 // COMMON-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" 86 // COMMON: [[CLANG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa" 87 // COMMON-SAME: "-aux-triple" "x86_64-unknown-linux-gnu" 98 …*"]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa" "-aux-triple" … 102 …NG]] "-cc1" "-mllvm" "--amdhsa-code-object-version=4" "-triple" "amdgcn-amd-amdhsa" "-aux-triple" … [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 55 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local 56 switch (triple.getOS()) { in CreateInstance() 152 llvm::Triple triple; in GetSupportedArchitectureAtIndex() local 154 triple.setOS(llvm::Triple::FreeBSD); in GetSupportedArchitectureAtIndex() 158 triple.setArchName("x86_64"); in GetSupportedArchitectureAtIndex() 161 triple.setArchName("i386"); in GetSupportedArchitectureAtIndex() 164 triple.setArchName("aarch64"); in GetSupportedArchitectureAtIndex() 167 triple.setArchName("arm"); in GetSupportedArchitectureAtIndex() 170 triple.setArchName("mips64"); in GetSupportedArchitectureAtIndex() 173 triple.setArchName("mips"); in GetSupportedArchitectureAtIndex() [all …]
|