HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/lib/IR/
Instruction.cpp 248 case Select: return "select";
ConstantsContext.h 74 /// behind the scenes to implement select constant exprs.
84 : ConstantExpr(C2->getType(), Instruction::Select, &Op<0>(), 3) {
435 if (V.opcode == Instruction::Select)
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 343 case Instruction::Select:
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 242 //if nStartChar == 0 and nEndChar == -1, select all the text.
246 //select all the text.
269 //get the word range of select text
451 virtual void Select(FX_INT32 nItemIndex) = 0;
fxet_list.h 272 FX_INT32 nState; //0:normal select -1:to deselect 1: to select
335 void Select(FX_INT32 nItemIndex);
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 81 <p style="padding:10px">Select a package to view its members</p><?cs
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 285 // The selection is entirely off the screen: select the top line on
302 // Select line number lineno, or if it is in a colored chunk, select the
  /external/chromium_org/third_party/libwebp/dsp/
lossless_sse2.c 56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
144 const uint32_t pred = Select(top[0], left, top[-1]);
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 533 // Select the last row.
534 table_->Select(3);
568 // Click on the first row, should select it.
654 table_->Select(-1);
763 // Click on the first row, should select it and the second row.
768 // Click on the last row, should select it and the row before it.
828 // Click on the third row, should select it and the second row.
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 33 /// AMDGPU specific code to select AMDGPU machine instructions for
43 SDNode *Select(SDNode *N) override;
207 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 32 // Try to fold constant and into select arguments.
165 case Instruction::Select: {
295 case Instruction::Select:
354 // Try to fold constant and into select arguments.
    [all...]
InstCombineCasts.cpp 208 case Instruction::Select: {
308 // If we are casting a select then fold the cast into the select
416 case Instruction::Select: {
730 case Instruction::Select:
    [all...]
  /external/webp/src/dsp/
lossless_sse2.c 56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
144 const uint32_t pred = Select(top[0], left, top[-1]);
  /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...]
update.c 603 ExprList *pEList = 0; /* The result set of the SELECT statement */
604 Select *pSelect = 0; /* The SELECT statement */
606 int ephemTab; /* Table holding the result of the SELECT */
614 /* Construct the SELECT statement that will find the new values for
  /build/tools/droiddoc/templates-sdk/
customizations.cs 320 title="Select your target API level to dim unavailable APIs">API level: </label>
321 <div class="select-wrapper">
322 <select id="apiLevelSelector">
324 </select>
373 <p style="padding:10px">Select a package to view its members</p><?cs
446 <select name="language" onChange="changeLangPref(this.value, true)">
454 </select>
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 304 title="Select your target API level to dim unavailable APIs">API level: </label>
305 <div class="select-wrapper">
306 <select id="apiLevelSelector">
308 </select>
355 <p style="padding:10px">Select a package to view its members</p><?cs
428 <select name="language" onChange="changeLangPref(this.value, true)">
436 </select>
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 361 * Select the item corresponding to the given {@code entry}.
532 * Select the item corresponding to the given entry.
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 247 constexpr auto Select(int n) -> int (*)(int) {
252 static_assert(1 + Apply(Select(4), 5) + Apply(Select(3), 7) == 42, "");
254 constexpr int Invalid = Apply(Select(0), 0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'Apply(0, 0)'}}
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 482 /// isSelect - Return true if this instruction is a select instruction.
485 return hasProperty(MCID::Select, Type);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 232 case Instruction::Select:
446 if (ValTy->isVectorTy() && ISD == ISD::SELECT) {
451 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 * AmortizationCost },
452 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 * AmortizationCost },
453 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 * AmortizationCost },
454 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost },
455 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost },
456 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost }
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 217 case Instruction::Select:
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 267 m_pList->Select(nItemIndex);
  /build/tools/droiddoc/templates-ds/
customizations.cs 215 <div class="select-wrapper">
216 <select id="apiLevelSelector">
218 </select>
265 <p style="padding:10px">Select a package to view its members</p><?cs

Completed in 1389 milliseconds

1 2 34 5 6 7 8 9