Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCChecker.cpp321 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) in reportBranchErrors()
331 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) { in checkHWLoop()
344 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) in checkCOFMax1()
HDHexagonMCInstrInfo.h103 bool IsABranchingInst(MCInstrInfo const &MCII, MCSubtargetInfo const &STI,
HDHexagonShuffler.cpp482 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, *ISJ->ID)) in GetPacketSummary()
HDHexagonMCInstrInfo.cpp1056 bool HexagonMCInstrInfo::IsABranchingInst(MCInstrInfo const &MCII, in IsABranchingInst() function in HexagonMCInstrInfo