Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonDepITypes.h21 TypeCJ = 4, enumerator
HDHexagonDepITypes.td16 def TypeCJ : IType<4>;
HDHexagonDepInstrInfo.td5941 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
5967 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
5993 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6019 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6095 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6120 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6145 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6170 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6247 tc_24f426ab, TypeCJ>, Enc_14d27a, PredRel {
6273 tc_24f426ab, TypeCJ>, Enc_14d27a, PredRel {
[all …]
HDHexagonInstrInfo.cpp2141 return getType(MI) == HexagonII::TypeCJ && MI.isBranch(); in isCompoundBranchInstr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonAsmBackend.cpp542 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCJ && in isInstRelaxable()
HDHexagonMCInstrInfo.cpp557 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCJ && in isConstExtended()
611 return (getType(MCII, MCI) == HexagonII::TypeCJ); in isCompound()
HDHexagonShuffler.cpp549 case HexagonII::TypeCJ: in GetPacketSummary()