Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h221 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
H A DR600ISelLowering.cpp865 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()
H A DAMDGPUISelLowering.cpp1380 SDValue AMDGPUTargetLowering::combineFMinMaxLegacy(const SDLoc &DL, EVT VT, in combineFMinMaxLegacy() function in AMDGPUTargetLowering
3591 = combineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI); in performSelectCombine()