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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp293 static bool selectMADD(SDNode *ADDENode, SelectionDAG *CurDAG) { argument
294 // ADDENode's second operand must be a flag output of an ADDC node in order
296 SDNode *ADDCNode = ADDENode->getOperand(2).getNode();
301 SDValue MultHi = ADDENode->getOperand(0);
319 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
322 // If there exist users other than ADDENode or ADDCNode, this function returns
329 SDLoc DL(ADDENode);
334 ADDENode->getOperand(1));
349 if (!SDValue(ADDENode, 0).use_empty()) {
351 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode,
[all...]

Completed in 99 milliseconds