Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h67 TypeENDLOOP = 31 // Such as end of a HW loop. enumerator
DHexagonMCInstrInfo.cpp375 HexagonMCInstrInfo::getType(MCII, MCI) != HexagonII::TypeENDLOOP); in isCanon()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td28 def TypeENDLOOP: IType<31>;
360 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeENDLOOP>,