Home
last modified time | relevance | path

Searched refs:combineMUL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h789 SDValue combineMUL(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSystemZISelLowering.cpp9079 SDValue SystemZTargetLowering::combineMUL( in combineMUL() function in SystemZTargetLowering
9156 case ISD::MUL: return combineMUL(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1453 SDValue combineMUL(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp16706 return combineMUL(N, DCI); in PerformDAGCombine()
19034 SDValue PPCTargetLowering::combineMUL(SDNode *N, DAGCombinerInfo &DCI) const { in combineMUL() function in PPCTargetLowering