Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h403 bool isTC1(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2132 return !isTC1(MI) && !isTC2Early(MI) && !MI.getDesc().mayLoad() && in isComplex()
2666 bool HexagonInstrInfo::isTC1(const MachineInstr &MI) const { in isTC1() function in HexagonInstrInfo