Home
last modified time | relevance | path

Searched refs:decomposeMulByConstant (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.h250 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DM68kISelLowering.cpp1369 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h528 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DRISCVISelLowering.cpp12307 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1035 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DPPCISelLowering.cpp16694 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1358 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DX86ISelLowering.cpp5751 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2173 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4039 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()