Searched refs:SUBC (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h201 // like ADDC/SUBC, which indicate the carry result is always false.
208 ADDC, SUBC, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp214 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
H A DMipsISelLowering.cpp326 // SUBENode's second operand must be a flag output of an SUBC node in order
330 if (SUBCNode->getOpcode() != ISD::SUBC)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h76 SUBC, // Sub with carry enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp570 setOperationAction(ISD::SUBC, MVT::i32, Custom);
848 case ARMISD::SUBC: return "ARMISD::SUBC";
4882 case ISD::SUBC: Opc = ARMISD::SUBC; break;
4986 case ISD::SUBC:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2973 if (ConstantSDNode *SUBC =
2975 if (SUBC->getAPIntValue() == OpSizeInBits) {
2990 if (ConstantSDNode *SUBC =
2992 if (SUBC->getAPIntValue() == OpSizeInBits) {
3020 if (ConstantSDNode *SUBC =
3022 if (SUBC->getAPIntValue() == OpSizeInBits) {
3034 if (ConstantSDNode *SUBC =
3036 if (SUBC->getAPIntValue() == OpSizeInBits) {
H A DLegalizeIntegerTypes.cpp1143 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break;
1512 // Do not generate ADDC/ADDE or SUBC/SUBE if the target does not support
1514 // ADDC/ADDE/SUBC/SUBE. The problem is that these operations generate
1519 ISD::ADDC : ISD::SUBC,
1529 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps, 2);
1578 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps, 2);
H A DTargetLowering.cpp2455 if (ConstantSDNode *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) {
2459 DAG.getConstant(SUBC->getAPIntValue() -
H A DSelectionDAG.cpp6024 case ISD::SUBC: return "subc";
/external/llvm/lib/Target/Alpha/
H A DAlphaISelLowering.cpp104 setOperationAction(ISD::SUBC , MVT::i64, Expand);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp91 setOperationAction(ISD::SUBC, MVT::i32, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp363 setOperationAction(ISD::SUBC, VT, Custom);
10370 case ISD::SUBC: Opc = X86ISD::SUB; break;
10449 case ISD::SUBC:
10513 case ISD::SUBC:

Completed in 316 milliseconds