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

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 116 ** * Terms in the result set of a SELECT statement
117 ** * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
156 ** The maximum number of terms in a compound SELECT statement.
157 ** The code generator for compound SELECT statements does one
161 ** any limit on the number of terms in a compount SELECT.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/llvm/lib/Analysis/
ValueTracking.cpp 400 case Instruction::Select:
    [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 742 if (TrueVal->getOpcode() == Instruction::Select)
747 if (FalseVal->getOpcode() == Instruction::Select)
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 43 /// HexagonDAGToDAGISel - Hexagon specific code to select Hexagon machine
65 SDNode *Select(SDNode *N) override;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 49 /// PPCDAGToDAGISel - PPC specific code to select PPC machine
113 // Select - Convert the specified operand from a target-independent to a
115 SDNode *Select(SDNode *N) override;
119 /// SelectCC - Select a comparison of the specified values with the
163 // Select an address into a single register.
490 /// SelectCC - Select a comparison of the specified values with the specified
494 // Always select the LHS.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 291 // TODO: For a select on vectors, it might be useful to do this if it
292 // has multiple extractelement uses. For vector select, that seems to
295 // If we are extracting an element from a vector select or a select on
296 // vectors, a select on the scalars extracted from the vector arguments.
800 case Instruction::Select:
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h     [all...]
tom.h 312 virtual HRESULT WINAPI Select(void) = 0;
374 HRESULT (WINAPI *Select)(ITextRange *This);
438 #define ITextRange_Select(This) (This)->lpVtbl->Select(This)
    [all...]
mmcobj.h     [all...]
  /external/bison/
maint.mk 143 # Select which lines of NEWS are searched for $(news-check-regexp).
222 # the regexp is used to select matching files from the list of all
229 # Select the files (non) containing strings matching this regexp.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 812 // If this select returns a struct, just mark the result overdefined.
833 // select ?, C, C -> C.
838 if (TVal.isUndefined()) // select ?, undef, X -> X.
840 if (FVal.isUndefined()) // select ?, X, undef -> X.
    [all...]

Completed in 1577 milliseconds

1 2 3 4 56 7 8 9