HomeSort by: relevance | last modified time | path
    Searched refs:combineFMinMaxLegacy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 221 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
AMDGPUISelLowering.cpp 1380 SDValue AMDGPUTargetLowering::combineFMinMaxLegacy(const SDLoc &DL, EVT VT,
3591 = combineFMinMaxLegacy(SDLoc(N), VT, LHS, RHS, True, False, CC, DCI);
R600ISelLowering.cpp 865 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI);

Completed in 22 milliseconds