Home
last modified time | relevance | path

Searched defs:isMulAddWithConstProfitable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2187 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12346 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13492 bool AArch64TargetLowering::isMulAddWithConstProfitable( in isMulAddWithConstProfitable() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19462 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17796 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() function in DAGCombiner