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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp388 static bool selectMADD(SDNode *ADDENode, SelectionDAG *CurDAG) { argument
389 // ADDENode's second operand must be a flag output of an ADDC node in order
391 SDNode *ADDCNode = ADDENode->getOperand(2).getNode();
396 SDValue MultHi = ADDENode->getOperand(0);
414 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
417 // If there exist users other than ADDENode or ADDCNode, this function returns
424 SDLoc DL(ADDENode);
429 ADDENode->getOperand(1));
444 if (!SDValue(ADDENode, 0).use_empty()) {
446 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode,
[all...]

Completed in 60 milliseconds