Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp328 SDNode* SUBCNode = SUBENode->getOperand(2).getNode(); in SelectMsub() local
330 if (SUBCNode->getOpcode() != ISD::SUBC) in SelectMsub()
334 SDValue MultLo = SUBCNode->getOperand(1); in SelectMsub()
371 SUBCNode->getOperand(0),// Lo0 in SelectMsub()
382 if (!SDValue(SUBCNode, 0).use_empty()) in SelectMsub()
383 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), CopyFromLo); in SelectMsub()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp467 SDNode *SUBCNode = SUBENode->getOperand(2).getNode(); in selectMSUB() local
469 if (SUBCNode->getOpcode() != ISD::SUBC) in selectMSUB()
473 SDValue MultLo = SUBCNode->getOperand(1); in selectMSUB()
504 SUBCNode->getOperand(0), in selectMSUB()
516 if (!SDValue(SUBCNode, 0).use_empty()) { in selectMSUB()
518 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut); in selectMSUB()