Home
last modified time | relevance | path

Searched refs:isTC2Early (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h399 bool isTC2Early(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2044 return !isTC1(MI) && !isTC2Early(MI) && !MI.getDesc().mayLoad() && in isComplex()
2632 bool HexagonInstrInfo::isTC2Early(const MachineInstr &MI) const { in isTC2Early() function in HexagonInstrInfo