Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonDepITypes.h52 TypeJ = 35, enumerator
HDHexagonDepITypes.td47 def TypeJ : IType<35>;
HDHexagonPseudo.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]> {
HDHexagonDepInstrInfo.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-head/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCCompound.cpp361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
HDHexagonAsmBackend.cpp541 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
HDHexagonShuffler.cpp481 case HexagonII::TypeJ: in GetPacketSummary()
HDHexagonMCInstrInfo.cpp556 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()