Lines Matching refs:errInfo
261 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()
339 addErrInfo(errInfo); in checkPredicates()
352 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, P); in checkPredicates()
353 addErrInfo(errInfo); in checkPredicates()
363 HexagonMCErrInfo errInfo; in checkNewValues() local
364 memset(&errInfo, 0, sizeof(errInfo)); in checkNewValues()
370 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWV, R); in checkNewValues()
371 addErrInfo(errInfo); in checkNewValues()
381 HexagonMCErrInfo errInfo; in checkRegisters() local
388 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_READONLY, R); in checkRegisters()
389 addErrInfo(errInfo); in checkRegisters()
396 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_LOOP, R); in checkRegisters()
397 addErrInfo(errInfo); in checkRegisters()
405 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters()
406 addErrInfo(errInfo); in checkRegisters()
419 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters()
420 addErrInfo(errInfo); in checkRegisters()
431 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, R); in checkRegisters()
432 addErrInfo(errInfo); in checkRegisters()
441 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, R); in checkRegisters()
442 addErrInfo(errInfo); in checkRegisters()
455 errInfo.setWarning(HexagonMCErrInfo::CHECK_WARN_CURRENT, R); in checkRegisters()
456 addErrInfo(errInfo); in checkRegisters()
476 errInfo.setWarning(HexagonMCErrInfo::CHECK_WARN_TEMPORARY, R); in checkRegisters()
477 addErrInfo(errInfo); in checkRegisters()
488 HexagonMCErrInfo errInfo; in checkSolo() local
493 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_SOLO); in checkSolo()
494 addErrInfo(errInfo); in checkSolo()
504 HexagonMCErrInfo errInfo; in checkShuffle() local
510 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_SHUFFLE); in checkShuffle()
511 errInfo.setShuffleError(MCS.getError()); in checkShuffle()
512 addErrInfo(errInfo); in checkShuffle()
518 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_SHUFFLE); in checkShuffle()
519 errInfo.setShuffleError(MCSDX.getError()); in checkShuffle()
520 addErrInfo(errInfo); in checkShuffle()