Searched refs:HexagonMCErrInfo (Results 1 – 3 of 3) sorted by relevance
257 HexagonMCErrInfo errInfo; in checkSlots()258 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots()267 HexagonMCErrInfo errInfo; in checkBranches()306 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_ENDLOOP, Hexagon::PC); in checkBranches()314 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_BRANCHES); in checkBranches()325 HexagonMCErrInfo errInfo; in checkPredicates()334 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWP, P); in checkPredicates()348 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, P); in checkPredicates()359 HexagonMCErrInfo errInfo; in checkNewValues()366 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWV, R); in checkNewValues()[all …]
33 class HexagonMCErrInfo {61 HexagonMCErrInfo() { in HexagonMCErrInfo() function156 HexagonMCErrInfo CrntErrInfo;203 void addErrInfo(HexagonMCErrInfo &err) { ErrInfoQ.push(err.s); }; in addErrInfo()
640 if (Err != HexagonMCErrInfo::CHECK_SUCCESS) { in finishBundle()641 if (HexagonMCErrInfo::CHECK_ERROR_BRANCHES & Err) in finishBundle()645 if (HexagonMCErrInfo::CHECK_ERROR_NEWP & Err || in finishBundle()646 HexagonMCErrInfo::CHECK_ERROR_NEWV & Err) in finishBundle()651 if (HexagonMCErrInfo::CHECK_ERROR_REGISTERS & Err) in finishBundle()654 if (HexagonMCErrInfo::CHECK_ERROR_READONLY & Err) in finishBundle()657 if (HexagonMCErrInfo::CHECK_ERROR_LOOP & Err) in finishBundle()661 if (HexagonMCErrInfo::CHECK_ERROR_ENDLOOP & Err) { in finishBundle()668 if (HexagonMCErrInfo::CHECK_ERROR_SOLO & Err) in finishBundle()672 if (HexagonMCErrInfo::CHECK_ERROR_NOSLOTS & Err) in finishBundle()[all …]