Searched refs:isMulAddWithConstProfitable (Results 1 – 8 of 8) sorted by relevance
| /src/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() function in ARMTargetLowering
|
| /src/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() function in RISCVTargetLowering
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 716 bool isMulAddWithConstProfitable(SDValue AddNode,
|
| H A D | AArch64ISelLowering.cpp | 17306 bool AArch64TargetLowering::isMulAddWithConstProfitable( in isMulAddWithConstProfitable() function in AArch64TargetLowering
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2419 virtual bool isMulAddWithConstProfitable(SDValue AddNode, in isMulAddWithConstProfitable() function
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 742 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, 4488 isMulAddWithConstProfitable(N, N0, N1)) in visitMUL() 20080 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode, in isMulAddWithConstProfitable() function in DAGCombiner 20087 TLI.isMulAddWithConstProfitable(AddNode, ConstNode)) in isMulAddWithConstProfitable()
|