Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h168 SDValue CombineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
DAMDGPUISelLowering.cpp951 SDValue AMDGPUTargetLowering::CombineFMinMaxLegacy(const SDLoc &DL, EVT VT, in CombineFMinMaxLegacy() function in AMDGPUTargetLowering
2551 = CombineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI); in performSelectCombine()
DR600ISelLowering.cpp1121 SDValue MinMax = CombineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()