Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1345 NodePtr AddNode; in identifyAdditions() local
1348 AddNode = identifyNode(R, I); in identifyAdditions()
1350 AddNode = identifyNode(I, R); in identifyAdditions()
1352 if (AddNode) { in identifyAdditions()
1387 TmpNode->addOperand(AddNode); in identifyAdditions()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp778 void AddNode() { in AddNode() function in __anon3993e9340111::TemplateDiff::DiffTree
1360 Tree.AddNode(); in DiffTemplate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h699 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DRISCVISelLowering.cpp19748 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
19751 EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
19760 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h725 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DARMISelLowering.cpp19741 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
19744 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
19750 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h693 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DAArch64ISelLowering.cpp16194 SDValue AddNode, SDValue ConstNode) const { in isMulAddWithConstProfitable() argument
16196 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
16202 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2342 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp735 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode,
19742 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() argument
19748 if (AddNode->hasOneUse() && in isMulAddWithConstProfitable()
19749 TLI.isMulAddWithConstProfitable(AddNode, ConstNode)) in isMulAddWithConstProfitable()
19759 SDNode *MulVar = AddNode.getOperand(0).getNode(); in isMulAddWithConstProfitable()