HomeSort by relevance Sort by last modified time
    Searched full:ptralign (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
mips-varargs.c 24 // O32: %va = alloca i8*, align [[PTRALIGN:4]]
25 // N32: %va = alloca i8*, align [[PTRALIGN:4]]
26 // N64: %va = alloca i8*, align [[PTRALIGN:8]]
32 // ALL: [[AP_CUR:%.+]] = load i8*, i8** %va, align [[PTRALIGN]]
36 // ALL: store i8* [[AP_NEXT]], i8** %va, align [[PTRALIGN]]
66 // ALL: %va = alloca i8*, align [[PTRALIGN]]
69 // ALL: [[AP_CUR:%.+]] = load i8*, i8** %va, align [[PTRALIGN]]
79 // ALL: store i8* [[AP_NEXT]], i8** %va, align [[PTRALIGN]]
100 // ALL: %va = alloca i8*, align [[PTRALIGN]]
101 // ALL: [[V:%.*]] = alloca i8*, align [[PTRALIGN]]
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-cr16.c 585 int ptralign; local
594 ptralign = 1;
598 ptralign = 2;
611 || ! bfd_set_section_alignment (abfd, s, ptralign))
618 || ! bfd_set_section_alignment (abfd, s, ptralign))
2248 int ptralign = 0; local
    [all...]
elf-m10300.c 693 int ptralign; local
703 ptralign = 2;
707 ptralign = 3;
745 || ! bfd_set_section_alignment (abfd, s, ptralign))
753 || ! bfd_set_section_alignment (abfd, s, ptralign))
4811 int ptralign = 0; local
    [all...]
elf64-sh64.c 3133 int ptralign = 0; local
    [all...]
elf32-lm32.c 2456 int ptralign = 2; \/* 32bit *\/ local
    [all...]
elf32-m32r.c 1637 int ptralign = 2; \/* 32bit *\/ local
    [all...]
elf32-bfin.c 3393 int ptralign; local
    [all...]
elf32-frv.c 4165 int ptralign; local
    [all...]
elf32-sh.c 2664 int ptralign = 0; local
    [all...]
elf32-nds32.c 3427 int ptralign = 2; \/* 32-bit *\/ local
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]

Completed in 242 milliseconds