Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h218 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DRISCVISelLowering.cpp3638 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h936 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DPPCISelLowering.cpp16217 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1278 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DX86ISelLowering.cpp5226 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1152 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DX86ISelLowering.cpp5087 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1898 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2047 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3524 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3752 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()