Searched refs:TypeXTYPE (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 27 def TypeXTYPE : IType<8>; 288 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeXTYPE>, 302 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeXTYPE>, 308 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeXTYPE>; 324 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeXTYPE>, 329 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeXTYPE>;
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 43 TypeXTYPE = 8, enumerator
|
D | HexagonShuffler.cpp | 211 HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeXTYPE) in check() 219 case HexagonII::TypeXTYPE: in check()
|