Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h177 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DCSKYISelLowering.cpp1380 bool CSKYTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in CSKYTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h297 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DM68kISelLowering.cpp1525 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h215 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DLoongArchISelLowering.cpp4819 bool LoongArchTargetLowering::decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h696 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DRISCVISelLowering.cpp19708 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1036 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DPPCISelLowering.cpp17266 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1433 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
H A DX86ISelLowering.cpp3073 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2328 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4468 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()