Home
last modified time | relevance | path

Searched refs:combineFMinMaxLegacy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h277 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
H A DR600ISelLowering.cpp812 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()
H A DAMDGPUISelLowering.cpp1664 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()