Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td24 def HasV5 : Predicate<"HST->hasV5Ops()">, AssemblerPredicate<"ArchV5">;
DHexagonSubtarget.h123 bool hasV5Ops() const { in hasV5Ops() function
DHexagonISelLowering.cpp1228 bool IsV4 = !Subtarget.hasV5Ops(); in HexagonTargetLowering()
1270 if (Subtarget.hasV5Ops()) { in HexagonTargetLowering()
1517 if (Subtarget.hasV5Ops()) { in HexagonTargetLowering()
1648 if (Subtarget.hasV5Ops()) { in HexagonTargetLowering()
2949 return Subtarget.hasV5Ops(); in isFPImmLegal()