Searched defs:isMulAddWithConstProfitable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2418 virtual bool isMulAddWithConstProfitable(SDValue AddNode, isMulAddWithConstProfitable() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 21321 bool RISCVTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, isMulAddWithConstProfitable() function in RISCVTargetLowering |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 19778 bool ARMTargetLowering::isMulAddWithConstProfitable(SDValue AddNode, isMulAddWithConstProfitable() function in ARMTargetLowering |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 20033 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, isMulAddWithConstProfitable() function in DAGCombiner |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 17102 bool AArch64TargetLowering::isMulAddWithConstProfitable( isMulAddWithConstProfitable() function in AArch64TargetLowering |