Home
last modified time | relevance | path

Searched refs:SubsNode (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23504 static SDValue performSubsToAndsCombine(SDNode *N, SDNode *SubsNode, in performSubsToAndsCombine() argument
23508 ConstantSDNode *SubsC = dyn_cast<ConstantSDNode>(SubsNode->getOperand(1)); in performSubsToAndsCombine()
23531 AArch64ISD::ANDS, DL, SubsNode->getVTList(), AndNode->getOperand(0), in performSubsToAndsCombine()
23556 SDNode *SubsNode = N->getOperand(CmpIndex).getNode(); in performCONDCombine() local
23557 unsigned CondOpcode = SubsNode->getOpcode(); in performCONDCombine()
23559 if (CondOpcode != AArch64ISD::SUBS || SubsNode->hasAnyUseOfValue(0) || in performCONDCombine()
23560 !SubsNode->hasOneUse()) in performCONDCombine()
23566 SDNode *AndNode = SubsNode->getOperand(0).getNode(); in performCONDCombine()
23572 if (SDValue Val = performSubsToAndsCombine(N, SubsNode, AndNode, DAG, CCIndex, in performCONDCombine()
23596 SDValue SubsInputValue = SubsNode->getOperand(1); in performCONDCombine()
[all …]