Home
last modified time | relevance | path

Searched refs:performCtlz_CttzCombine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h95 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
DAMDGPUISelLowering.cpp3287 SDValue AMDGPUTargetLowering::performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, in performCtlz_CttzCombine() function in AMDGPUTargetLowering
3449 return performCtlz_CttzCombine(SDLoc(N), Cond, True, False, DCI); in performSelectCombine()