Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h354 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
H A DAArch64ISelDAGToDAG.cpp372 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
375 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()