Searched refs:combineFMinMaxLegacy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 277 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
|
H A D | R600ISelLowering.cpp | 812 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()
|
H A D | AMDGPUISelLowering.cpp | 1664 SDValue AMDGPUTargetLowering::combineFMinMaxLegacy(const SDLoc &DL, EVT VT, in combineFMinMaxLegacy() function in AMDGPUTargetLowering 4655 = combineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI); in performSelectCombine()
|