Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kISelLowering.h253 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DM68kISelLowering.cpp1397 bool M68kTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in M68kTargetLowering
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchISelLowering.h181 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DLoongArchISelLowering.cpp3092 bool LoongArchTargetLowering::decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function in LoongArchTargetLowering
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h544 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DRISCVISelLowering.cpp14017 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1046 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DPPCISelLowering.cpp16917 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
/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-16.0/llvm/lib/Target/X86/
DX86ISelLowering.h1410 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
DX86ISelLowering.cpp5866 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2239 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4104 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()