| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/ |
| H A D | default-fp-mode.ll | 1 …tr=-fp32-denormals,+fp64-denormals < %s | FileCheck -check-prefix=FP64-DENORMAL -check-prefix=FUNC… 2 …tr=+fp32-denormals,-fp64-denormals < %s | FileCheck -check-prefix=FP32-DENORMAL -check-prefix=FUNC… 3 …tr=+fp32-denormals,+fp64-denormals < %s | FileCheck -check-prefix=BOTH-DENORMAL -check-prefix=FUNC… 4 …ttr=-fp32-denormals,-fp64-denormals < %s | FileCheck -check-prefix=NO-DENORMAL -check-prefix=FUNC … 5 ; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=DEFAULT -check-prefix=FUNC %s 6 …amdgcn -mcpu=SI -mattr=-fp32-denormals < %s | FileCheck -check-prefix=DEFAULT -check-prefix=FUNC %s 7 …amdgcn -mcpu=SI -mattr=+fp64-denormals < %s | FileCheck -check-prefix=DEFAULT -check-prefix=FUNC %s 8 …tr=-fp32-denormals,+fp64-denormals < %s | FileCheck -check-prefix=FP64-DENORMAL -check-prefix=FUNC… 9 …tr=+fp32-denormals,-fp64-denormals < %s | FileCheck -check-prefix=FP32-DENORMAL -check-prefix=FUNC… 10 …tr=+fp32-denormals,+fp64-denormals < %s | FileCheck -check-prefix=BOTH-DENORMAL -check-prefix=FUNC… [all …]
|
| H A D | llvm.AMDGPU.rcp.ll | 1 …p-math -verify-machineinstrs < %s | FileCheck -check-prefix=SI-UNSAFE -check-prefix=SI -check-pref… 2 …normals -verify-machineinstrs < %s | FileCheck -check-prefix=SI-SAFE -check-prefix=SI -check-prefi… 3 …ls -verify-machineinstrs < %s | FileCheck -check-prefix=SI-SAFE-SPDENORM -check-prefix=SI -check-p… 4 …p-math -verify-machineinstrs < %s | FileCheck -check-prefix=SI-UNSAFE -check-prefix=SI -check-pref… 5 …normals -verify-machineinstrs < %s | FileCheck -check-prefix=SI-SAFE -check-prefix=SI -check-prefi… 6 …ls -verify-machineinstrs < %s | FileCheck -check-prefix=SI-SAFE-SPDENORM -check-prefix=SI -check-p… 8 …00 -mcpu=cypress -verify-machineinstrs < %s | FileCheck -check-prefix=EG-SAFE -check-prefix=FUNC %s 9 …rch=r600 -mcpu=cayman -verify-machineinstrs < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
|
| /minix3/external/bsd/bind/dist/lib/isc/ |
| H A D | radix.c | 39 _deref_prefix(isc_prefix_t *prefix); 42 _ref_prefix(isc_mem_t *mctx, isc_prefix_t **target, isc_prefix_t *prefix); 54 isc_prefix_t *prefix; in _new_prefix() local 61 prefix = isc_mem_get(mctx, sizeof(isc_prefix_t)); in _new_prefix() 62 if (prefix == NULL) in _new_prefix() 66 prefix->bitlen = (bitlen >= 0) ? bitlen : 128; in _new_prefix() 67 memmove(&prefix->add.sin6, dest, 16); in _new_prefix() 70 prefix->bitlen = (bitlen >= 0) ? bitlen : 32; in _new_prefix() 71 memmove(&prefix->add.sin, dest, 4); in _new_prefix() 74 prefix->family = family; in _new_prefix() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Driver/ |
| H A D | debug-options.c | 5 | FileCheck -check-prefix=G %s 7 | FileCheck -check-prefix=G %s 9 | FileCheck -check-prefix=G %s 11 | FileCheck -check-prefix=G %s 13 | FileCheck -check-prefix=G %s 15 | FileCheck -check-prefix=G %s 18 | FileCheck -check-prefix=G_DARWIN %s 20 | FileCheck -check-prefix=G_DARWIN %s 22 | FileCheck -check-prefix=G_DARWIN %s 24 | FileCheck -check-prefix=G_DARWIN %s [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/cconv/ |
| H A D | arguments-struct.ll | 1 …nu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 2 …nu -relocation-model=static < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 4 …del=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 5 …del=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 7 …del=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 8 …del=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 10 …del=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefi… 11 …del=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefi… 16 ; the 'NEW' prefix (the N stands for New).
|
| H A D | stack-alignment.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s 4 ; RUN-TODO: llc -march=mips64 -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O… 5 ; RUN-TODO: llc -march=mips64el -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix… 7 ; RUN: llc -march=mips64 -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 8 ; RUN: llc -march=mips64el -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 … 10 ; RUN: llc -march=mips64 -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s 11 ; RUN: llc -march=mips64el -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 …
|
| /minix3/crypto/external/bsd/openssl/dist/ms/ |
| H A D | uplink-x86_64.pl | 11 $prefix="_lazy"; 20 .type $prefix${i},\@abi-omnipotent 22 $prefix${i}: 38 $prefix${i}_end: 39 .size $prefix${i},.-$prefix${i} 47 for ($i=1;$i<=$N;$i++) { print " .quad $prefix$i\n"; } 54 .rva $prefix${i},$prefix${i}_end,${prefix}_unwind_info 60 ${prefix}_unwind_info:
|
| /minix3/external/bsd/llvm/dist/llvm/test/FileCheck/ |
| H A D | validate-check-prefix.txt | 1 // RUN: not FileCheck -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX … 2 // RUN: FileCheck -check-prefix=A1a-B_c -input-file %s %s 3 // RUN: not FileCheck -check-prefix=REPEAT -check-prefix=REPEAT -input-file %s %s 2>&1 | FileCheck … 4 // RUN: not FileCheck -check-prefix=VALID -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -chec… 5 // RUN: not FileCheck -check-prefix= -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX %s 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
| H A D | check-substring-multi-prefix-2.txt | 1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s 2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s 3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/llvm-ir/ |
| H A D | sub.ll | 2 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP32 4 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP32 6 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 8 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 10 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 12 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 14 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64
|
| H A D | add.ll | 2 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP32 4 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP32 6 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 8 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 10 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 12 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 14 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64
|
| H A D | srem.ll | 2 ; RUN: -check-prefix=GP32 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 4 ; RUN: -check-prefix=GP32 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 5 ; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s -check-prefix=GP32 \ 6 ; RUN: -check-prefix=R2 -check-prefix=R2-R6 -check-prefix=NOT-R6 8 ; RUN: -check-prefix=GP32 -check-prefix=R6 -check-prefix=R2-R6 10 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 12 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 14 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 16 ; RUN: -check-prefix=R2 -check-prefix=R2-R6 \ 17 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 [all …]
|
| H A D | lshr.ll | 2 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 3 ; RUN: -check-prefix=M2 -check-prefix=NOT-R2-R6 5 ; RUN: -check-prefix=ALL -check-prefix=GP32 -check-prefix=NOT-R2-R6 \ 6 ; RUN: -check-prefix=32R1-R2 8 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 9 ; RUN: -check-prefix=32R1-R2 -check-prefix=R2-R6 11 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 12 ; RUN: -check-prefix=32R6 -check-prefix=R2-R6 14 ; RUN: -check-prefix=ALL -check-prefix=GP64 \ 15 ; RUN: -check-prefix=M3 -check-prefix=NOT-R2-R6 [all …]
|
| H A D | shl.ll | 2 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 3 ; RUN: -check-prefix=M2 -check-prefix=NOT-R2-R6 5 ; RUN: -check-prefix=ALL -check-prefix=GP32 -check-prefix=NOT-R2-R6 \ 6 ; RUN: -check-prefix=32R1-R2 8 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 9 ; RUN: -check-prefix=32R1-R2 -check-prefix=R2-R6 11 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 12 ; RUN: -check-prefix=32R6 -check-prefix=R2-R6 14 ; RUN: -check-prefix=ALL -check-prefix=GP64 \ 15 ; RUN: -check-prefix=M3 -check-prefix=NOT-R2-R6 [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/re/re.alg/re.alg.search/ |
| H A D | ecma.pass.cpp | 38 assert(!m.prefix().matched); in main() 39 assert(m.prefix().first == s); in main() 40 assert(m.prefix().second == m[0].first); in main() 53 assert(!m.prefix().matched); in main() 54 assert(m.prefix().first == s); in main() 55 assert(m.prefix().second == m[0].first); in main() 75 assert(m.prefix().matched); in main() 76 assert(m.prefix().first == s); in main() 77 assert(m.prefix().second == m[0].first); in main() 97 assert(m.prefix().matched); in main() [all …]
|
| H A D | basic.pass.cpp | 44 assert(!m.prefix().matched); in main() 45 assert(m.prefix().first == s); in main() 46 assert(m.prefix().second == m[0].first); in main() 59 assert(!m.prefix().matched); in main() 60 assert(m.prefix().first == s); in main() 61 assert(m.prefix().second == m[0].first); in main() 81 assert(m.prefix().matched); in main() 82 assert(m.prefix().first == s); in main() 83 assert(m.prefix().second == m[0].first); in main() 103 assert(m.prefix().matched); in main() [all …]
|
| H A D | awk.pass.cpp | 38 assert(!m.prefix().matched); in main() 39 assert(m.prefix().first == s); in main() 40 assert(m.prefix().second == m[0].first); in main() 53 assert(!m.prefix().matched); in main() 54 assert(m.prefix().first == s); in main() 55 assert(m.prefix().second == m[0].first); in main() 75 assert(m.prefix().matched); in main() 76 assert(m.prefix().first == s); in main() 77 assert(m.prefix().second == m[0].first); in main() 97 assert(m.prefix().matched); in main() [all …]
|
| H A D | extended.pass.cpp | 38 assert(!m.prefix().matched); in main() 39 assert(m.prefix().first == s); in main() 40 assert(m.prefix().second == m[0].first); in main() 53 assert(!m.prefix().matched); in main() 54 assert(m.prefix().first == s); in main() 55 assert(m.prefix().second == m[0].first); in main() 75 assert(m.prefix().matched); in main() 76 assert(m.prefix().first == s); in main() 77 assert(m.prefix().second == m[0].first); in main() 97 assert(m.prefix().matched); in main() [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/test/re/re.alg/re.alg.search/ |
| H A D | ecma.pass.cpp | 34 assert(!m.prefix().matched); in main() 35 assert(m.prefix().first == s); in main() 36 assert(m.prefix().second == m[0].first); in main() 49 assert(!m.prefix().matched); in main() 50 assert(m.prefix().first == s); in main() 51 assert(m.prefix().second == m[0].first); in main() 71 assert(m.prefix().matched); in main() 72 assert(m.prefix().first == s); in main() 73 assert(m.prefix().second == m[0].first); in main() 93 assert(m.prefix().matched); in main() [all …]
|
| H A D | basic.pass.cpp | 40 assert(!m.prefix().matched); in main() 41 assert(m.prefix().first == s); in main() 42 assert(m.prefix().second == m[0].first); in main() 55 assert(!m.prefix().matched); in main() 56 assert(m.prefix().first == s); in main() 57 assert(m.prefix().second == m[0].first); in main() 77 assert(m.prefix().matched); in main() 78 assert(m.prefix().first == s); in main() 79 assert(m.prefix().second == m[0].first); in main() 99 assert(m.prefix().matched); in main() [all …]
|
| H A D | awk.pass.cpp | 34 assert(!m.prefix().matched); in main() 35 assert(m.prefix().first == s); in main() 36 assert(m.prefix().second == m[0].first); in main() 49 assert(!m.prefix().matched); in main() 50 assert(m.prefix().first == s); in main() 51 assert(m.prefix().second == m[0].first); in main() 71 assert(m.prefix().matched); in main() 72 assert(m.prefix().first == s); in main() 73 assert(m.prefix().second == m[0].first); in main() 93 assert(m.prefix().matched); in main() [all …]
|
| H A D | extended.pass.cpp | 34 assert(!m.prefix().matched); in main() 35 assert(m.prefix().first == s); in main() 36 assert(m.prefix().second == m[0].first); in main() 49 assert(!m.prefix().matched); in main() 50 assert(m.prefix().first == s); in main() 51 assert(m.prefix().second == m[0].first); in main() 71 assert(m.prefix().matched); in main() 72 assert(m.prefix().first == s); in main() 73 assert(m.prefix().second == m[0].first); in main() 93 assert(m.prefix().matched); in main() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | check-adde-redundant-moves.ll | 2 ; RUN: -check-prefix=ALL -check-prefix=GP32 4 ; RUN: -check-prefix=ALL -check-prefix=GP32 6 ; RUN: -check-prefix=ALL -check-prefix=GP32 8 ; RUN: -check-prefix=ALL -check-prefix=GP32 9 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s -check-prefix=ALL 10 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefix=ALL 11 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=ALL 12 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefix=ALL 13 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s -check-prefix=ALL
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/re/re.alg/re.alg.match/ |
| H A D | ecma.pass.cpp | 38 assert(!m.prefix().matched); in main() 39 assert(m.prefix().first == s); in main() 40 assert(m.prefix().second == m[0].first); in main() 53 assert(!m.prefix().matched); in main() 54 assert(m.prefix().first == s); in main() 55 assert(m.prefix().second == m[0].first); in main() 94 assert(!m.prefix().matched); in main() 95 assert(m.prefix().first == s); in main() 96 assert(m.prefix().second == m[0].first); in main() 109 assert(!m.prefix().matched); in main() [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/test/re/re.alg/re.alg.match/ |
| H A D | ecma.pass.cpp | 34 assert(!m.prefix().matched); in main() 35 assert(m.prefix().first == s); in main() 36 assert(m.prefix().second == m[0].first); in main() 49 assert(!m.prefix().matched); in main() 50 assert(m.prefix().first == s); in main() 51 assert(m.prefix().second == m[0].first); in main() 90 assert(!m.prefix().matched); in main() 91 assert(m.prefix().first == s); in main() 92 assert(m.prefix().second == m[0].first); in main() 105 assert(!m.prefix().matched); in main() [all …]
|