Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h597 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h663 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h704 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1354 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1641 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp1652 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
DMasmParser.cpp1904 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()