HomeSort by relevance Sort by last modified time
    Searched full:align (Results 976 - 1000 of 12436) sorted by null

<<31323334353637383940>>

  /external/clang/test/CodeGen/
func-aligned.c 6 // CHECK: define void @foo() {{.*}} align 64
ms-declspecs.c 5 // CHECK: @x1 = weak_odr global i32 1, align 4
6 // CHECK: @x2 = weak_odr constant i32 2, align 4
8 struct __declspec(align(16)) S {
13 // CHECK: @u = {{.*}}zeroinitializer, align 16
vla-3.c 1 // RUN: %clang_cc1 -std=gnu99 %s -emit-llvm -o - | grep ".*alloca.*align 16"
  /external/clang/test/CodeGenCXX/
uncode-string.cpp 6 // CHECK: @s = global [2 x i32] [i32 10018, i32 0], align 4
  /external/clang/test/CodeGenObjC/
2009-08-05-utf16.m 4 // CHECK: private unnamed_addr constant [6 x i16] [i16 105, i16 80, i16 111, i16 100, i16 8482, i16 0], section "__TEXT,__ustring", align 2
debug-info-fwddecl.m 5 // CHECK: {{.*}} [ DW_TAG_structure_type ] [ForwardObjcClass] [line 2, size 0, align 0, offset 0] [decl]
  /external/clang/test/Sema/
pragma-align-mac68k-unsupported.c 4 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_cmp.h 11 __u8 align:4; member in struct:tcf_em_cmp
  /external/llvm/test/Assembler/
MultipleReturnValueType.ll 11 store void ()* bitcast (%struct.S_102 ()* @f_102 to void ()*), void ()** @callthis, align 8
  /external/llvm/test/Bitcode/
upgrade-tbaa.ll 6 store i32 0, i32* %pI, align 4, !tbaa !{metadata !"int", metadata !0}
7 ; CHECK: store i32 0, i32* %pI, align 4, !tbaa [[TAG_INT:!.*]]
8 store float 1.000000e+00, float* %pF, align 4, !tbaa !2
9 ; CHECK: store float 1.000000e+00, float* %pF, align 4, !tbaa [[TAG_FLOAT:!.*]]
  /external/llvm/test/CodeGen/AArch64/
arm64-alloc-no-stack-realign.ll 6 @T3_retval = common global <16 x float> zeroinitializer, align 16
15 %retval = alloca <16 x float>, align 16
16 %0 = load <16 x float>* @T3_retval, align 16
19 store <16 x float> %1, <16 x float>* %agg.result, align 16
arm64-cast-opt.ll 6 @block = common global i8* null, align 8
14 %0 = load i8** @block, align 8
16 %1 = load i8* %arrayidx, align 1
19 %2 = load i8* %arrayidx2, align 1
arm64-return-vector.ll 9 %tmp1 = load <2 x double>* %p, align 16
arm64-strict-align.ll 2 ; RUN: llc < %s -mtriple=arm64-apple-darwin -aarch64-no-strict-align | FileCheck %s
3 ; RUN: llc < %s -mtriple=arm64-apple-darwin -aarch64-strict-align | FileCheck %s --check-prefix=CHECK-STRICT
13 %tmp = load i32* %p, align 2
24 %tmp = load i64* %p, align 4
arm64-volatile.ll 8 %tmp = load i64* %add.ptr, align 8
10 %tmp1 = load i64* %add.ptr1, align 8
22 %tmp = load volatile i64* %add.ptr, align 8
24 %tmp1 = load volatile i64* %add.ptr1, align 8
arm64-weak-reference.ll 8 %val = load i32* @x, align 4
  /external/llvm/test/CodeGen/ARM/Windows/
movw-movt-relocations.ll 7 @i = common global i32 0, align 4
8 @j = common global i32 0, align 4
13 %0 = load i32* @i, align 4
14 %1 = load i32* @j, align 4
  /external/llvm/test/CodeGen/ARM/
bswap16.ll 7 %0 = load i16* %data, align 2
9 store i16 %1, i16* %data, align 2
22 store i16 %0, i16* %data, align 2
33 %0 = load i16* %data, align 2
inline-diagnostics.ll 7 %c1 = alloca %struct.float4, align 4
8 %c2 = alloca %struct.float4, align 4
9 %c3 = alloca %struct.float4, align 4
12 %1 = load float* %x, align 4
ldr_frame.ll 4 %buf = alloca [32 x i32], align 4
11 %buf = alloca [32 x i8], align 4
19 %buf = alloca [32 x i32], align 4
26 %buf = alloca [32 x i8], align 4
optselect-regclass.ll 5 @opcode = external global %union.opcode.0.2.5.8.15.28, align 4
6 @operands = external hidden global [50 x i8], align 4
7 @.str86 = external hidden unnamed_addr constant [13 x i8], align 1
12 %bf.load4 = load i32* getelementptr inbounds (%union.opcode.0.2.5.8.15.28* @opcode, i32 0, i32 0), align 4
stack-frame.ll 4 %c = alloca i8, align 1
twoaddrinstr.ll 15 %0 = load <4 x float>* undef, align 4
16 store <4 x float> zeroinitializer, <4 x float>* undef, align 4
17 store <4 x float> %0, <4 x float>* undef, align 4
19 store <4 x float> %1, <4 x float>* undef, align 4
  /external/llvm/test/CodeGen/Hexagon/
memops2.ll 9 %0 = load i16* %add.ptr, align 2
13 store i16 %conv1, i16* %add.ptr, align 2
22 %0 = load i16* %add.ptr1, align 2
26 store i16 %conv2, i16* %add.ptr1, align 2

Completed in 303 milliseconds

<<31323334353637383940>>