Searched refs:SubsNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 24660 static SDValue performSubsToAndsCombine(SDNode *N, SDNode *SubsNode, in performSubsToAndsCombine() argument 24664 ConstantSDNode *SubsC = dyn_cast<ConstantSDNode>(SubsNode->getOperand(1)); in performSubsToAndsCombine() 24687 AArch64ISD::ANDS, DL, SubsNode->getVTList(), AndNode->getOperand(0), in performSubsToAndsCombine() 24712 SDNode *SubsNode = N->getOperand(CmpIndex).getNode(); in performCONDCombine() local 24713 unsigned CondOpcode = SubsNode->getOpcode(); in performCONDCombine() 24715 if (CondOpcode != AArch64ISD::SUBS || SubsNode->hasAnyUseOfValue(0) || in performCONDCombine() 24716 !SubsNode->hasOneUse()) in performCONDCombine() 24722 SDNode *AndNode = SubsNode->getOperand(0).getNode(); in performCONDCombine() 24728 if (SDValue Val = performSubsToAndsCombine(N, SubsNode, AndNode, DAG, CCIndex, in performCONDCombine() 24752 SDValue SubsInputValue = SubsNode->getOperand(1); in performCONDCombine() [all …]
|