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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp261 SDNode* MultNode = MultHi.getNode(); local
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(); local
339 if (MultLo.getNode() != MultNode)
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp402 SDNode *MultNode = MultHi.getNode(); local
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(); local
478 if (MultLo.getNode() != MultNode)
[all...]

Completed in 88 milliseconds