Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h66 bool EnableDuplex = false; variable
227 bool isTinyCoreWithDuplex() const { return isTinyCore() && EnableDuplex; } in isTinyCoreWithDuplex()
H A DHexagon.td99 def FeatureDuplex: SubtargetFeature<"duplex", "EnableDuplex", "true",