HomeSort by: relevance | last modified time | path
    Searched refs:decomposeMulByConstant (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.h 245 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
M68kISelLowering.cpp 1357 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 436 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
RISCVISelLowering.cpp 8476 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 982 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
PPCISelLowering.cpp 16177 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1297 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
X86ISelLowering.cpp 5300 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2060 virtual bool decomposeMulByConstant(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 3844 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) {

Completed in 96 milliseconds