OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBCNode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp
328
SDNode*
SUBCNode
= SUBENode->getOperand(2).getNode();
330
if (
SUBCNode
->getOpcode() != ISD::SUBC)
334
SDValue MultLo =
SUBCNode
->getOperand(1);
351
// Transform this to a MSUB only if SUBENode and
SUBCNode
are the only users
354
// If there exist users other than SUBENode or
SUBCNode
, this function returns
371
SUBCNode
->getOperand(0),// Lo0
382
if (!SDValue(
SUBCNode
, 0).use_empty())
383
CurDAG->ReplaceAllUsesOfValueWith(SDValue(
SUBCNode
, 0), CopyFromLo);
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
467
SDNode *
SUBCNode
= SUBENode->getOperand(2).getNode();
469
if (
SUBCNode
->getOpcode() != ISD::SUBC)
473
SDValue MultLo =
SUBCNode
->getOperand(1);
490
// Transform this to a MSUB only if SUBENode and
SUBCNode
are the only users
493
// If there exist users other than SUBENode or
SUBCNode
, this function returns
504
SUBCNode
->getOperand(0),
516
if (!SDValue(
SUBCNode
, 0).use_empty()) {
518
CurDAG->ReplaceAllUsesOfValueWith(SDValue(
SUBCNode
, 0), LoOut);
[
all
...]
Completed in 75 milliseconds