Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp261 HexagonMCErrInfo errInfo; in checkSlots() local
262 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots()
263 addErrInfo(errInfo); in checkSlots()
271 HexagonMCErrInfo errInfo; in checkBranches() local
310 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_ENDLOOP, Hexagon::PC); in checkBranches()
311 addErrInfo(errInfo); in checkBranches()
318 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_BRANCHES); in checkBranches()
319 addErrInfo(errInfo); in checkBranches()
329 HexagonMCErrInfo errInfo; in checkPredicates() local
338 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWP, P); in checkPredicates()
[all …]