Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h191 bool useCompound() const { return UseCompound; } in useCompound() function
DHexagon.td119 def UseCompound : Predicate<"HST->useCompound()">;
DHexagonConstExtenders.cpp1564 if (HST->useCompound()) { in insertInitializer()
DHexagonISelDAGToDAG.cpp792 if (HST->useCompound()) { in SelectVAlign()