Home
last modified time | relevance | path

Searched refs:hasV60Ops (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp114 UseBSBScheduling = hasV60Ops() && EnableBSBSched; in initializeSubtargetDependencies()
338 if (!hasV60Ops()) in adjustSchedDependency()
409 if (!hasV60Ops()) in updateLatency()
533 if (!hasV60Ops()) in isBestZeroLatency()
539 if (!hasV60Ops()) in isBestZeroLatency()
DHexagonDepArch.td18 def HasV60 : Predicate<"HST->hasV60Ops()">, AssemblerPredicate<"ArchV60">;
DHexagonSubtarget.h135 bool hasV60Ops() const { in hasV60Ops() function
DHexagonISelLowering.cpp435 if (NeedsArgAlign && Subtarget.hasV60Ops()) { in LowerCall()
1513 if (Subtarget.hasV60Ops()) { in HexagonTargetLowering()
2930 if (Subtarget.hasV60Ops() && Subtarget.useHVX128BOps()) in getRegForInlineAsmConstraint()
DHexagonInstrInfo.cpp2991 Subtarget.hasV60Ops(); in mayBeCurLoad()
3649 if (Subtarget.hasV60Ops()) in getDotOldOp()