Searched refs:decomposeMulByConstant (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 250 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
| H A D | M68kISelLowering.cpp | 1369 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 528 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
| H A D | RISCVISelLowering.cpp | 12307 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1035 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
| H A D | PPCISelLowering.cpp | 16694 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1358 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
| H A D | X86ISelLowering.cpp | 5751 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2173 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4039 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()
|