Searched refs:AddNode (Results 1 – 10 of 10) sorted by relevance
/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 778 void AddNode() { in AddNode() function in __anon44eed8fe0111::TemplateDiff::DiffTree 1382 Tree.AddNode(); in DiffTemplate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 724 bool isMulAddWithConstProfitable(SDValue AddNode,
|
H A D | ARMISelLowering.cpp | 19763 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument 19766 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable() 19772 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 758 bool isMulAddWithConstProfitable(SDValue AddNode,
|
H A D | RISCVISelLowering.cpp | 21386 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() 21389 EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable() 21398 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() 21383 isMulAddWithConstProfitable(SDValue AddNode,SDValue ConstNode) const isMulAddWithConstProfitable() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 716 bool isMulAddWithConstProfitable(SDValue AddNode,
|
H A D | AArch64ISelLowering.cpp | 17307 SDValue AddNode, SDValue ConstNode) const { in isMulAddWithConstProfitable() argument 17309 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable() 17315 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2419 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 742 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, 20080 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() argument 20086 if (AddNode->hasOneUse() && in isMulAddWithConstProfitable() 20087 TLI.isMulAddWithConstProfitable(AddNode, ConstNode)) in isMulAddWithConstProfitable() 20097 SDNode *MulVar = AddNode.getOperand(0).getNode(); in isMulAddWithConstProfitable()
|