Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1579 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1629 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1656 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1731 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1738 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1739 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1740 : getGNUBinOpPrecedence(MAI, K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()
H A DMasmParser.cpp1935 bool ShouldUseLogicalShr, in getGNUBinOpPrecedence() argument
2007 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
2014 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
2015 return getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr, in getBinOpPrecedence()