Searched refs:performMulCombine (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 119 SDValue performMulCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
| H A D | AMDGPUISelLowering.cpp | 4487 SDValue AMDGPUTargetLowering::performMulCombine(SDNode *N, in performMulCombine() function in AMDGPUTargetLowering 5367 return performMulCombine(N, DCI); in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 3415 static SDValue performMulCombine(SDNode *N, SelectionDAG &DAG) { in performMulCombine() function 3533 return performMulCombine(N, DCI.DAG); in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 18828 static SDValue performMulCombine(SDNode *N, SelectionDAG &DAG, in performMulCombine() function 26773 return performMulCombine(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|