Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h51 TypeJ = 36, enumerator
DHexagonDepITypes.td49 def TypeJ : IType<36>;
DHexagonPseudo.td167 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>,
189 "callr $Rs", [], "", J2_callr.Itinerary, TypeJ>, OpcodeHexagon {
342 [], "", J2_jump.Itinerary, TypeJ>, OpcodeHexagon {
DHexagonDepInstrInfo.td4743 tc_a27582fa, TypeJ>, Enc_81ac1d, PredRel {
4765 tc_2f185f5c, TypeJ>, Enc_daea09, PredRel {
4792 tc_15411484, TypeJ>, Enc_ecbcc8 {
4806 tc_10b97e27, TypeJ>, Enc_88d4d9 {
4824 tc_10b97e27, TypeJ>, Enc_88d4d9 {
4841 tc_2f185f5c, TypeJ>, Enc_daea09, PredRel {
4867 tc_52d7bbea, TypeJ> {
4878 tc_52d7bbea, TypeJ> {
4887 tc_52d7bbea, TypeJ> {
4898 tc_3669266a, TypeJ>, Enc_81ac1d, PredNewRel {
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h39 TypeJ = 4, enumerator
DHexagonMCCompound.cpp373 HexagonII::TypeJ) { in lookForCompound()
DHexagonShuffler.cpp219 case HexagonII::TypeJ: in check()
DHexagonAsmBackend.cpp526 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
DHexagonMCInstrInfo.cpp467 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp362 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
DHexagonAsmBackend.cpp543 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
DHexagonShuffler.cpp326 case HexagonII::TypeJ: in check()
DHexagonMCInstrInfo.cpp506 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;