Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h295 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
DAArch64ISelDAGToDAG.cpp372 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
375 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()