Home
last modified time | relevance | path

Searched refs:isPredicateLate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td91 bits<1> isPredicateLate = 0;
92 let TSFlags{13} = isPredicateLate; // Late predicate producer insn.
H A DHexagonInstrInfo.h397 bool isPredicateLate(unsigned Opcode) const;
H A DHexagonDepInstrInfo.td2303 let isPredicateLate = 1;
3098 let isPredicateLate = 1;
3125 let isPredicateLate = 1;
3322 let isPredicateLate = 1;
3357 let isPredicateLate = 1;
4667 let isPredicateLate = 1;
4722 let isPredicateLate = 1;
5594 let isPredicateLate = 1;
5613 let isPredicateLate = 1;
5631 let isPredicateLate = 1;
[all …]
H A DHexagonInstrInfo.cpp2426 bool HexagonInstrInfo::isPredicateLate(unsigned Opcode) const { in isPredicateLate() function in HexagonInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp122 HexagonMCInstrInfo::isPredicateLate(MCII, MCI)) in init()
161 else if (HexagonMCInstrInfo::isPredicateLate(MCII, MCI) && in init()
H A DHexagonMCInstrInfo.h268 bool isPredicateLate(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp640 bool HexagonMCInstrInfo::isPredicateLate(MCInstrInfo const &MCII, in isPredicateLate() function in HexagonMCInstrInfo