Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp106 UseBSBScheduling = hasV60Ops() && EnableBSBSched; in initializeSubtargetDependencies()
408 if (!hasV60Ops()) in adjustSchedDependency()
479 if (!hasV60Ops()) in updateLatency()
612 if (!hasV60Ops()) in isBestZeroLatency()
618 if (!hasV60Ops()) in isBestZeroLatency()
H A DHexagonDepArch.td16 def HasV60 : Predicate<"HST->hasV60Ops()">, AssemblerPredicate<(all_of ArchV60)>;
H A DHexagonSubtarget.h152 bool hasV60Ops() const { in hasV60Ops() function
H A DHexagonISelLowering.cpp522 if (NeedsArgAlign && Subtarget.hasV60Ops()) { in LowerCall()
1787 if (Subtarget.hasV60Ops()) { in HexagonTargetLowering()
3346 if (Subtarget.hasV60Ops() && Subtarget.useHVX128BOps()) in getRegForInlineAsmConstraint()
H A DHexagonInstrInfo.cpp3080 Subtarget.hasV60Ops(); in mayBeCurLoad()
3797 if (Subtarget.hasV60Ops()) in getDotOldOp()