Searched refs:ADDC (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h200 /// like ADDC/SUBC, which indicate the carry result is always false.
207 ADDC, SUBC, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h929 case ISD::ADDC:
/external/llvm/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp193 op == MBlaze::ADDC || op == MBlaze::ADDIC ||
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h80 ADDC, // Add with carry enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp572 setTargetDAGCombine(ISD::ADDC);
617 setOperationAction(ISD::ADDC, MVT::i32, Custom);
916 case ARMISD::ADDC: return "ARMISD::ADDC";
5153 case ISD::ADDC: Opc = ARMISD::ADDC; break;
5258 case ISD::ADDC:
7267 // If we find this pattern, we can replace the U/SMUL_LOHI, ADDC, and ADDE by
7272 // ADDC | hiAdd
7277 assert(AddcNode->getOpcode() == ISD::ADDC
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c347 #define ADDC XO31( 10) macro
1616 tcg_out32 (s, ADDC | TAB (0, args[2], args[4]));
1621 tcg_out32 (s, ADDC | TAB (args[0], args[2], args[4]));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp199 case ISD::ADDC: return "addc";
H A DLegalizeIntegerTypes.cpp1146 case ISD::ADDC:
1280 TLI.isOperationLegalOrCustom(ISD::ADDC,
1285 Lo = DAG.getNode(ISD::ADDC, DL, VTList, LoOps, 2);
1523 // Do not generate ADDC/ADDE or SUBC/SUBE if the target does not support
1525 // ADDC/ADDE/SUBC/SUBE. The problem is that these operations generate
1530 ISD::ADDC : ISD::SUBC,
1536 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2);
1584 if (N->getOpcode() == ISD::ADDC) {
1585 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2);
H A DDAGCombiner.cpp1092 case ISD::ADDC: return visitADDC(N);
1544 return DAG.getNode(ISD::ADDC, N->getDebugLoc(), N->getVTList(), N1, N0);
1584 return DAG.getNode(ISD::ADDC, N->getDebugLoc(), N->getVTList(), N0, N1);
2738 APInt ADDC = ADDI->getAPIntValue(); local
2739 if (!TLI.isLegalAddImmediate(ADDC.getSExtValue())) {
2748 ADDC |= Mask;
2749 if (TLI.isLegalAddImmediate(ADDC.getSExtValue())) {
2752 N0.getOperand(0), DAG.getConstant(ADDC, VT));
H A DSelectionDAG.cpp3138 case ISD::ADDC:
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp416 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
H A DMipsISelLowering.cpp335 // ADDENode's second operand must be a flag output of an ADDC node in order
339 if (ADDCNode->getOpcode() != ISD::ADDC)
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp40 MBlaze::ADD, MBlaze::RSUB, MBlaze::ADDC, MBlaze::RSUBC, //00,01,02,03
/external/qemu/tcg/ppc64/
H A Dtcg-target.c337 #define ADDC XO31( 10) macro
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp88 setOperationAction(ISD::ADDC, MVT::i32, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp318 case ISD::ADDC:
H A DX86ISelLowering.cpp364 setOperationAction(ISD::ADDC, VT, Custom);
11249 case ISD::ADDC: Opc = X86ISD::ADD; break;
11330 case ISD::ADDC:
11393 case ISD::ADDC:

Completed in 726 milliseconds