Home
last modified time | relevance | path

Searched refs:OpcCarry (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp766 unsigned OpcCarry = N->getOpcode() == HexagonISD::ADDC ? Hexagon::A4_addp_c in SelectAddSubCarry() local
768 SDNode *C = CurDAG->getMachineNode(OpcCarry, SDLoc(N), N->getVTList(), in SelectAddSubCarry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3503 unsigned OpcCarry = IsAdd ? ISD::ADDCARRY : ISD::SUBCARRY; in ExpandNode() local
3504 if (TLI.isOperationLegalOrCustom(OpcCarry, Node->getValueType(0))) { in ExpandNode()
3506 SDValue NodeCarry = DAG.getNode(OpcCarry, dl, Node->getVTList(), in ExpandNode()