Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2318 static bool isCttzOpc(unsigned Opc) { in isCttzOpc() function
2332 } else if (isCttzOpc(Op.getOpcode())) { in LowerCTLZ_CTTZ()
3468 unsigned Opc = isCttzOpc(RHS.getOpcode()) ? AMDGPUISD::FFBL_B32 : in performCtlz_CttzCombine()
3474 (isCtlzOpc(RHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()
3483 (isCtlzOpc(LHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()