Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h460 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
H A DAArch64ISelDAGToDAG.cpp539 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
542 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5355 if (!STI.hasLSLFast()) in isWorthFoldingIntoExtendedReg()