Home
last modified time | relevance | path

Searched refs:TypeJ (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h52 TypeJ = 35, enumerator
H A DHexagonDepITypes.td47 def TypeJ : IType<35>;
H A DHexagonPseudo.td166 "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 DHexagonDepInstrInfo.td4885 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 DHexagonMCCompound.cpp361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
H A DHexagonAsmBackend.cpp541 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
H A DHexagonShuffler.cpp481 case HexagonII::TypeJ: in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp556 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()