Searched refs:SELECT (Results 1 - 25 of 103) sorted by last modified time

12345

/external/sqlite/dist/orig/
H A Dsqlite3.c2580 ** disallows everything except [SELECT] statements.
3164 ** result set of a [SELECT] or the maximum number of columns in an index
3171 ** <dd>The maximum number of terms in a compound SELECT statement.</dd>)^
3343 ** SELECT eval('DELETE FROM t1') FROM t2;
3346 ** But because the [SELECT] statement does not change the database file
3624 ** in the result set of a [SELECT] statement. ^The sqlite3_column_name()
3628 ** that implements the [SELECT] statement. ^The second parameter is the
3654 ** [SELECT] statement.
3705 ** If this statement is a [SELECT] statement and the Nth column of the
3706 ** returned result set of that [SELECT] i
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2580 ** disallows everything except [SELECT] statements.
3164 ** result set of a [SELECT] or the maximum number of columns in an index
3171 ** <dd>The maximum number of terms in a compound SELECT statement.</dd>)^
3343 ** SELECT eval('DELETE FROM t1') FROM t2;
3346 ** But because the [SELECT] statement does not change the database file
3624 ** in the result set of a [SELECT] statement. ^The sqlite3_column_name()
3628 ** that implements the [SELECT] statement. ^The second parameter is the
3654 ** [SELECT] statement.
3705 ** If this statement is a [SELECT] statement and the Nth column of the
3706 ** returned result set of that [SELECT] i
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/android/
H A Dhw-events.h298 KEY_CODE(SELECT ,0x161) \
452 BTN_CODE(SELECT, 0x13a) \
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/mesa3d/src/mesa/x86/
H A Dsse_xform4.S39 #define SELECT(r0, r1, r2, r3) CONST( r0 * 64 + r1 * 16 + r2 * 4 + r3 ) define
/external/mksh/src/
H A Dsh.h1553 #define SELECT 268 macro
H A Dsyn.c422 case SELECT:
778 { Tselect, SELECT, true },
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp561 jq = DAG.getNode(ISD::SELECT, DL, OVT, cv, jq,
H A DR600ISelLowering.cpp440 // XXX Check if we can lower this to a SELECT or if it is supported by a native
463 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
496 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
H A DSIISelLowering.cpp385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h321 SELECT, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h703 return getNode(Cond.getValueType().isVector() ? ISD::VSELECT : ISD::SELECT, DL, VT,
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp460 if (ISD == ISD::SELECT) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp289 bool SimplifySelectOps(SDNode *SELECT, SDValue LHS, SDValue RHS);
1230 case ISD::SELECT: return visitSELECT(N);
10970 // break it down into a new SETCC node, and a new SELECT node, and then return
10971 // the SELECT node, since we were called with a SELECT node.
10990 /// SimplifySelectOps - Given a SELECT or a SELECT_CC node, where LHS and RHS
11042 if (TheSelect->getOpcode() == ISD::SELECT) {
H A DLegalizeDAG.cpp3876 case ISD::SELECT:
3998 // node using SETCC and SELECT.
4000 assert(!TLI.isOperationExpand(ISD::SELECT, VT) &&
4001 "Cannot expand ISD::SELECT_CC when ISD::SELECT also needs to be "
4243 case ISD::SELECT: {
H A DLegalizeFloatTypes.cpp99 case ISD::SELECT: R = SoftenFloatRes_SELECT(N); break;
804 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
H A DLegalizeIntegerTypes.cpp69 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break;
822 case ISD::SELECT: Res = PromoteIntOp_SELECT(N, OpNo); break;
1016 EVT OpVT = N->getOpcode() == ISD::SELECT ? OpTy.getScalarType() : OpTy;
1121 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
2571 // NOTE: on targets without efficient SELECT of bools, we can always use
H A DLegalizeVectorOps.cpp264 case ISD::SELECT:
650 case ISD::SELECT:
H A DLegalizeVectorTypes.cpp64 case ISD::SELECT: R = ScalarizeVecRes_SELECT(N); break;
489 /// scalarized, it must be <1 x i1>, so just convert to a normal ISD::SELECT
495 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1),
561 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
1562 case ISD::SELECT: Res = WidenVecRes_SELECT(N); break;
H A DSelectionDAG.cpp2008 case ISD::SELECT:
2429 case ISD::SELECT:
3575 case ISD::SELECT:
6447 Scalars.push_back(getNode(ISD::SELECT, dl, EltVT, Operands));
H A DSelectionDAGBuilder.cpp2911 ISD::VSELECT : ISD::SELECT;
H A DSelectionDAGDumper.cpp194 case ISD::SELECT: return "select";
H A DTargetLowering.cpp286 // FIXME: ISD::SELECT, ISD::SELECT_CC
566 case ISD::SELECT:

Completed in 645 milliseconds

12345