Searched refs:TypeJ (Results 1 – 6 of 6) sorted by relevance
/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/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 23 def TypeJ : IType<4>; 343 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeJ>, OpcodeHexagon;
|