Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h47 TypeENDLOOP = 35, enumerator
DHexagonDepITypes.td45 def TypeENDLOOP : IType<35>;
DHexagonInstrFormats.td218 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeENDLOOP>,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h48 TypeENDLOOP = 34, enumerator
DHexagonDepITypes.td46 def TypeENDLOOP : IType<34>;
DHexagonInstrFormats.td213 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeENDLOOP>,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h67 TypeENDLOOP = 31 // Such as end of a HW loop. enumerator
DHexagonMCInstrInfo.cpp431 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>,