Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h383 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
DAArch64ISelDAGToDAG.cpp442 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
445 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()
DAArch64InstructionSelector.cpp4280 if (!STI.hasLSLFast()) in isWorthFoldingIntoExtendedReg()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h427 bool hasLSLFast() const { return HasLSLFast; } in hasLSLFast() function
DAArch64ISelDAGToDAG.cpp502 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::SHL && in isWorthFolding()
505 if (Subtarget->hasLSLFast() && V.getOpcode() == ISD::ADD) { in isWorthFolding()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp5126 if (!STI.hasLSLFast()) in isWorthFoldingIntoExtendedReg()