Searched refs:hasLSLFast (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h384 bool hasLSLFast() const { return HasLSLFast; } function in class:llvm::final
H A DAArch64ISelDAGToDAG.cpp442 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL &&
445 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) {
H A DAArch64InstructionSelector.cpp4280 if (!STI.hasLSLFast())

Completed in 116 milliseconds