Searched refs:HiOut (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 449 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32, MAdd); in selectMADD() local 450 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), HiOut); in selectMADD() 521 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32, MSub); in selectMSUB() local 522 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), HiOut); in selectMSUB()
|