/external/llvm/test/Other/ |
2004-08-16-PackedSelect.ll | 9 %t2 = select i1 true, <4 x float> %t0, <4 x float> %t1 ; <<4 x float>> [#uses=1]
|
2004-08-16-PackedSimple.ll | 9 %t3 = select i1 false, <4 x float> %t0, <4 x float> %t2 ; <<4 x float>> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
2008-06-19-UncondLoad.ll | 13 %cond = select i1 %tobool, i32* %b, i32* %a
|
2008-09-29-FoldingOr.ll | 8 %iftmp.10.0 = select i1 %or.cond, i32 0, i32 1 ; <i32> [#uses=1]
|
2010-03-03-ExtElim.ll | 24 ret i1 icmp sgt (i32 sext (i16 trunc (i32 select (i1 icmp eq (i32* getelementptr inbounds ([1 x i32]* @a, i32 0, i32 0), i32* @d), i32 0, i32 1) to i16) to i32), i32 65535) 25 ; CHECK: ret i1 icmp sgt (i32 sext (i16 trunc (i32 select (i1 icmp eq (i32* getelementptr inbounds ([1 x i32]* @a, i32 0, i32 0), i32* @d), i32 0, i32 1) to i16) to i32), i32 65535) 30 ret i1 icmp sgt (i32 sext (i16 trunc (i32 select (i1 icmp eq (i32* getelementptr inbounds ([1 x i32]* @a, i32 0, i32 0), i32* @d), i32 0, i32 1) to i16) to i32), i32 42) 31 ; CHECK: ret i1 icmp sgt (i16 trunc (i32 select (i1 icmp eq (i32* getelementptr inbounds ([1 x i32]* @a, i32 0, i32 0), i32* @d), i32 0, i32 1) to i16), i16 42)
|
2012-6-7-vselect-bitcast.ll | 7 %select_v = select <4 x i1> zeroinitializer, <4 x i32> %aa, <4 x i32> %bb
|
cast-mul-select.ll | 21 %E = select i1 %cond, i8 %C, i8 %D 25 ; CHECK: %E = select i1 %cond, i32 %z, i32 %D 35 %E = select i1 %cond, i32 %C, i32 %D 39 ; CHECK: %E = select i1 %cond, i8 %z, i8 %D
|
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.h | 24 #include <sys/select.h> 67 // Call mDNSPosixGetFDSet before calling select(), to update the parameters 71 // After calling mDNSPosixGetFDSet(), call select(nfds, &readfds, NULL, NULL, &timeout); as usual 72 // After select() returns, call mDNSPosixProcessFDSet() to let mDNSCore do its work
|
/external/sonivox/jet_tools/JetCreator_content/ |
README.txt | 9 3. Select the IMPORT command and import one of the JetCreator_demo_*.zip files.
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter2.test | 87 catchsql {SELECT substr('abcdefg',1,3)} 108 SELECT * FROM abc; 114 SELECT * FROM abc; 124 SELECT c FROM abc ORDER BY c; 129 SELECT * FROM abc WHERE c = 10; 134 SELECT sum(a), c FROM abc GROUP BY c; 140 execsql { SELECT * FROM abc; } 143 SELECT * FROM abc; 148 SELECT typeof(d) FROM abc; 167 CREATE VIEW abc2_v AS SELECT * FROM abc2 [all...] |
shared_err.test | 39 SELECT * FROM sqlite_master; 42 SELECT * FROM sqlite_master; 48 SELECT * FROM t1; 53 SELECT * FROM t1; 58 SELECT * FROM t1; 77 # occur if an IO error occurs during a rollback in the {SELECT * FROM t1} 93 INSERT INTO t1(oid) SELECT NULL FROM t1; 94 INSERT INTO t1(oid) SELECT NULL FROM t1; 95 INSERT INTO t1(oid) SELECT NULL FROM t1; 96 INSERT INTO t1(oid) SELECT NULL FROM t1 [all...] |
capi3.test | 65 set STMT [sqlite3_prepare $DB {SELECT name FROM sqlite_master} -1 TAIL] 79 set sql {SELECT name FROM sqlite_master;SELECT 10} 83 } {SELECT 10} 85 set sql {SELECT name FROM sqlite_master;SELECT 10} 89 } {SELECT 10} 91 set sql {SELECT name FROM sqlite_master;SELECT 10} 95 } {SELECT 10 [all...] |
corrupt.test | 37 INSERT INTO t1 SELECT x || randstr(5,5) FROM t1; 38 INSERT INTO t1 SELECT x || randstr(6,6) FROM t1; 39 INSERT INTO t1 SELECT x || randstr(7,7) FROM t1; 40 INSERT INTO t1 SELECT x || randstr(8,8) FROM t1; 42 INSERT INTO t1 SELECT x || randstr(9,9) FROM t1; 43 INSERT INTO t1 SELECT x || randstr(10,10) FROM t1; 44 INSERT INTO t1 SELECT x || randstr(11,11) FROM t1; 45 INSERT INTO t1 SELECT x || randstr(12,12) FROM t1; 47 CREATE TABLE t2 AS SELECT * FROM t1; 90 catchsql {SELECT count(*) FROM sqlite_master [all...] |
fts2q.test | 35 set s {SELECT dump_terms(t1, 1) FROM t1 LIMIT 1} 52 SELECT dump_terms(t1, $::level, $::index) FROM t1 LIMIT 1; 59 SELECT dump_terms(t1) FROM t1 LIMIT 1; 73 SELECT dump_doclist(t1, $::term, $::level, $::index) FROM t1 LIMIT 1; 81 SELECT dump_doclist(t1, $::term) FROM t1 LIMIT 1; 104 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 109 SELECT OFFSETS(t1) FROM t1 140 INSERT INTO t1 (rowid, c) SELECT rowid, c FROM t1old; 147 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 152 SELECT OFFSETS(t1) FROM t [all...] |
schema.test | 45 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 55 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 67 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 69 CREATE VIEW v1 AS SELECT * FROM sqlite_master; 77 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 93 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 96 SELECT 1, 2, 3; 105 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 120 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL] 130 set ::STMT [sqlite3_prepare $::DB {SELECT * FROM sqlite_master} -1 TAIL [all...] |
shared.test | 101 SELECT * FROM abc; 110 SELECT * FROM abc; 113 SELECT * FROM abc; 149 SELECT * FROM sqlite_master; 152 SELECT * FROM sqlite_master; 179 SELECT * FROM abc; 183 SELECT * FROM abc; 201 SELECT * FROM abc; 208 catchsql { SELECT * FROM def; } db3 210 catchsql { SELECT * FROM def; } db [all...] |
speed4p.test | 80 # speed4p-subselect1: A SELECT statement that uses many sub-queries.. 101 CREATE VIEW v1 AS SELECT rowid, i, t FROM t1; 102 CREATE VIEW v2 AS SELECT rowid, i, t FROM t2; 103 CREATE VIEW v3 AS SELECT rowid, i, t FROM t3; 121 set sql "SELECT * FROM t1, t2, t3 WHERE t1.oid = t2.oid AND t2.oid = t3.oid" 125 set sql "SELECT * FROM t1, t2, t3 WHERE t1.t = t2.t AND t2.t = t3.t" 133 db eval "SELECT * FROM v$t WHERE rowid = \$v" 147 db eval "SELECT t FROM t$t WHERE rowid = \$v" 152 # Run a SELECT that uses sub-queries 10000 times. A total of 30000 sub-selects. 158 SELECT (SELECT t FROM t1 WHERE rowid = $v), [all...] |
journal2.test | 104 do_test journal2-1.4 { execsql { SELECT * FROM t1 } } {1 2 3 4} 117 do_test journal2-1.7 { execsql { SELECT * FROM t1 } } {1 2 3 4} 122 do_test journal2-1.9 { execsql { SELECT * FROM t1 } } {1 2 3 4 5 6} 132 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 2 133 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 4 134 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 8 135 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 16 136 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 32 137 INSERT INTO t2 SELECT a_string(200), a_string(300) FROM t2; -- 64 160 INSERT INTO t2 SELECT randomblob(200), randomblob(300) FROM t2; -- 12 [all...] |
temptrigger.test | 68 execsql { SELECT * FROM t1 } 71 execsql { SELECT * FROM tt1 } 75 execsql { SELECT * FROM t1 } 78 execsql { SELECT * FROM tt1 } 89 execsql { SELECT * FROM tt1 } 119 SELECT * FROM tt1; 129 SELECT * FROM tt1; 177 SELECT * FROM aux.t2; 181 execsql { SELECT * FROM tt2 } 188 SELECT * FROM aux.t2 [all...] |
/external/llvm/test/CodeGen/X86/ |
sse-minmax.ll | 13 ; _inverse : swap the arms of the select. 26 %d = select i1 %c, double %x, double %y 41 %d = select i1 %c, double %x, double %y 58 %d = select i1 %c, double %y, double %x 75 %d = select i1 %c, double %y, double %x 89 %d = select i1 %c, double %x, double %y 101 %d = select i1 %c, double %x, double %y 116 %d = select i1 %c, double %y, double %x 131 %d = select i1 %c, double %y, double %x 150 %d = select i1 %c, double %x, double 0.000000e+0 [all...] |
/external/llvm/lib/Target/Mips/ |
MipsCondMov.td | 54 // select patterns 59 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 61 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 63 def : MipsPat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F), 65 def : MipsPat<(select (i32 (setuge CRC:$lh, immSExt16:$rh)), DRC:$T, DRC:$F), 67 def : MipsPat<(select (i32 (setle CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 69 def : MipsPat<(select (i32 (setule CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 71 def : MipsPat<(select (i32 (setgt CRC:$lhs, immSExt16Plus1:$rhs)), 74 def : MipsPat<(select (i32 (setugt CRC:$lhs, immSExt16Plus1:$rhs)), 82 def : MipsPat<(select (i32 (seteq CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F) [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree_util.tcl | 31 $db one "SELECT rtreedepth(data) FROM ${zTab}_node WHERE nodeno=1" 39 set sql "SELECT parentnode FROM ${zTab}_parent WHERE nodeno = $ii" 58 SELECT rtreenode($nDim, data) FROM ${zTab}_node WHERE nodeno = $iNode 74 set n [$db one "select length(data) FROM ${zTab}_node LIMIT 1"] 93 set nNode [$db one "SELECT count(*) FROM ${zTab}_node"] 94 set nRow [$db one "SELECT count(*) FROM ${zTab}"] 95 set nRowid [$db one "SELECT count(*) FROM ${zTab}_rowid"] 96 set nParent [$db one "SELECT count(*) FROM ${zTab}_parent"] 139 set mapping_sql "SELECT parentnode FROM $mapping_table WHERE rowid = \$rowid" 142 set mapping_sql "SELECT nodeno FROM $mapping_table WHERE rowid = \$rowid [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
cond-store-07.ll | 15 %res = select i1 %cond, i32 %orig, i32 %alt 28 %res = select i1 %cond, i32 %alt, i32 %orig 43 %res = select i1 %cond, i64 %ext, i64 %alt 58 %res = select i1 %cond, i64 %alt, i64 %ext 74 %res = select i1 %cond, i64 %ext, i64 %alt 89 %res = select i1 %cond, i64 %alt, i64 %ext 104 %res = select i1 %cond, i32 %orig, i32 %alt 119 %res = select i1 %cond, i32 %orig, i32 %alt 133 %res = select i1 %cond, i32 %orig, i32 %alt 148 %res = select i1 %cond, i32 %orig, i32 %al [all...] |
int-cmp-02.ll | 14 %res = select i1 %cond, double %a, double %b 27 %res = select i1 %cond, double %a, double %b 41 %res = select i1 %cond, double %a, double %b 55 %res = select i1 %cond, double %a, double %b 69 %res = select i1 %cond, double %a, double %b 85 %res = select i1 %cond, double %a, double %b 99 %res = select i1 %cond, double %a, double %b 113 %res = select i1 %cond, double %a, double %b 129 %res = select i1 %cond, double %a, double %b 145 %res = select i1 %cond, double %a, double % [all...] |
int-cmp-03.ll | 13 %res = select i1 %cond, double %a, double %b 26 %res = select i1 %cond, double %a, double %b 40 %res = select i1 %cond, double %a, double %b 54 %res = select i1 %cond, double %a, double %b 68 %res = select i1 %cond, double %a, double %b 84 %res = select i1 %cond, double %a, double %b 98 %res = select i1 %cond, double %a, double %b 112 %res = select i1 %cond, double %a, double %b 128 %res = select i1 %cond, double %a, double %b 144 %res = select i1 %cond, double %a, double % [all...] |