Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h49 TypeJ = 37, enumerator
DHexagonDepITypes.td47 def TypeJ : IType<37>;
DHexagonPseudo.td166 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>,
188 "callr $Rs", [], "", J2_callr.Itinerary, TypeJ>, OpcodeHexagon {
342 [], "", J2_jump.Itinerary, TypeJ>, OpcodeHexagon {
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_dc51281d, TypeJ>, Enc_88d4d9 {
4983 tc_69bfb303, TypeJ>, Enc_daea09, PredRel {
5009 tc_23708a21, TypeJ> {
5020 tc_23708a21, TypeJ> {
5029 tc_23708a21, TypeJ> {
5040 tc_decdde8a, TypeJ>, Enc_81ac1d, PredNewRel {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h50 TypeJ = 36, enumerator
DHexagonDepITypes.td48 def TypeJ : IType<36>;
DHexagonPseudo.td166 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>,
188 "callr $Rs", [], "", J2_callr.Itinerary, TypeJ>, OpcodeHexagon {
342 [], "", J2_jump.Itinerary, TypeJ>, OpcodeHexagon {
DHexagonDepInstrInfo.td4778 tc_4ae7b58b, TypeJ>, Enc_81ac1d, PredRel {
4800 tc_1d81e60e, TypeJ>, Enc_daea09, PredRel {
4827 tc_3bd75825, TypeJ>, Enc_ecbcc8 {
4841 tc_1ad90acd, TypeJ>, Enc_88d4d9 {
4859 tc_1ad90acd, TypeJ>, Enc_88d4d9 {
4876 tc_1d81e60e, TypeJ>, Enc_daea09, PredRel {
4902 tc_1b6f7cec, TypeJ> {
4913 tc_1b6f7cec, TypeJ> {
4922 tc_1b6f7cec, TypeJ> {
4933 tc_ae53734a, TypeJ>, Enc_81ac1d, PredNewRel {
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h39 TypeJ = 4, enumerator
DHexagonShuffler.cpp219 case HexagonII::TypeJ: in check()
DHexagonMCCompound.cpp373 HexagonII::TypeJ) { in lookForCompound()
DHexagonAsmBackend.cpp526 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
DHexagonMCInstrInfo.cpp467 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp361 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
DHexagonAsmBackend.cpp542 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
DHexagonShuffler.cpp465 case HexagonII::TypeJ: in GetPacketSummary()
DHexagonMCInstrInfo.cpp549 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp360 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
DHexagonAsmBackend.cpp539 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
DHexagonShuffler.cpp328 case HexagonII::TypeJ: in check()
DHexagonMCInstrInfo.cpp504 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td23 def TypeJ : IType<4>;
343 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeJ>, OpcodeHexagon;