HomeSort by relevance Sort by last modified time
    Searched refs:SELECT (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 440 // XXX Check if we can lower this to a SELECT or if it is supported by a native
456 // We can lower to select
463 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
496 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
SIISelLowering.cpp 385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
AMDILISelLowering.cpp 561 jq = DAG.getNode(ISD::SELECT, DL, OVT, cv, jq,
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 440 // XXX Check if we can lower this to a SELECT or if it is supported by a native
456 // We can lower to select
463 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
496 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
SIISelLowering.cpp 385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
  /external/qemu/android/
hw-events.h 298 KEY_CODE(SELECT ,0x161) \
452 BTN_CODE(SELECT, 0x13a) \
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 18 set sql "SELECT parentnode FROM $::O(zTab)_parent WHERE nodeno = $::O(iNode)"
38 SELECT name
54 eval tk_optionMenu .select option_var $rtree_tables
89 grid configure .select -row 0 -column 0 -columnspan 2 -sticky nsew
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 61 {(select AGG from t1)}
65 {coalesce((select max(EXPR) from t1 where BOOL),EXPR)}
69 {coalesce((select EXPR from t1 where BOOL),EXPR)}
101 {EXPR in (select EXPR from t1 union select EXPR from t1)}
105 {EXPR in (select AGG from t1 union select AGG from t1)}
109 {exists(select 1 from t1 where BOOL)}
113 {not exists(select 1 from t1 where BOOL)}
269 SELECT * FROM t
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 236 // which is used implicitly by brcond and select operations.
246 setOperationAction(ISD::SELECT, MVT::f32, Custom);
247 setOperationAction(ISD::SELECT, MVT::f64, Custom);
248 setOperationAction(ISD::SELECT, MVT::i32, Custom);
265 setOperationAction(ISD::SELECT, MVT::i64, Custom);
388 setTargetDAGCombine(ISD::SELECT);
559 // of ISD::SELECT (obviously also inverting the condition) so that we can
577 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True);
748 case ISD::SELECT:
790 case ISD::SELECT: return lowerSELECT(Op, DAG)
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 103 setOperationAction(ISD::SELECT, MVT::f32, Promote);
104 AddPromotedToType(ISD::SELECT, MVT::f32, MVT::i32);
105 setOperationAction(ISD::SELECT, MVT::i64, Custom);
106 setOperationAction(ISD::SELECT, MVT::f64, Promote);
107 AddPromotedToType(ISD::SELECT, MVT::f64, MVT::i64);
631 case ISD::SELECT: return LowerSELECT(Op, DAG);
    [all...]
AMDGPUISelLowering.cpp 316 setOperationAction(ISD::SELECT, VT, Expand);
352 setOperationAction(ISD::SELECT, VT, Expand);
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 267 set cmd {SELECT name FROM sqlite_master WHERE type='table'
269 SELECT name FROM sqlite_temp_master WHERE type='table'}
272 append cmd "UNION ALL SELECT name FROM $name.sqlite_master\
282 set cmd "SELECT sql FROM sqlite_master WHERE tbl_name LIKE '$pattern'
283 AND sql NOT NULL UNION ALL SELECT sql FROM sqlite_temp_master
287 append cmd " UNION ALL SELECT sql FROM $name.sqlite_master\
296 set cmd "SELECT sql FROM sqlite_master WHERE name LIKE '$pattern'
297 AND sql NOT NULL UNION ALL SELECT sql FROM sqlite_temp_master
301 append cmd " UNION ALL SELECT sql FROM $name.sqlite_master\
  /external/mksh/src/
syn.c 422 case SELECT:
524 * A {...} can be used instead of do...done for for/select loops
778 { Tselect, SELECT, true },
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 396 // Expand FP_TO_UINT into a select.
541 // These should be promoted to a larger select which is supported.
542 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
544 setOperationAction(ISD::SELECT , MVT::i8 , Custom);
545 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
546 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
547 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
548 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
549 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
557 setOperationAction(ISD::SELECT , MVT::i64 , Custom)
    [all...]
X86ISelLowering.h 102 /// X86 Select
103 SELECT,
119 /// to select from. Operand 2 is the condition code, and operand 3 is the
717 /// isFPImmLegal - Returns true if the target can instruction select the
816 /// X86ScalarSSEf32, X86ScalarSSEf64 - Select between SSE or x87
827 /// select the specified FP immediate natively.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 231 // PowerPC does not have Select
232 setOperationAction(ISD::SELECT, MVT::i32, Expand);
233 setOperationAction(ISD::SELECT, MVT::i64, Expand);
234 setOperationAction(ISD::SELECT, MVT::f32, Expand);
235 setOperationAction(ISD::SELECT, MVT::f64, Expand);
424 setOperationAction(ISD::SELECT, VT, Promote);
425 AddPromotedToType (ISD::SELECT, VT, MVT::v4i32);
489 setOperationAction(ISD::SELECT, MVT::v4i32,
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 460 if (ISD == ISD::SELECT) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 194 case ISD::SELECT: return "select";
LegalizeVectorOps.cpp 264 case ISD::SELECT:
650 case ISD::SELECT:
664 // Lower a select instruction where the condition is a scalar and the
665 // operands are vectors. Lower this select to VSELECT and implement it
705 // This is needed when we select between FP types because
869 // size from the operand types. For example, v4i8 = select v4i32, v4i8, v4i8.
874 // This is needed when we select between FP types because
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 397 'select', cvox.ChromeVoxEventWatcher.selectEventWatcher, true);
928 * Watches for select events.
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
expr.c 21 ** or a sub-select with a column as the return value, then the
29 ** SELECT * FROM t1 WHERE a;
30 ** SELECT a AS b FROM t1 WHERE b;
31 ** SELECT * FROM t1 WHERE (select a from t1);
303 static void heightOfSelect(Select *p, int *pnHeight){
347 ** by the select statement passed as an argument.
349 int sqlite3SelectExprHeight(Select *p){
832 ** expression lists, ID lists, and select statements. The copies can
939 Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 108 nodes[i].tagName == 'SELECT') {
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 111 setOperationAction(ISD::SELECT, MVT::i8, Expand);
112 setOperationAction(ISD::SELECT, MVT::i16, Expand);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 155 XPath xpath = new XPath(str, owningTemplate, this, XPath.SELECT, handler,
    [all...]

Completed in 2268 milliseconds

1 23 4 5