Home
last modified time | relevance | path

Searched refs:TypeXTYPE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td27 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/
DHexagonBaseInfo.h43 TypeXTYPE = 8, enumerator
DHexagonShuffler.cpp211 HexagonMCInstrInfo::getType(MCII, *ID) != HexagonII::TypeXTYPE) in check()
219 case HexagonII::TypeXTYPE: in check()