Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp715 auto HasTmp = [&](MCInst const &I) { in checkValidTmpDst() local
720 llvm::count_if(HexagonMCInstrInfo::bundleInstructions(MCII, MCB), HasTmp); in checkValidTmpDst()
728 if (HasTmp(I)) in checkValidTmpDst()