OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ADDCNode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp
254
SDNode*
ADDCNode
= ADDENode->getOperand(2).getNode();
256
if (
ADDCNode
->getOpcode() != ISD::ADDC)
260
SDValue MultLo =
ADDCNode
->getOperand(0);
277
// Transform this to a MADD only if ADDENode and
ADDCNode
are the only users
280
// If there exist users other than ADDENode or
ADDCNode
, this function returns
297
ADDCNode
->getOperand(1),// Lo0
308
if (!SDValue(
ADDCNode
, 0).use_empty())
309
CurDAG->ReplaceAllUsesOfValueWith(SDValue(
ADDCNode
, 0), CopyFromLo);
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
395
SDNode *
ADDCNode
= ADDENode->getOperand(2).getNode();
397
if (
ADDCNode
->getOpcode() != ISD::ADDC)
401
SDValue MultLo =
ADDCNode
->getOperand(0);
418
// Transform this to a MADD only if ADDENode and
ADDCNode
are the only users
421
// If there exist users other than ADDENode or
ADDCNode
, this function returns
432
ADDCNode
->getOperand(1),
444
if (!SDValue(
ADDCNode
, 0).use_empty()) {
446
CurDAG->ReplaceAllUsesOfValueWith(SDValue(
ADDCNode
, 0), LoOut);
[
all
...]
Completed in 120 milliseconds