Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td16 def HasV62 : Predicate<"HST->hasV62Ops()">, AssemblerPredicate<"ArchV62">;
DHexagonSubtarget.h141 bool hasV62Ops() const { in hasV62Ops() function
DHexagonInstrInfo.cpp1603 if (!Subtarget.hasV62Ops()) { in isPredicable()