OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aarch64
(Results
76 - 100
of
305
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/AArch64/
large-consts.ll
1
; RUN: llc -mtriple=
aarch64
-linux-gnu -o - %s -code-model=large -show-mc-encoding | FileCheck %s
movw-shift-encoding.ll
1
; RUN: llc -mtriple=
aarch64
-linux-gnu < %s -show-mc-encoding -code-model=large | FileCheck %s
regress-tail-livereg.ll
1
; RUN: llc -verify-machineinstrs -mtriple=
aarch64
-none-linux-gnu < %s | FileCheck %s
tls-dynamic-together.ll
1
; RUN: llc -O0 -mtriple=
aarch64
-none-linux-gnu -relocation-model=pic -verify-machineinstrs < %s | FileCheck %s
local_vars.ll
1
; RUN: llc -verify-machineinstrs < %s -mtriple=
aarch64
-none-linux-gnu -O0 | FileCheck %s
2
; RUN: llc -verify-machineinstrs < %s -mtriple=
aarch64
-none-linux-gnu -O0 -disable-fp-elim | FileCheck -check-prefix CHECK-WITHFP %s
regress-tblgen-chains.ll
1
; RUN: llc -verify-machineinstrs -mtriple=
aarch64
-none-linux-gnu < %s | FileCheck %s
5
; which used the chain. This meant that the
AArch64
load/stores weren't
neon-facge-facgt.ll
1
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -mattr=+neon < %s | FileCheck %s
5
declare <2 x i64> @llvm.
aarch64
.neon.vacgeq(<2 x double>, <2 x double>)
25
%val = call <2 x i64> @llvm.
aarch64
.neon.vacgeq(<2 x double> %A, <2 x double> %B)
32
declare <2 x i64> @llvm.
aarch64
.neon.vacgtq(<2 x double>, <2 x double>)
52
%val = call <2 x i64> @llvm.
aarch64
.neon.vacgtq(<2 x double> %A, <2 x double> %B)
jump-table.ll
1
; RUN: llc -verify-machineinstrs < %s -mtriple=
aarch64
-none-linux-gnu | FileCheck %s
2
; RUN: llc -code-model=large -verify-machineinstrs < %s -mtriple=
aarch64
-none-linux-gnu | FileCheck --check-prefix=CHECK-LARGE %s
3
; RUN: llc -verify-machineinstrs < %s -mtriple=
aarch64
-none-linux-gnu -filetype=obj | llvm-readobj -r | FileCheck %s -check-prefix=CHECK-ELF
basic-pic.ll
1
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -verify-machineinstrs -relocation-model=pic %s -o - | FileCheck %s
2
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -verify-machineinstrs -relocation-model=pic -filetype=obj %s -o -| llvm-objdump -r - | FileCheck --check-prefix=CHECK-ELF %s
extern-weak.ll
1
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -o - < %s | FileCheck %s
2
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -code-model=large -o - < %s | FileCheck --check-prefix=CHECK-LARGE %s
tls-execs.ll
1
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -verify-machineinstrs -show-mc-encoding < %s | FileCheck %s
2
; RUN: llc -mtriple=
aarch64
-none-linux-gnu -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-RELOC %s
/external/llvm/test/MC/AArch64/
elf-reloc-ldstunsimm.s
1
// RUN: llvm-mc -triple=
aarch64
-none-linux-gnu -filetype=obj %s -o - | \
elf-reloc-pcreladdressing.s
1
// RUN: llvm-mc -triple=
aarch64
-none-linux-gnu -filetype=obj %s -o - | \
mapping-within-section.s
1
// RUN: llvm-mc -triple=
aarch64
-none-linux-gnu -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
/external/llvm/test/MC/Disassembler/AArch64/
ldp-postind.predictable.txt
1
# RUN: llvm-mc -triple=
aarch64
-disassemble < %s 2>&1 | FileCheck %s
ldp-preind.predictable.txt
1
# RUN: llvm-mc -triple=
aarch64
-disassemble < %s 2>&1 | FileCheck %s
/external/clang/include/clang/Basic/
BuiltinsAArch64.def
1
//===-- BuiltinsAArch64.def -
AArch64
Builtin function database -*- C++ -*-===//
10
// This file defines the
AArch64
-specific builtin function database. Users of
/external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp
1
//===-- AArch64Subtarget.cpp -
AArch64
Subtarget Information --------------===//
10
// This file implements the
AArch64
specific subclass of TargetSubtargetInfo.
AArch64TargetMachine.cpp
1
//===-- AArch64TargetMachine.cpp - Define TargetMachine for
AArch64
-------===//
16
#include "
AArch64
.h"
45
///
AArch64
Code Generator Pass Configuration Options.
AArch64.td
1
//===-
AArch64
.td - Describe the
AArch64
Target Machine -------*- tblgen -*-==//
10
// This is the top level entry point for the
AArch64
target.
21
//
AArch64
Subtarget features.
31
//
AArch64
Processors
67
def
AArch64
: Target {
AArch64Subtarget.h
1
//==-- AArch64Subtarget.h - Define Subtarget for the
AArch64
---*- C++ -*--===//
10
// This file declares the
AArch64
specific subclass of TargetSubtargetInfo.
AArch64TargetMachine.h
1
//=== AArch64TargetMachine.h - Define TargetMachine for
AArch64
-*- C++ -*-===//
10
// This file declares the
AArch64
specific subclass of TargetMachine.
/external/llvm/lib/Target/AArch64/Utils/
LLVMBuild.txt
21
parent =
AArch64
23
add_to_library_groups =
AArch64
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp
1
//===- lib/MC/AArch64ELFStreamer.cpp - ELF Object Output for
AArch64
------===//
10
// This file assembles .s files and emits
AArch64
ELF .o object files. Different
45
///
AArch64
ELF ABI:
86
///
AArch64
streamer overrides it to add the appropriate mapping symbol ($d)
94
///
AArch64
streamer overrides it to add the appropriate mapping symbol ($d)
/external/clang/test/CodeGenCXX/
aarch64-mangle-neon-vectors.cpp
1
// REQUIRES:
aarch64
-registered-target
2
// RUN: %clang_cc1 -triple
aarch64
-none-linux-gnu %s -emit-llvm -o - | FileCheck %s
Completed in 753 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>