Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCAsmInfo.cpp36 UseLogicalShr = false; in HexagonMCAsmInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmInfoCOFF.cpp40 UseLogicalShr = false; in MCAsmInfoCOFF()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h515 bool UseLogicalShr = true; variable
851 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr()