Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h22 TypeCJ = 4, enumerator
H A DHexagonDepITypes.td16 def TypeCJ : IType<4>;
H A DHexagonDepInstrInfo.td5897 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
8511 tc_5502c366, TypeCJ>, Enc_9e4c3f {
8531 tc_5502c366, TypeCJ>, Enc_66bce1 {
8602 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8627 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8652 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8677 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8750 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8774 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
8798 tc_f999c66e, TypeCJ>, Enc_ad1c74 {
[all …]
H A DHexagonInstrInfo.cpp2132 return getType(MI) == HexagonII::TypeCJ && MI.isBranch(); in isCompoundBranchInstr()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp544 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCJ && in isInstRelaxable()
H A DHexagonMCInstrInfo.cpp557 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCJ && in isConstExtended()
603 return (getType(MCII, MCI) == HexagonII::TypeCJ); in isCompound()
H A DHexagonShuffler.cpp548 case HexagonII::TypeCJ: in GetPacketSummary()