Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp472 bool isWorthFoldingALU(SDValue V, bool LSL = false) const;
860 bool AArch64DAGToDAGISel::isWorthFoldingALU(SDValue V, bool LSL) const { in isWorthFoldingALU() function in AArch64DAGToDAGISel
900 return isWorthFoldingALU(N, true); in SelectShiftedRegister()
986 return isWorthFoldingALU(N); in SelectArithExtendedRegister()
1010 return isWorthFoldingALU(N); in SelectArithUXTXRegister()