Home
last modified time | relevance | path

Searched refs:usePredicatedCalls (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h229 bool usePredicatedCalls() const;
H A DHexagonSubtarget.cpp468 bool HexagonSubtarget::usePredicatedCalls() const { in usePredicatedCalls() function in HexagonSubtarget
H A DHexagonInstrInfo.cpp1675 if (!Subtarget.usePredicatedCalls()) in isPredicable()