Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2216 static bool isCtlzOpc(unsigned Opc) { in isCtlzOpc() function
2231 if (isCtlzOpc(Op.getOpcode())) { in LowerCTLZ_CTTZ()
2255 SDValue HiOrLo = isCtlzOpc(Op.getOpcode()) ? Hi : Lo; in LowerCTLZ_CTTZ()
2263 if (isCtlzOpc(Op.getOpcode())) { in LowerCTLZ_CTTZ()
2278 SDValue LoOrHi = isCtlzOpc(Op.getOpcode()) ? Lo : Hi; in LowerCTLZ_CTTZ()
3304 (isCtlzOpc(RHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()
3313 (isCtlzOpc(LHS.getOpcode()) || isCttzOpc(RHS.getOpcode())) && in performCtlz_CttzCombine()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2473 static bool isCtlzOpc(unsigned Opc) { in isCtlzOpc() function
2518 isCtlzOpc(RHS.getOpcode()) && in performCtlzCombine()
2526 isCtlzOpc(LHS.getOpcode()) && in performCtlzCombine()