Searched refs:TypePSEUDO (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepITypes.h | 56 TypePSEUDO = 41, enumerator
|
D | HexagonDepITypes.td | 54 def TypePSEUDO : IType<41>;
|
D | HexagonInstrFormats.td | 225 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDO, TypePSEUDO>, 231 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDOM, TypePSEUDO>,
|
D | HexagonPseudo.td | 30 (ins s32_0Imm:$offset), "DUPLEX", [], "", DUPLEX, TypePSEUDO>;
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 35 TypePSEUDO = 0, enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 19 def TypePSEUDO : IType<0>; 366 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDO, TypePSEUDO>, 372 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDOM, TypePSEUDO>,
|