Searched refs:ADD (Results 1 - 25 of 91) sorted by path

1234

/freebsd-10.0-release/contrib/binutils/bfd/
H A Decofflink.c1440 #define ADD(count, size) \
1443 ADD (cbLine, sizeof (unsigned char));
1444 ADD (idnMax, swap->external_dnr_size);
1445 ADD (ipdMax, swap->external_pdr_size);
1446 ADD (isymMax, swap->external_sym_size);
1447 ADD (ioptMax, swap->external_opt_size);
1448 ADD (iauxMax, sizeof (union aux_ext));
1449 ADD (issMax, sizeof (char));
1450 ADD (issExtMax, sizeof (char));
1451 ADD (ifdMa
1437 #define ADD macro
1452 #undef ADD macro
[all...]
/freebsd-10.0-release/contrib/byacc/test/
H A Dquote_calc.tab.c146 #define ADD 258 macro
265 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
H A Dquote_calc.tab.h2 #define ADD 258 macro
H A Dquote_calc2.tab.c146 #define ADD 258 macro
265 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
276 "expr : expr \"ADD\" expr",
H A Dquote_calc2.tab.h2 #define ADD 258 macro
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff3.c62 ADD, /* Two way diff add */
965 case ADD:
980 if (dt != ADD)
1074 inclusive, unless being used by the ADD or DELETE commands. It is
1104 type = ADD;
61 ADD, /* Two way diff add */ enumerator in enum:diff_type
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c258 const enum add_del {ADD, DELETE} add_del; enumerator in enum:modify_target::add_del
3992 else if (modify_target[j].add_del == ADD
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dgprint.h64 #define ADD 1 macro
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h188 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator in enum:llvm::ISD::NodeType
354 /// integer shift operations, just like ADD/SUB_PARTS. The operation
H A DSelectionDAG.h920 case ISD::ADD:
1031 /// ISD::ADD with a ConstantSDNode on the right-hand side, or if it is an
1033 /// semantics as an ADD. This handles the equivalence:
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator in enum:llvm::BinOpInit::BinaryOp
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1099 case ISD::ADD: return visitADD(N);
1196 case ISD::ADD:
1360 if (N01C && N00.getOpcode() == ISD::ADD && N00.getNode()->hasOneUse() &&
1363 N0 = DAG.getNode(ISD::ADD, N0.getDebugLoc(), VT,
1368 return DAG.getNode(ISD::ADD, DL, VT, N0, N1);
1400 return DAG.FoldConstantArithmetic(ISD::ADD, VT, N0C, N1C);
1403 return DAG.getNode(ISD::ADD, N->getDebugLoc(), VT, N1, N0);
1422 SDValue RADD = ReassociateOps(ISD::ADD, N->getDebugLoc(), N0, N1);
1440 if (N1.getOpcode() == ISD::SUB && N1.getOperand(1).getOpcode() == ISD::ADD &&
1445 if (N1.getOpcode() == ISD::SUB && N1.getOperand(1).getOpcode() == ISD::ADD
1904 SDValue ADD = DAG.getNode(ISD::ADD, N->getDebugLoc(), VT, N0, SRL); local
[all...]
H A DFastISel.cpp490 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
509 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
519 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
543 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);
550 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
968 return SelectBinaryOp(I, ISD::ADD);
H A DLegalizeDAG.cpp359 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
361 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
407 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
479 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
480 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
536 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
546 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
603 SDValue StackPtr2 = DAG.getNode(ISD::ADD, dl, IdxVT, Tmp3, StackPtr);
685 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
791 Ptr = DAG.getNode(ISD::ADD, d
[all...]
H A DLegalizeFloatTypes.cpp1374 DAG.getNode(ISD::ADD, dl, MVT::i32,
H A DLegalizeIntegerTypes.cpp105 case ISD::ADD:
459 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB;
624 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB;
1141 case ISD::ADD:
1527 TLI.isOperationLegalOrCustom(N->getOpcode() == ISD::ADD ?
1533 if (N->getOpcode() == ISD::ADD) {
1545 if (N->getOpcode() == ISD::ADD) {
1546 Lo = DAG.getNode(ISD::ADD, dl, NVT, LoOps, 2);
1547 Hi = DAG.getNode(ISD::ADD, dl, NVT, HiOps, 2);
1557 Hi = DAG.getNode(ISD::ADD, d
[all...]
H A DLegalizeTypes.cpp1027 return DAG.getNode(ISD::ADD, dl, Index.getValueType(), Index, VecPtr);
H A DLegalizeTypesGeneric.cpp169 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
234 Idx = DAG.getNode(ISD::ADD, dl, Idx.getValueType(), Idx, Idx);
237 Idx = DAG.getNode(ISD::ADD, dl, Idx.getValueType(), Idx,
266 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
406 Idx = DAG.getNode(ISD::ADD, dl, Idx.getValueType(), Idx, Idx);
408 Idx = DAG.getNode(ISD::ADD, dl,
456 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
H A DLegalizeVectorOps.cpp193 case ISD::ADD:
434 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR,
502 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR,
561 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR,
H A DLegalizeVectorTypes.cpp97 case ISD::ADD:
553 case ISD::ADD:
782 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
824 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
1257 Ptr = DAG.getNode(ISD::ADD, DL, Ptr.getValueType(), Ptr,
1437 case ISD::ADD:
2559 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
2680 SDValue NewBasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(),
2737 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
2756 BasePtr = DAG.getNode(ISD::ADD, d
[all...]
H A DSelectionDAG.cpp2025 case ISD::ADD:
2039 if (Op.getOpcode() == ISD::ADD) {
2231 case ISD::ADD:
2237 // Special case decrementing a value (ADD X, -1):
2342 /// ISD::ADD with a ConstantSDNode on the right-hand side, or if it is an
2344 /// semantics as an ADD. This handles the equivalence:
2347 if ((Op.getOpcode() != ISD::ADD && Op.getOpcode() != ISD::OR) ||
2729 case ISD::ADD:
2839 case ISD::ADD:
3198 case ISD::ADD
[all...]
H A DSelectionDAGBuilder.cpp1212 SDValue Add = DAG.getNode(ISD::ADD, getCurDebugLoc(),
3145 N = DAG.getNode(ISD::ADD, getCurDebugLoc(), N.getValueType(), N,
3168 N = DAG.getNode(ISD::ADD, getCurDebugLoc(), N.getValueType(), N,
3197 N = DAG.getNode(ISD::ADD, getCurDebugLoc(),
3236 AllocSize = DAG.getNode(ISD::ADD, getCurDebugLoc(),
3314 SDValue A = DAG.getNode(ISD::ADD, getCurDebugLoc(),
3378 SDValue Add = DAG.getNode(ISD::ADD, getCurDebugLoc(), PtrVT, Ptr,
3787 DAG.getNode(ISD::ADD, dl, MVT::i32,
4161 DAG.getNode(ISD::ADD, dl, MVT::i32,
4269 DAG.getNode(ISD::ADD, d
[all...]
H A DSelectionDAGBuilder.h474 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); }
H A DSelectionDAGDumper.cpp155 case ISD::ADD: return "add";
H A DTargetLowering.cpp968 case ISD::ADD:
1217 Ptr = DAG.getNode(ISD::ADD, dl, PtrType, Lod->getBasePtr(),
1641 if (N0.getOpcode() == ISD::ADD || N0.getOpcode() == ISD::SUB ||
1667 if (N0.getOpcode() == ISD::ADD && N0.getNode()->hasOneUse()) {
1729 if (N1.getOpcode() == ISD::ADD || N1.getOpcode() == ISD::SUB ||
1838 if (N->getOpcode() == ISD::ADD) {
1951 if (Op.getOpcode() == ISD::ADD) {
2498 Q = DAG.getNode(ISD::ADD, dl, VT, Q, N->getOperand(0));
2521 return DAG.getNode(ISD::ADD, dl, VT, Q, T);
2587 NPQ = DAG.getNode(ISD::ADD, d
[all...]

Completed in 564 milliseconds

1234