Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp155 UseBSBScheduling = hasV60Ops() && EnableBSBSched; in initializeSubtargetDependencies()
544 if (!hasV60Ops()) in updateLatency()
678 if (!hasV60Ops()) in isBestZeroLatency()
684 if (!hasV60Ops()) in isBestZeroLatency()
H A DHexagonDepArch.td16 def HasV60 : Predicate<"HST->hasV60Ops()">, AssemblerPredicate<(all_of ArchV60)>;
H A DHexagonSubtarget.h159 bool hasV60Ops() const { in hasV60Ops() function
H A DHexagonISelLowering.cpp524 if (NeedsArgAlign && Subtarget.hasV60Ops()) { in LowerCall()
1828 if (Subtarget.hasV60Ops()) { in HexagonTargetLowering()
3644 if (Subtarget.hasV60Ops() && Subtarget.useHVX128BOps()) in getRegForInlineAsmConstraint()
H A DHexagonInstrInfo.cpp3179 Subtarget.hasV60Ops(); in mayBeCurLoad()
3904 if (Subtarget.hasV60Ops()) in getDotOldOp()