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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 134 Select,
304 /// \brief Return true if this is a select instruction.
305 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xpoll.h 59 #include <sys/select.h> /* Get the FD_* macros. */
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xpoll.h 59 #include <sys/select.h> /* Get the FD_* macros. */
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ListBox.cpp 285 m_pList->Select(m_pList->GetItemIndex(point));
382 void CPWL_ListBox::Select(int32_t nItemIndex) {
383 m_pList->Select(nItemIndex);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/
PxeDhcp4.h 336 EFI_PXE_DHCP4_SELECT Select;
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 45 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
195 /// Select instructions not customized! Used for
197 void MipsDAGToDAGISel::Select(SDNode *Node) {
233 // Select the default instruction
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 215 case Instruction::Select:
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 102 case Inst::Select:
  /external/llvm/lib/Target/Lanai/
LanaiISelDAGToDAG.cpp 44 // LanaiDAGToDAGISel - Lanai specific code to select Lanai machine
71 void Select(SDNode *N) override;
271 // Select instructions not customized! Used for
273 void LanaiDAGToDAGISel::Select(SDNode *Node) {
295 // Select the default instruction
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 34 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
44 void Select(SDNode *N) override;
132 void XCoreDAGToDAGISel::Select(SDNode *N) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 42 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
84 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
325 // Select the default instruction
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 26 // PTXDAGToDAGISel - PTX specific code to select PTX machine
36 SDNode *Select(SDNode *Node);
74 SDNode *PTXDAGToDAGISel::Select(SDNode *Node) {
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 35 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
49 SDNode *Select(SDNode *N);
154 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) {
  /external/webp/src/dsp/
lossless_mips_dsp_r2.c 149 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
218 return Select(top[0], left, top[-1]);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 219 .Select(fieldNumber => TestAllTypes.Descriptor.FindFieldByNumber(fieldNumber))
247 Assert.AreEqual(new[] { 11, 1, 101, 200 }, fields.InDeclarationOrder().Select(x => x.FieldNumber));
248 Assert.AreEqual(new[] { 1, 11, 101, 200 }, fields.InFieldNumberOrder().Select(x => x.FieldNumber));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 717 const SelectInst *Select = cast<SelectInst>(I);
720 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not);
724 unsigned TrueReg = getRegForValue(Select->getTrueValue());
728 unsigned FalseReg = getRegForValue(Select->getFalseValue());
737 switch (getSimpleType(Select->getType())) {
767 updateValueMap(Select, ResultReg);
    [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 527 const Select<Derived,ThenDerived,ElseDerived>
528 select(const DenseBase<ThenDerived>& thenMatrix,
532 inline const Select<Derived,ThenDerived, typename ThenDerived::ConstantReturnType>
533 select(const DenseBase<ThenDerived>& thenMatrix, const typename ThenDerived::Scalar& elseScalar) const;
536 inline const Select<Derived, typename ElseDerived::ConstantReturnType, ElseDerived >
537 select(const typename ElseDerived::Scalar& thenScalar, const DenseBase<ElseDerived>& elseMatrix) const;
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 89 /// MSP430DAGToDAGISel - MSP430 specific code to select MSP430 machine
113 void Select(SDNode *N) override;
169 // If so, we cannot select it.
379 void MSP430DAGToDAGISel::Select(SDNode *Node) {
467 // Select the default instruction

Completed in 3789 milliseconds

1 2 34 5 6 7 8 91011>>