Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h447 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
H A DAArch64ISelDAGToDAG.cpp505 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
508 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5195 if (!STI.hasLSLFast()) in isWorthFoldingIntoExtendedReg()