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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 245 // (addc multLo, Lo0), (adde multHi, Hi0),
260 SDValue MultLo = ADDCNode->getOperand(0);
264 // MultHi and MultLo must be generated by the same node,
265 if (MultLo.getNode() != MultNode)
272 // MultLo amd MultHi must be the first and second output of MultNode
274 if (MultHi.getResNo() != 1 || MultLo.getResNo() != 0)
284 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
319 // (addc Lo0, multLo), (sube Hi0, multHi),
334 SDValue MultLo = SUBCNode->getOperand(1);
338 // MultHi and MultLo must be generated by the same node
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 386 // (addc multLo, Lo0), (adde multHi, Hi0),
401 SDValue MultLo = ADDCNode->getOperand(0);
405 // MultHi and MultLo must be generated by the same node,
406 if (MultLo.getNode() != MultNode)
413 // MultLo amd MultHi must be the first and second output of MultNode
415 if (MultHi.getResNo() != 1 || MultLo.getResNo() != 0)
425 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
458 // (addc Lo0, multLo), (sube Hi0, multHi),
473 SDValue MultLo = SUBCNode->getOperand(1);
477 // MultHi and MultLo must be generated by the same node
    [all...]

Completed in 111 milliseconds