Searched refs:TypeJ (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepITypes.h | 51 TypeJ = 36, enumerator
|
D | HexagonDepITypes.td | 49 def TypeJ : IType<36>;
|
D | HexagonPseudo.td | 167 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>, 189 "callr $Rs", [], "", J2_callr.Itinerary, TypeJ>, OpcodeHexagon { 342 [], "", J2_jump.Itinerary, TypeJ>, OpcodeHexagon {
|
D | HexagonDepInstrInfo.td | 4743 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/ |
D | HexagonBaseInfo.h | 39 TypeJ = 4, enumerator
|
D | HexagonMCCompound.cpp | 373 HexagonII::TypeJ) { in lookForCompound()
|
D | HexagonShuffler.cpp | 219 case HexagonII::TypeJ: in check()
|
D | HexagonAsmBackend.cpp | 526 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
|
D | HexagonMCInstrInfo.cpp | 467 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCompound.cpp | 362 if (HexagonMCInstrInfo::getType(MCII, *JumpInst) == HexagonII::TypeJ) { in lookForCompound()
|
D | HexagonAsmBackend.cpp | 543 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ || in isInstRelaxable()
|
D | HexagonShuffler.cpp | 326 case HexagonII::TypeJ: in check()
|
D | HexagonMCInstrInfo.cpp | 506 if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeJ) || in isConstExtended()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 23 def TypeJ : IType<4>; 343 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeJ>, OpcodeHexagon;
|