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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 261 SDNode* MultNode = MultHi.getNode();
265 if (MultLo.getNode() != MultNode)
272 // MultLo amd MultHi must be the first and second output of MultNode
278 // of the values of MultNode, in which case MultNode will be removed in later
281 // here, which will result in MultNode being mapped to a single MULT
295 MultNode->getOperand(0),// Factor 0
296 MultNode->getOperand(1),// Factor 1
335 SDNode* MultNode = MultHi.getNode();
339 if (MultLo.getNode() != MultNode)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 402 SDNode *MultNode = MultHi.getNode();
406 if (MultLo.getNode() != MultNode)
413 // MultLo amd MultHi must be the first and second output of MultNode
419 // of the values of MultNode, in which case MultNode will be removed in later
422 // here, which will result in MultNode being mapped to a single MULT
439 MultNode->getOperand(0),// Factor 0
440 MultNode->getOperand(1),// Factor 1
474 SDNode *MultNode = MultHi.getNode();
478 if (MultLo.getNode() != MultNode)
    [all...]

Completed in 691 milliseconds