Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h177 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DCSKYISelLowering.cpp1378 bool CSKYTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in CSKYTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h297 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DM68kISelLowering.cpp1526 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h229 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DLoongArchISelLowering.cpp6015 bool LoongArchTargetLowering::decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h755 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DRISCVISelLowering.cpp21344 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1047 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DPPCISelLowering.cpp17478 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1444 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DX86ISelLowering.cpp3163 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2405 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4424 TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()