Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1562 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1612 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1639 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1714 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1721 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1722 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1723 : getGNUBinOpPrecedence(MAI, K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()
H A DMasmParser.cpp1833 bool ShouldUseLogicalShr, in getGNUBinOpPrecedence() argument
1905 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1912 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1913 return getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr, in getBinOpPrecedence()