Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.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()
H A DHexagonMCInstrInfo.h103 bool IsABranchingInst(MCInstrInfo const &MCII, MCSubtargetInfo const &STI,
H A DHexagonShuffler.cpp482 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, *ISJ->ID)) in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp1056 bool HexagonMCInstrInfo::IsABranchingInst(MCInstrInfo const &MCII, in IsABranchingInst() function in HexagonMCInstrInfo