Searched refs:TypeJ (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepITypes.h | 52 TypeJ = 35, enumerator
|
H A D | HexagonDepITypes.td | 47 def TypeJ : IType<35>;
|
H A D | HexagonPseudo.td | 166 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>, 210 "callr $Rs", [], "", J2_callr.Itinerary, TypeJ>, OpcodeHexagon { 364 [], "", J2_jump.Itinerary, TypeJ>, OpcodeHexagon { 617 TypeJ>, Enc_a51a9a, Requires<[HasPreV65]> {
|
H A D | HexagonDepInstrInfo.td | 4885 tc_44fffc58, TypeJ>, Enc_81ac1d, PredRel { 4907 tc_69bfb303, TypeJ>, Enc_daea09, PredRel { 4934 tc_362b0be2, TypeJ>, Enc_ecbcc8 { 4948 tc_dc51281d, TypeJ>, Enc_88d4d9 { 4966 tc_95f43c5e, TypeJ>, Enc_ecbcc8, Requires<[HasV73]> { 4978 tc_dc51281d, TypeJ>, Enc_88d4d9 { 4995 tc_69bfb303, TypeJ>, Enc_daea09, PredRel { 5021 tc_23708a21, TypeJ> { 5032 tc_23708a21, TypeJ> { 5041 tc_23708a21, TypeJ> { [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCompound.cpp | 361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
|
H A D | HexagonAsmBackend.cpp | 541 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
|
H A D | HexagonShuffler.cpp | 481 case HexagonII::TypeJ: in GetPacketSummary()
|
H A D | HexagonMCInstrInfo.cpp | 556 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
|