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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp371 static bool SelectMadd(SDNode *ADDENode, SelectionDAG *CurDAG) { argument
372 // ADDENode's second operand must be a flag output of an ADDC node in order
374 SDNode *ADDCNode = ADDENode->getOperand(2).getNode();
379 SDValue MultHi = ADDENode->getOperand(0);
397 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
400 // If there exist users other than ADDENode or ADDCNode, this function returns
408 DebugLoc dl = ADDENode->getDebugLoc();
417 ADDENode->getOperand(1));// Hi0
430 if (!SDValue(ADDENode, 0).use_empty())
431 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode,
[all...]

Completed in 203 milliseconds