Searched refs:AddNode (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1345 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 D | ASTDiagnostic.cpp | 778 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 D | RISCVISelLowering.h | 699 bool isMulAddWithConstProfitable(SDValue AddNode,
|
| H A D | RISCVISelLowering.cpp | 19748 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 D | ARMISelLowering.h | 725 bool isMulAddWithConstProfitable(SDValue AddNode,
|
| H A D | ARMISelLowering.cpp | 19741 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 D | AArch64ISelLowering.h | 693 bool isMulAddWithConstProfitable(SDValue AddNode,
|
| H A D | AArch64ISelLowering.cpp | 16194 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 D | TargetLowering.h | 2342 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 735 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()
|