Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td92 bits<1> isPredicateLate = 0;
93 let TSFlags{13} = isPredicateLate; // Late predicate producer insn.
H A DHexagonInstrInfo.h395 bool isPredicateLate(unsigned Opcode) const;
H A DHexagonDepInstrInfo.td2302 let isPredicateLate = 1;
3097 let isPredicateLate = 1;
3124 let isPredicateLate = 1;
3321 let isPredicateLate = 1;
3356 let isPredicateLate = 1;
4773 let isPredicateLate = 1;
4828 let isPredicateLate = 1;
5725 let isPredicateLate = 1;
5744 let isPredicateLate = 1;
5762 let isPredicateLate
[all...]
H A DHexagonInstrInfo.cpp2543 bool HexagonInstrInfo::isPredicateLate(unsigned Opcode) const { in isPredicateLate() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp127 HexagonMCInstrInfo::isPredicateLate(MCII, MCI)) in init()
169 else if (HexagonMCInstrInfo::isPredicateLate(MCII, MCI) && in init()
H A DHexagonMCInstrInfo.h285 bool isPredicateLate(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp743 bool HexagonMCInstrInfo::isPredicateLate(MCInstrInfo const &MCII, in isPredicateLate() function in HexagonMCInstrInfo