Searched refs:Select (Results 51 - 75 of 143) sorted by relevance

123456

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp212 case Instruction::Select: case Instruction::PHI:
/external/mesa3d/src/mesa/main/
H A Dgetstring.c262 *params = ctx->Select.Buffer;
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp233 case Instruction::Select:
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp297 case Instruction::Select:
/external/chromium_org/third_party/sqlite/src/src/
H A Dtrigger.c339 TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect){
387 Select *pSelect, /* A SELECT statement that supplies values */
749 Select *pSelect = sqlite3SelectDup(db, pStep->pSelect, 0);
H A Dinsert.c326 Select *pSelect, /* A SELECT statement to use as the data source */
437 Select *pSelect, /* A SELECT statement to use as the data source */
1609 Select *pSelect, /* A SELECT statement to use as the data source */
H A Dattach.c471 Select *pSelect /* The SELECT statement to be fixed to one database */
H A Dexpr.c303 static void heightOfSelect(Select *p, int *pnHeight){
349 int sqlite3SelectExprHeight(Select *p){
939 Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){
940 Select *pNew;
964 Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){
1147 static int selectNodeIsConstant(Walker *pWalker, Select *NotUsed){
1339 ** The Select object passed in has already been preprocessed and no
1343 static int isCandidateForInOpt(Select *
[all...]
H A Dupdate.c604 Select *pSelect = 0; /* The SELECT statement */
/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/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp328 SDNode *Select(SDNode *Node) override;
969 Upper = SDValue(Select(Upper.getNode()), 0);
1034 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { function in class:SystemZDAGToDAGISel
1114 // Select the default instruction
/external/llvm/lib/Analysis/
H A DCostModel.cpp420 case Instruction::Select: {
/external/llvm/lib/IR/
H A DInstruction.cpp248 case Select: return "select";
H A DConstantsContext.h84 : ConstantExpr(C2->getType(), Instruction::Select, &Op<0>(), 3) {
435 if (V.opcode == Instruction::Select)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp343 case Instruction::Select:
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h335 void Select(FX_INT32 nItemIndex);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids6040 047a Select Portable Hard Drive
6319 0114 Select RW-200 CDMA Wireless Modem
16116 03e Select
16133 089 System Menu Select
16180 0c2 Weapons Select
16395 077 Select
16562 02e Ring Select
16629 062 Closed Caption Select
16642 088 Media Select Computer
16643 089 Media Select T
[all...]
/external/chromium_org/third_party/libwebp/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]);
/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc537 // Select the last row.
538 table_->Select(3);
658 table_->Select(-1);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp43 SDNode *Select(SDNode *N) override;
207 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp165 case Instruction::Select: {
295 case Instruction::Select:
/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]);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp247 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)'}}
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h210 template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType> class Select;
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h485 return hasProperty(MCID::Select, Type);

Completed in 3810 milliseconds

123456