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

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp392 static bool selectMADD(SDNode *ADDENode, SelectionDAG *CurDAG) { argument
393 // ADDENode's second operand must be a flag output of an ADDC node in order
395 SDNode *ADDCNode = ADDENode->getOperand(2).getNode();
400 SDValue MultHi = ADDENode->getOperand(0);
418 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
421 // If there exist users other than ADDENode or ADDCNode, this function returns
428 SDLoc DL(ADDENode);
433 ADDENode->getOperand(1));
448 if (!SDValue(ADDENode, 0).use_empty()) {
450 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode,
[all...]

Completed in 283 milliseconds