Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h232 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
DR600ISelLowering.cpp816 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()
DAMDGPUISelLowering.cpp1410 SDValue AMDGPUTargetLowering::combineFMinMaxLegacy(const SDLoc &DL, EVT VT, in combineFMinMaxLegacy() function in AMDGPUTargetLowering
3771 = combineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI); in performSelectCombine()