Searched refs:decomposeMulByConstant (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 218 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
D | RISCVISelLowering.cpp | 3638 bool RISCVTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in RISCVTargetLowering
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 936 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
D | PPCISelLowering.cpp | 16217 bool PPCTargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in PPCTargetLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1278 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
D | X86ISelLowering.cpp | 5226 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1152 bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
|
D | X86ISelLowering.cpp | 5087 bool X86TargetLowering::decomposeMulByConstant(LLVMContext &Context, EVT VT, in decomposeMulByConstant() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1898 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2047 virtual bool decomposeMulByConstant(LLVMContext &Context, in decomposeMulByConstant() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3524 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3752 if (N1IsConst && TLI.decomposeMulByConstant(*DAG.getContext(), VT, N1)) { in visitMUL()
|