Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp719 auto HasTmp = [&](MCInst const &I) { in checkValidTmpDst() local
724 llvm::count_if(HexagonMCInstrInfo::bundleInstructions(MCII, MCB), HasTmp); in checkValidTmpDst()
732 if (HasTmp(I)) in checkValidTmpDst()