Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h230 bool useCompound() const { return UseCompound; } in useCompound() function
H A DHexagon.td160 def UseCompound : Predicate<"HST->useCompound()">;
H A DHexagonConstExtenders.cpp1550 if (HST->useCompound()) { in insertInitializer()
H A DHexagonISelDAGToDAG.cpp823 if (HST->useCompound()) { in SelectVAlign()