Searched refs:HexagonMCErrInfo (Results 1 – 3 of 3) sorted by relevance
261 HexagonMCErrInfo errInfo; in checkSlots()262 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots()271 HexagonMCErrInfo errInfo; in checkBranches()310 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_ENDLOOP, Hexagon::PC); in checkBranches()318 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_BRANCHES); in checkBranches()329 HexagonMCErrInfo errInfo; in checkPredicates()338 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWP, P); in checkPredicates()352 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, P); in checkPredicates()363 HexagonMCErrInfo errInfo; in checkNewValues()370 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWV, R); in checkNewValues()[all …]
32 class HexagonMCErrInfo {60 HexagonMCErrInfo() { in HexagonMCErrInfo() function155 HexagonMCErrInfo CrntErrInfo;202 void addErrInfo(HexagonMCErrInfo &err) { ErrInfoQ.push(err.s); }; in addErrInfo()
638 if (Err != HexagonMCErrInfo::CHECK_SUCCESS) { in finishBundle()639 if (HexagonMCErrInfo::CHECK_ERROR_BRANCHES & Err) in finishBundle()643 if (HexagonMCErrInfo::CHECK_ERROR_NEWP & Err || in finishBundle()644 HexagonMCErrInfo::CHECK_ERROR_NEWV & Err) in finishBundle()649 if (HexagonMCErrInfo::CHECK_ERROR_REGISTERS & Err) in finishBundle()652 if (HexagonMCErrInfo::CHECK_ERROR_READONLY & Err) in finishBundle()655 if (HexagonMCErrInfo::CHECK_ERROR_LOOP & Err) in finishBundle()659 if (HexagonMCErrInfo::CHECK_ERROR_ENDLOOP & Err) { in finishBundle()666 if (HexagonMCErrInfo::CHECK_ERROR_SOLO & Err) in finishBundle()670 if (HexagonMCErrInfo::CHECK_ERROR_NOSLOTS & Err) in finishBundle()[all …]