Searched refs:SELECT (Results 51 - 71 of 71) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp94 setOperationAction(ISD::SELECT, MVT::i8, Expand);
95 setOperationAction(ISD::SELECT, MVT::i16, Expand);
1568 // To "insert" a SELECT instruction, we actually have to insert the diamond
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp387 setOperationAction(ISD::SELECT, MVT::i32, Custom);
388 setOperationAction(ISD::SELECT, MVT::i64, Custom);
389 setOperationAction(ISD::SELECT, MVT::f16, Custom);
390 setOperationAction(ISD::SELECT, MVT::f32, Custom);
391 setOperationAction(ISD::SELECT, MVT::f64, Custom);
437 setOperationAction(ISD::SELECT, MVT::f128, Custom);
608 setOperationAction(ISD::SELECT, MVT::f16, Promote);
649 setOperationAction(ISD::SELECT, MVT::v4f16, Expand);
677 setOperationAction(ISD::SELECT, MVT::v8f16, Expand);
903 setTargetDAGCombine(ISD::SELECT);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2506 case ISD::SELECT:
2529 User->getOpcode() == ISD::SELECT)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp187 setOperationAction(ISD::SELECT, VT, Expand);
293 setOperationAction(ISD::SELECT, VT, Expand);
341 setOperationAction(ISD::SELECT, VT, Expand);
451 setOperationAction(ISD::SELECT, VT, Expand);
1001 setTargetDAGCombine(ISD::SELECT);
1361 setOperationAction(ISD::SELECT, MVT::i32, Custom);
1362 setOperationAction(ISD::SELECT, MVT::f32, Custom);
1363 setOperationAction(ISD::SELECT, MVT::f64, Custom);
1369 setOperationAction(ISD::SELECT, MVT::f16, Custom);
9852 case ISD::SELECT
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp450 setOperationAction(ISD::SELECT, VT, Custom);
458 setOperationAction(ISD::SELECT, VT, Custom);
462 // Custom action for SELECT MMX and expand action for SELECT_CC MMX
463 setOperationAction(ISD::SELECT, MVT::x86mmx, Custom);
895 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
1008 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
1009 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
1010 setOperationAction(ISD::SELECT, MVT::v4i32, Custom);
1011 setOperationAction(ISD::SELECT, MVT::v8i16, Custom);
1012 setOperationAction(ISD::SELECT, MV
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp514 // FIXME: ISD::SELECT, ISD::SELECT_CC
1379 case ISD::SELECT:
6647 Hi = DAG.getNode(ISD::SELECT, dl, VT, Cond, Tmp3, Tmp2);
6648 Lo = DAG.getNode(ISD::SELECT, dl, VT, Cond, Tmp1, Tmp3);
6650 Lo = DAG.getNode(ISD::SELECT, dl, VT, Cond, Tmp3, Tmp2);
6651 Hi = DAG.getNode(ISD::SELECT, dl, VT, Cond, Tmp1, Tmp3);
7026 Result = DAG.getNode(ISD::SELECT, dl, VT, SrcIsZero,
7078 Result = DAG.getNode(ISD::SELECT, dl, VT, SrcIsZero,
H A DLegalizeDAG.cpp3486 case ISD::SELECT:
3642 // node using SETCC and SELECT.
3644 assert(!TLI.isOperationExpand(ISD::SELECT, VT) &&
3645 "Cannot expand ISD::SELECT_CC when ISD::SELECT also needs to be "
4543 case ISD::SELECT: {
H A DLegalizeVectorTypes.cpp62 case ISD::SELECT: R = ScalarizeVecRes_SELECT(N); break;
749 /// <1 x i1>, so just convert to a normal ISD::SELECT
755 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1),
916 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
2993 case ISD::SELECT: Res = WidenVecRes_SELECT(N); break;
H A DLegalizeIntegerTypes.cpp76 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break;
1500 case ISD::SELECT: Res = PromoteIntOp_SELECT(N, OpNo); break;
1764 EVT OpVT = N->getOpcode() == ISD::SELECT ? OpTy.getScalarType() : OpTy;
2059 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
4293 // NOTE: on targets without efficient SELECT of bools, we can always use
H A DSelectionDAG.cpp3054 case ISD::SELECT:
3849 case ISD::SELECT:
4314 case ISD::SELECT:
6029 case ISD::SELECT:
9959 Scalars.push_back(getNode(ISD::SELECT, dl, EltVT, Operands));
H A DSelectionDAGBuilder.cpp3256 Cond.getValueType().isVector() ? ISD::VSELECT : ISD::SELECT;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1797 case Select: return ISD::SELECT;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1032 if (ISD == ISD::SELECT) {
H A DSelectionDAG.h1074 auto Opcode = Cond.getValueType().isVector() ? ISD::VSELECT : ISD::SELECT;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1667 // Normalize all inputs to SELECT to be vectors of i32.
1670 setOperationAction(ISD::SELECT, VT, Promote);
1671 AddPromotedToType(ISD::SELECT, VT, VT32);
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c4289 case SELECT:
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dparse.c3430 case SELECT:
/netbsd-current/external/bsd/libevent/dist/
H A DMakefile.in3114 $(top_srcdir)/test/test.sh -b SELECT
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3822 CompareUse->getOpcode() != ISD::SELECT &&
6085 // We can replace User with a new SELECT node, and try again to see if we
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp145 // Expand SELECT(C, A, B) into SELECT_CC(X, 0, A, B, NE).
146 setOperationAction(ISD::SELECT, VT, Expand);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c2718 ** only, that is DELETE, INSERT, SELECT, and UPDATE statements. The
3480 ** ^When a table is referenced by a [SELECT] but no column values are
3482 ** "SELECT count(*) FROM tab") then the [SQLITE_READ] authorizer callback
3497 ** disallows everything except [SELECT] statements.
4398 ** result set of a [SELECT] or the maximum number of columns in an index
4405 ** <dd>The maximum number of terms in a compound SELECT statement.</dd>)^
4651 ** text "SELECT $abc,:xyz" and if parameter $abc is bound to integer 2345
4653 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4654 ** will return "SELECT 2345,NULL".)^
4695 ** SELECT eva
[all...]

Completed in 706 milliseconds

123