Searched defs:Select (Results 26 - 50 of 51) sorted by relevance

123

/external/webp/src/dsp/
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]);
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/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp65 SDNode *Select(SDNode *Node) override;
225 /// SelectArithImmed - Select an immediate value that can be represented as
313 /// SelectShiftedRegister - Select a "shifted register" operand. If the value
533 /// SelectArithExtendedRegister - Select a "extended register" operand. This
572 /// SelectAddrModeIndexed - Select a "register plus scaled unsigned 12-bit
634 /// SelectAddrModeUnscaled - Select a "register plus unscaled signed 9-bit
2042 SDNode *AArch64DAGToDAGISel::Select(SDNode *Node) { function in class:AArch64DAGToDAGISel
2097 // Bail and use the default Select() for non-zero lanes.
2101 // bail and use the default Select(), as there's more to do than just
3015 // Select th
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp65 SDNode *Select(SDNode *N) override;
1347 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { function in class:HexagonDAGToDAGISel
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp113 // 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
918 // Select - Convert the specified operand from a target-independent to a
920 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { function in class:PPCDAGToDAGISel
/external/chromium_org/third_party/libwebp/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/llvm/bindings/ocaml/llvm/
H A Dllvm.ml195 | 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
2415 SDNode *ARMDAGToDAGISel::Select(SDNode *N) { function in class:ARMDAGToDAGISel
2432 // Select specia
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp193 SDNode *Select(SDNode *N) override;
2058 SDNode *X86DAGToDAGISel::Select(SDNode *Node) { function in class:X86DAGToDAGISel
H A DX86ISelLowering.cpp6059 SDValue Select; local
6061 Select = DAG.getNode(ISD::SELECT, dl, SelectVT, Op.getOperand(0),
6065 Select = DAG.getNode(ISD::SELECT, dl, SelectVT, Op.getOperand(0),
6068 return DAG.getNode(ISD::BITCAST, dl, VT, Select);
7570 // FIXME: Select an interleaving of the merge of V1 and V2 that minimizes
10134 // Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
18939 // Select the input vector, guarding against out of range extract vector.
19710 SDValue Select = getTargetShuffleNode(X86ISD::MOVSD, DL, NVT, NewA,
19712 return DAG.getNode(ISD::BITCAST, DL, VT, Select);
/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/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp236 case Instruction::Select:
253 /// Select whose cost is 2.
2581 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) { argument
2583 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue());
2584 ConstantInt *FalseVal = dyn_cast<ConstantInt>(Select->getFalseValue());
2589 Value *Condition = Select->getCondition();
3365 if (SelectInst *Select = dyn_cast<SelectInst>(I)) {
3366 Constant *A = LookupConstant(Select->getCondition(), ConstantPool);
3370 return LookupConstant(Select->getTrueValue(), ConstantPool);
3372 return LookupConstant(Select
[all...]
/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/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp761 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
1284 // Select the optimal vectorization factor.
1290 // Select the unroll factor.
2519 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); local
2520 return Select;
2947 // Select between the current value and the previous incoming edge
3125 case Instruction::Select: {
4971 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
4980 SelectInst *Select = nullptr;
4985 if (!Cmp->hasOneUse() || !(Select
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h624 typedef struct Select Select; typedef in typeref:struct:Select
1276 Select *pSelect; /* NULL for tables. Points to definition if a view. */
1524 ** original Select structure that describes the SELECT statement. These
1655 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
1841 Select *pSelect; /* A SELECT statement used in place of a table name */
2030 struct Select { struct
2040 Select *pPrior; /* Prior select in a compound select statement */
2041 Select *pNext; /* Next select to the left in a compound */
2042 Select *pRightmos
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h3492 struct gl_selection Select; /**< Selection */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3492 struct gl_selection Select; /**< Selection */ member in struct:gl_context
/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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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/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...]

Completed in 1398 milliseconds

123