Home
last modified time | relevance | path

Searched refs:isMulAddWithConstProfitable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h310 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DRISCVISelLowering.cpp23819 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h750 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DARMISelLowering.cpp19698 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h231 bool isMulAddWithConstProfitable(SDValue AddNode,
H A DAArch64ISelLowering.cpp17726 bool AArch64TargetLowering::isMulAddWithConstProfitable( in isMulAddWithConstProfitable() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2493 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp751 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode,
4818 isMulAddWithConstProfitable(N, N0, N1)) in visitMUL()
21096 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() function in DAGCombiner
21101 TLI.isMulAddWithConstProfitable(AddNode, ConstNode)) in isMulAddWithConstProfitable()