Searched refs:Select (Results 76 - 100 of 143) sorted by relevance

123456

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp232 case Instruction::Select:
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp208 case Instruction::Select: {
416 case Instruction::Select: {
730 case Instruction::Select:
1020 case Instruction::Select:
H A DInstCombineSimplifyDemanded.cpp379 case Instruction::Select:
1097 case Instruction::Select: {
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp217 case Instruction::Select:
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h451 virtual void Select(FX_INT32 nItemIndex) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp267 m_pList->Select(nItemIndex);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7604 typedef struct Select Select; typedef in typeref:struct:Select
9621 Select *pSelect; /* NULL for tables. Points to definition if a view. */
9869 ** original Select structure that describes the SELECT statement. These
10000 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
10186 Select *pSelect; /* A SELECT statement used in place of a table name */
10375 struct Select { struct
10385 Select *pPrior; /* Prior select in a compound select statement */
10386 Select *pNext; /* Next select to the left in a compound */
10387 Select *pRightmos
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c185 struct gl_selection Select; member in struct:save_state
802 save->Select = ctx->Select; /* struct copy */
1113 ctx->Select = save->Select;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c185 struct gl_selection Select; member in struct:save_state
802 save->Select = ctx->Select; /* struct copy */
1113 ctx->Select = save->Select;
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y402 %type select {Select*}
404 %type oneselect {Select*}
487 // "seltablist" is a "Select Table List" - the content of the FROM clause
509 Select *pSubquery;
520 // %type seltablist_paren {Select*}
H A Dbuild.c1461 Select *pSelect /* Select from a "CREATE ... AS SELECT" */
1670 Select *pSelect, /* A SELECT statement that will become the new view */
1745 Select *pSel; /* Copy of the SELECT that implements the view */
3266 Select *pSubquery, /* A subquery used in place of a table name */
H A Dfkey.c963 Select *pSelect = 0; /* If RESTRICT, "SELECT RAISE(...)" */
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c453 // gcc-4.9 on ARM generates incorrect code in Select() when Sub3() is inlined.
468 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
528 const uint32_t pred = Select(top[0], left, top[-1]);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp442 case Instruction::Select:
745 case Instruction::Select: {
/external/webp/src/dsp/
H A Dlossless.c459 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
519 const uint32_t pred = Select(top[0], left, top[-1]);
/external/sqlite/dist/orig/
H A Dsqlite3.c8808 typedef struct Select Select; typedef in typeref:struct:Select
10942 Select *pSelect; /* NULL for tables. Points to definition if a view. */
11236 ** original Select structure that describes the SELECT statement. These
11367 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */
11569 Select *pSelect; /* A SELECT statement used in place of a table name */
11689 struct Select { struct
11701 Select *pPrior; /* Prior select in a compound select statement */
11702 Select *pNext; /* Next select to the left in a compound */
11709 ** Allowed values for Select
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8808 typedef struct Select Select; typedef in typeref:struct:Select
10942 Select *pSelect; /* NULL for tables. Points to definition if a view. */
11236 ** original Select structure that describes the SELECT statement. These
11367 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */
11569 Select *pSelect; /* A SELECT statement used in place of a table name */
11689 struct Select { struct
11701 Select *pPrior; /* Prior select in a compound select statement */
11702 Select *pNext; /* Next select to the left in a compound */
11709 ** Allowed values for Select
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex342 \texttt{--verbose}\\Select Verbose Output}
511 \texttt{--verbose}\\Select Verbose Output}
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc188 void TableView::Select(int model_row) { function in class:views::TableView
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp723 INSTKEYWORD(select, Select);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp944 case Instruction::Select:
1202 case Instruction::Select:
1225 Opcode == Instruction::Select) {
1724 case Instruction::Select: {
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp853 void CFX_ListCtrl::Select(FX_INT32 nItemIndex) function in class:CFX_ListCtrl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Analysis/
H A DValueTracking.cpp400 case Instruction::Select:
1191 case Instruction::Select:
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1115 case Instruction::Select:
1284 case Instruction::Select:

Completed in 6241 milliseconds

123456