Searched refs:decomposeMulByConstant (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 245 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
H A D | M68kISelLowering.cpp | 1357 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 436 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
H A D | RISCVISelLowering.cpp | 8476 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 982 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
H A D | PPCISelLowering.cpp | 16177 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1297 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
H A D | X86ISelLowering.cpp | 5300 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2060 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3844 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()
|