Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h21 TypeCJ = 4, enumerator
H A DHexagonDepITypes.td16 def TypeCJ : IType<4>;
H A DHexagonDepInstrInfo.td5931 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
5957 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
5983 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6009 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6085 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6110 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6135 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6160 tc_9e27f2f9, TypeCJ>, Enc_6a5972, PredRel {
6237 tc_24f426ab, TypeCJ>, Enc_14d27a, PredRel {
6263 tc_24f426ab, TypeCJ>, Enc_14d27a, PredRel {
[all …]
H A DHexagonInstrInfo.cpp2139 return getType(MI) == HexagonII::TypeCJ && MI.isBranch(); in isCompoundBranchInstr()
/openbsd-src/gnu/llvm/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.cpp549 case HexagonII::TypeCJ: in GetPacketSummary()