HomeSort by relevance Sort by last modified time
    Searched refs:MAdd (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 69 // MAdd/Sub nodes
70 MAdd,
MipsISelLowering.cpp 66 case MipsISD::MAdd: return "MipsISD::MAdd";
277 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
282 // instruction node rather than a pair of MULT and MADD instructions being
291 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::MAdd;
293 SDValue MAdd = CurDAG->getNode(MultOpc, dl,
302 MAdd);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 87 // MAdd/Sub nodes
88 MAdd,
MipsSEISelLowering.cpp 418 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
423 // instruction node rather than a pair of MULT and MADD instructions being
436 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::MAdd;
438 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped,
445 SDValue LoOut = CurDAG->getNode(MipsISD::MFLO, DL, MVT::i32, MAdd);
449 SDValue HiOut = CurDAG->getNode(MipsISD::MFHI, DL, MVT::i32, MAdd);
    [all...]
MipsISelLowering.cpp 132 case MipsISD::MAdd: return "MipsISD::MAdd";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 138 // MAdd/Sub nodes
139 MAdd,
MipsISelLowering.cpp 213 case MipsISD::MAdd: return "MipsISD::MAdd";
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]

Completed in 458 milliseconds