Home
last modified time | relevance | path

Searched refs:useCompound (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h215 bool useCompound() const { return UseCompound; } in useCompound() function
H A DHexagon.td144 def UseCompound : Predicate<"HST->useCompound()">;
H A DHexagonConstExtenders.cpp1566 if (HST->useCompound()) { in insertInitializer()
H A DHexagonISelDAGToDAG.cpp817 if (HST->useCompound()) { in SelectVAlign()