Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h105 bool checkValidTmpDst();
H A DHexagonMCChecker.cpp229 bool chkValidTmpDst = FullCheck ? checkValidTmpDst() : true; in check()
711 bool HexagonMCChecker::checkValidTmpDst() { in checkValidTmpDst() function in HexagonMCChecker