Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h203 bool useCompound() const { return UseCompound; } in useCompound() function
H A DHexagon.td132 def UseCompound : Predicate<"HST->useCompound()">;
H A DHexagonConstExtenders.cpp1566 if (HST->useCompound()) { in insertInitializer()
H A DHexagonISelDAGToDAG.cpp792 if (HST->useCompound()) { in SelectVAlign()