Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2220 static bool isCttzOpc(unsigned Opc) { in isCttzOpc() function
2234 } else if (isCttzOpc(Op.getOpcode())) { in LowerCTLZ_CTTZ()
3298 unsigned Opc = isCttzOpc(RHS.getOpcode()) ? AMDGPUISD::FFBL_B32 : in performCtlz_CttzCombine()
3304 (isCtlzOpc(RHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()
3313 (isCtlzOpc(LHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()