/external/linux-tools-perf/src/tools/perf/ |
D | builtin.h | 16 extern int cmd_annotate(int argc, const char **argv, const char *prefix); 17 extern int cmd_bench(int argc, const char **argv, const char *prefix); 18 extern int cmd_buildid_cache(int argc, const char **argv, const char *prefix); 19 extern int cmd_buildid_list(int argc, const char **argv, const char *prefix); 20 extern int cmd_diff(int argc, const char **argv, const char *prefix); 21 extern int cmd_evlist(int argc, const char **argv, const char *prefix); 22 extern int cmd_help(int argc, const char **argv, const char *prefix); 23 extern int cmd_sched(int argc, const char **argv, const char *prefix); 24 extern int cmd_list(int argc, const char **argv, const char *prefix); 25 extern int cmd_record(int argc, const char **argv, const char *prefix); [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
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-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 7 ; RUN: llc < %s -march=mips -mcpu=mips32r3 | FileCheck %s -check-prefix=GP32 \ 8 ; RUN: -check-prefix=R2-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s -check-prefix=GP32 \ 10 ; RUN: -check-prefix=R2-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 12 ; RUN: -check-prefix=GP32 -check-prefix=R6 -check-prefix=R2-R6 14 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 [all …]
|
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=R2-R6 -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 14 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 20 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64 [all …]
|
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=R2-R6 -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP32 14 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=NOT-R2-R6 -check-prefix=GP64 20 ; RUN: -check-prefix=ALL -check-prefix=R2-R6 -check-prefix=GP64 [all …]
|
D | urem.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-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 7 ; RUN: llc < %s -march=mips -mcpu=mips32r3 | FileCheck %s -check-prefix=GP32 \ 8 ; RUN: -check-prefix=R2-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s -check-prefix=GP32 \ 10 ; RUN: -check-prefix=R2-R5 -check-prefix=R2-R6 -check-prefix=NOT-R6 12 ; RUN: -check-prefix=GP32 -check-prefix=R6 -check-prefix=R2-R6 14 ; RUN: -check-prefix=GP64-NOT-R6 -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 [all …]
|
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-R5 8 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 9 ; RUN: -check-prefix=32R1-R5 -check-prefix=R2-R6 11 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 12 ; RUN: -check-prefix=32R1-R5 -check-prefix=R2-R6 14 ; RUN: -check-prefix=ALL -check-prefix=GP32 \ 15 ; RUN: -check-prefix=32R1-R5 -check-prefix=R2-R6 [all …]
|
D | ret.ll | 10 … -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR32 -check-prefix=NO-MTHC1 -… 11 …2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR32 -check-prefix=MTHC1 -ch… 12 …3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR32 -check-prefix=MTHC1 -ch… 13 …5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR32 -check-prefix=MTHC1 -ch… 14 …6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR32 -check-prefix=MTHC1 -ch… 15 … -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=DMTC1 -ch… 16 … -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=DMTC1 -ch… 17 …2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=DMTC1 -ch… 18 …3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=DMTC1 -ch… 19 …5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR64 -check-prefix=DMTC1 -ch… [all …]
|
D | mul.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefix=ALL \ 2 ; RUN: -check-prefix=M2 -check-prefix=GP32 3 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefix=ALL \ 4 ; RUN: -check-prefix=32R1-R5 -check-prefix=GP32 5 ; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s -check-prefix=ALL \ 6 ; RUN: -check-prefix=32R1-R5 -check-prefix=32R2-R5 -check-prefix=GP32 7 ; RUN: llc < %s -march=mips -mcpu=mips32r3 | FileCheck %s -check-prefix=ALL \ 8 ; RUN: -check-prefix=32R1-R5 -check-prefix=32R2-R5 -check-prefix=GP32 9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 | FileCheck %s -check-prefix=ALL \ 10 ; RUN: -check-prefix=32R1-R5 -check-prefix=32R2-R5 -check-prefix=GP32 [all …]
|
D | indirectbr.ll | 3 …rch=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 4 …rch=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 5 …rch=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 6 …rch=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 7 … -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=R6 8 …rch=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 9 …rch=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 10 …rch=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 11 …rch=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 12 …rch=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 [all …]
|
D | xor.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 10 ; RUN: -check-prefix=ALL -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=GP32 14 ; RUN: -check-prefix=ALL -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=GP64 20 ; RUN: -check-prefix=ALL -check-prefix=GP64 [all …]
|
D | and.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 10 ; RUN: -check-prefix=ALL -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=GP32 14 ; RUN: -check-prefix=ALL -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=GP64 20 ; RUN: -check-prefix=ALL -check-prefix=GP64 [all …]
|
D | or.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 10 ; RUN: -check-prefix=ALL -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=GP32 14 ; RUN: -check-prefix=ALL -check-prefix=GP64 16 ; RUN: -check-prefix=ALL -check-prefix=GP64 18 ; RUN: -check-prefix=ALL -check-prefix=GP64 20 ; RUN: -check-prefix=ALL -check-prefix=GP64 [all …]
|
D | sdiv.ll | 2 ; RUN: -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 -check-prefix=GP32 4 ; RUN: -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 -check-prefix=GP32 6 ; RUN: -check-prefix=NOT-R6 -check-prefix=R2-R5 -check-prefix=GP32 8 ; RUN: -check-prefix=NOT-R6 -check-prefix=R2-R5 -check-prefix=GP32 10 ; RUN: -check-prefix=NOT-R6 -check-prefix=R2-R5 -check-prefix=GP32 12 ; RUN: -check-prefix=R6 -check-prefix=GP32 14 ; RUN: -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 -check-prefix=GP64-NOT-R6 16 ; RUN: -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 -check-prefix=GP64-NOT-R6 18 ; RUN: -check-prefix=NOT-R6 -check-prefix=NOT-R2-R6 -check-prefix=GP64-NOT-R6 20 ; RUN: -check-prefix=NOT-R6 -check-prefix=R2-R5 -check-prefix=GP64-NOT-R6 [all …]
|
/external/eigen/bench/btl/data/ |
D | go_mean | 15 prefix=$3 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix 35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix 36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix 37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix 38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix 39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix 41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix 42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix 43 source mk_mean_script.sh trisolve_matrix $1 11 100 300 1000 $mode $prefix [all …]
|
/external/llvm/test/CodeGen/R600/ |
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 …]
|
/external/opencv/cv/src/ |
D | _cvlist.h | 84 #define DECLARE_LIST(type, prefix)\ argument 86 struct prefix##element_##type\ 88 struct prefix##element_##type* m_prev;\ 89 struct prefix##element_##type* m_next;\ 92 typedef struct prefix##element_##type ELEMENT_##type;\ 94 _LIST_INLINE _CVLIST* prefix##create_list_##type(long);\ 95 _LIST_INLINE void prefix##destroy_list_##type(_CVLIST*);\ 97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\ 98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\ 99 _LIST_INLINE type* prefix##get_next_##type(CVPOS*);\ [all …]
|
/external/llvm/test/CodeGen/Mips/cconv/ |
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 …odel=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 5 …odel=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 7 …odel=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 8 …odel=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefi… 10 …odel=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefi… 11 …odel=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefi… 16 ; the 'NEW' prefix (the N stands for New).
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | ecma.pass.cpp | 37 assert(!m.prefix().matched); in main() 38 assert(m.prefix().first == s); in main() 39 assert(m.prefix().second == m[0].first); in main() 52 assert(!m.prefix().matched); in main() 53 assert(m.prefix().first == s); in main() 54 assert(m.prefix().second == m[0].first); in main() 74 assert(m.prefix().matched); in main() 75 assert(m.prefix().first == s); in main() 76 assert(m.prefix().second == m[0].first); in main() 96 assert(m.prefix().matched); in main() [all …]
|
D | basic.pass.cpp | 43 assert(!m.prefix().matched); in main() 44 assert(m.prefix().first == s); in main() 45 assert(m.prefix().second == m[0].first); in main() 58 assert(!m.prefix().matched); in main() 59 assert(m.prefix().first == s); in main() 60 assert(m.prefix().second == m[0].first); in main() 80 assert(m.prefix().matched); in main() 81 assert(m.prefix().first == s); in main() 82 assert(m.prefix().second == m[0].first); in main() 102 assert(m.prefix().matched); in main() [all …]
|
D | awk.pass.cpp | 37 assert(!m.prefix().matched); in main() 38 assert(m.prefix().first == s); in main() 39 assert(m.prefix().second == m[0].first); in main() 52 assert(!m.prefix().matched); in main() 53 assert(m.prefix().first == s); in main() 54 assert(m.prefix().second == m[0].first); in main() 74 assert(m.prefix().matched); in main() 75 assert(m.prefix().first == s); in main() 76 assert(m.prefix().second == m[0].first); in main() 96 assert(m.prefix().matched); in main() [all …]
|
/external/libxml2/ |
D | xml2-config.in | 3 prefix=@prefix@ 15 --prefix=DIR change libxml prefix [default $prefix] 16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix] 41 --prefix=*) 42 prefix=$optarg 43 includedir=$prefix/include 44 libdir=$prefix/lib 47 --prefix) 48 echo $prefix 51 --exec-prefix=*) [all …]
|
/external/libvncserver/ |
D | libvncserver-config | 3 prefix=/usr/local 4 exec_prefix=${prefix} 6 includedir=${prefix}/include 12 prefix="`cd "$dir"; pwd`" 13 includedir="$prefix" 14 libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs" 32 --prefix=*) 33 prefix=$optarg 38 --prefix) 39 echo $prefix [all …]
|
/external/llvm/test/CodeGen/Mips/ |
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 10 ; RUN: -check-prefix=ALL -check-prefix=GP32 12 ; RUN: -check-prefix=ALL -check-prefix=GP32 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s -check-prefix=ALL 14 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefix=ALL 15 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=ALL 16 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefix=ALL [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | ecma.pass.cpp | 37 assert(!m.prefix().matched); in main() 38 assert(m.prefix().first == s); in main() 39 assert(m.prefix().second == m[0].first); in main() 52 assert(!m.prefix().matched); in main() 53 assert(m.prefix().first == s); in main() 54 assert(m.prefix().second == m[0].first); in main() 93 assert(!m.prefix().matched); in main() 94 assert(m.prefix().first == s); in main() 95 assert(m.prefix().second == m[0].first); in main() 108 assert(!m.prefix().matched); in main() [all …]
|
/external/elfutils/src/backends/ |
D | ia64_regs.c | 42 const char **prefix, const char **setname, in ia64_register_info() argument 51 *prefix = "ar."; in ia64_register_info() 62 *prefix = ""; in ia64_register_info() 71 *prefix = ""; in ia64_register_info() 81 *prefix = ""; in ia64_register_info() 91 *prefix = ""; in ia64_register_info() 100 *prefix = ""; in ia64_register_info() 112 *prefix = ""; in ia64_register_info() 121 *prefix = ""; in ia64_register_info() 131 *prefix = ""; in ia64_register_info() [all …]
|