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.h215 bool useCompound() const { return UseCompound; } in useCompound() function
H A DHexagon.td144 def UseCompound : Predicate<"HST->useCompound()">;
H A DHexagonConstExtenders.cpp1569 if (HST->useCompound()) { in insertInitializer()
H A DHexagonISelDAGToDAG.cpp821 if (HST->useCompound()) { in SelectVAlign()