Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelLowering.h177 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDCSKYISelLowering.cpp1378 bool CSKYTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in CSKYTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.h297 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDM68kISelLowering.cpp1526 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.h229 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDLoongArchISelLowering.cpp6015 bool LoongArchTargetLowering::decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function in LoongArchTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h755 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDRISCVISelLowering.cpp21347 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1047 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDPPCISelLowering.cpp17478 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1444 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
HDX86ISelLowering.cpp3163 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2405 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp4424 TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()