Searched defs:Select (Results 1 - 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp49 SDNode *Select(SDNode *N) override;
91 SDNode *BPFDAGToDAGISel::Select(SDNode *Node) { function in class:BPFDAGToDAGISel
109 report_fatal_error("shouldn't see UNDEF during Select");
145 // Select the default instruction
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs164 #region Select
166 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/eigen/Eigen/src/Core/
H A DSelect.h15 /** \class Select
32 struct traits<Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >
55 class Select : internal::no_assignment_operator, class in namespace:Eigen
56 public internal::dense_xpr_base< Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >::type
60 typedef typename internal::dense_xpr_base<Select>::type Base;
61 EIGEN_DENSE_PUBLIC_INTERFACE(Select)
63 Select(const ConditionMatrixType& a_conditionMatrix, function in class:Eigen::Select
119 * \sa class Select
123 inline const Select<Derived,ThenDerived,ElseDerived>
127 return Select<Derive
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N) override;
140 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp114 SDNode *Select(SDNode *N) override;
379 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { function in class:MSP430DAGToDAGISel
477 // Select the default instruction
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp181 /// Select instructions not customized! Used for
183 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
220 // Select the default instruction
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp45 SDNode *Select(SDNode *N) override;
132 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/webp/src/dsp/
H A Dlossless_neon.c207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0, function
223 return Select(top + 0, &left, top - 1);
H A Dlossless_sse2.c56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
144 const uint32_t pred = Select(top[0], left, top[-1]);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp347 m_pList->Select(m_pList->GetItemIndex(point));
499 void CPWL_ListBox::Select(FX_INT32 nItemIndex) function in class:CPWL_ListBox
502 m_pList->Select(nItemIndex);
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dfixture.py1110 assert isinstance(field, Select)
1198 class Select(Field): class in inherits:Field
1205 super(Select, self).__init__(*args, **attrs)
1239 Field.classes['select'] = Select
1241 class Radio(Select):
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h398 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
401 // SelectArgs<int, ::std::tr1::tuple<bool, char, double>, 2, 0>::Select(
420 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
434 static SelectedArgs Select(const ArgumentTuple& /* args */) { function in class:testing::internal::SelectArgs
446 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
459 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
472 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
487 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
503 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
520 static SelectedArgs Select(cons function in class:testing::internal::SelectArgs
537 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
555 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
574 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h114 Select, enumerator in enum:llvm::MCID::__anon10184
336 return Flags & (1 << MCID::Select);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp104 /// Select - Select instructions not customized! Used for
106 SDNode *NVPTXDAGToDAGISel::Select(SDNode *N) { function in class:NVPTXDAGToDAGISel
H A DNVPTXISelLowering.cpp1814 SDValue Select = DAG.getNode(ISD::SELECT, DL, MVT::i32, Op0, Op1, Op2); local
1815 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, MVT::i1, Select);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp330 SDNode *Select(SDNode *Node) override;
978 Upper = SDValue(Select(Upper.getNode()), 0);
1043 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { function in class:SystemZDAGToDAGISel
1123 // Select the default instruction
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp853 void CFX_ListCtrl::Select(FX_INT32 nItemIndex) function in class:CFX_ListCtrl
/external/v8/src/
H A Dscanner.h527 inline Token::Value Select(Token::Value tok) { function in class:v8::internal::Scanner
532 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { function in class:v8::internal::Scanner
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp63 SDNode *Select(SDNode *Node) override;
230 /// SelectArithImmed - Select an immediate value that can be represented as
318 /// SelectShiftedRegister - Select a "shifted register" operand. If the value
538 /// SelectArithExtendedRegister - Select a "extended register" operand. This
598 /// SelectAddrModeIndexed - Select a "register plus scaled unsigned 12-bit
660 /// SelectAddrModeUnscaled - Select a "register plus unscaled signed 9-bit
2099 SDNode *AArch64DAGToDAGISel::Select(SDNode *Node) { function in class:AArch64DAGToDAGISel
2154 // Bail and use the default Select() for non-zero lanes.
2158 // bail and use the default Select(), as there's more to do than just
3083 // Select th
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp66 SDNode *Select(SDNode *N) override;
1232 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { function in class:HexagonDAGToDAGISel
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp47 SDNode *Select(SDNode *N) override;
250 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
462 Select(NewStore.getNode());
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml202 | Select Constructor in type:Opcode/t
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp90 SDNode *Select(SDNode *N) override;
214 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
222 /// SelectVST - Select NEON store intrinsics. NumVecs should
230 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
237 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
243 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
248 /// SelectV6T2BitfieldExtractOp - Select SBFX/UBFX instructions for ARM.
251 // Select special operations if node forms integer ABS pattern
2436 SDNode *ARMDAGToDAGISel::Select(SDNode *N) { function in class:ARMDAGToDAGISel
2453 // Select specia
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp119 // Select - Convert the specified operand from a target-independent to a
121 SDNode *Select(SDNode *N) override;
126 /// SelectCC - Select a comparison of the specified values with the
170 // Select an address into a single register.
623 // Select a 64-bit constant. For cost-modeling purposes, SelectInt64Count
755 // Select a 64-bit constant.
1214 // result. Select this part of the result first.
1820 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { function in class:__anon10810::BitPermutationSelector
1862 SDNode *Select(SDNode *N) { function in class:__anon10810::BitPermutationSelector
1875 return Select(
2347 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { function in class:PPCDAGToDAGISel
[all...]

Completed in 6394 milliseconds

12