Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1583 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1633 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1660 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1735 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1742 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1743 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1744 : getGNUBinOpPrecedence(MAI, K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()
H A DMasmParser.cpp1943 bool ShouldUseLogicalShr, in getGNUBinOpPrecedence() argument
2015 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
2022 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
2023 return getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr, in getBinOpPrecedence()