Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h53 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 {
601 TypeJ>, Enc_a51a9a, Requires<[HasPreV65]> {
H A DHexagonDepInstrInfo.td4934 tc_362b0be2, TypeJ>, Enc_ecbcc8 {
4948 tc_dc51281d, TypeJ>, Enc_88d4d9 {
4966 tc_dc51281d, TypeJ>, Enc_88d4d9 {
5009 tc_23708a21, TypeJ> {
5020 tc_23708a21, TypeJ> {
5029 tc_23708a21, TypeJ> {
5685 tc_d57d649c, TypeJ>, Enc_a51a9a {
5807 tc_45f9d1be, TypeJ>, Enc_a51a9a {
8497 tc_60e324ff, TypeJ>, Enc_ecbcc8 {
39853 tc_0ba0d5da, TypeJ>, Enc_ecbcc8 {
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
H A DHexagonAsmBackend.cpp543 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
H A DHexagonShuffler.cpp480 case HexagonII::TypeJ: in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp556 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format.td533 def TypeJ : TestType<"TestL"> {