Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h547 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DRISCVISelLowering.cpp14063 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
14066 EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
14075 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp777 void AddNode() { in AddNode() function in __anon5986394b0111::TemplateDiff::DiffTree
1359 Tree.AddNode(); in DiffTemplate()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h714 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DARMISelLowering.cpp19527 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
19530 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
19536 const ConstantSDNode *C0Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h643 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DAArch64ISelLowering.cpp14788 SDValue AddNode, SDValue ConstNode) const { in isMulAddWithConstProfitable() argument
14790 const EVT VT = AddNode.getValueType(); in isMulAddWithConstProfitable()
14796 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2253 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() argument
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp689 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode,
18450 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() argument
18456 if (AddNode->hasOneUse() && in isMulAddWithConstProfitable()
18457 TLI.isMulAddWithConstProfitable(AddNode, ConstNode)) in isMulAddWithConstProfitable()
18467 SDNode *MulVar = AddNode.getOperand(0).getNode(); in isMulAddWithConstProfitable()