Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h208 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
DAMDGPUISelLowering.cpp1251 SDValue AMDGPUTargetLowering::combineFMinMaxLegacy(const SDLoc &DL, EVT VT, in combineFMinMaxLegacy() function in AMDGPUTargetLowering
3441 = combineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI); in performSelectCombine()
DR600ISelLowering.cpp953 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC()