Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp173 UseBSBScheduling = hasV60Ops() && EnableBSBSched; in initializeSubtargetDependencies()
560 if (!hasV60Ops()) in updateLatency()
693 if (!hasV60Ops()) in isBestZeroLatency()
699 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()
1796 if (Subtarget.hasV60Ops()) { in HexagonTargetLowering()
3408 if (Subtarget.hasV60Ops() && Subtarget.useHVX128BOps()) in getRegForInlineAsmConstraint()
H A DHexagonInstrInfo.cpp3140 Subtarget.hasV60Ops(); in mayBeCurLoad()
3865 if (Subtarget.hasV60Ops()) in getDotOldOp()