Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp328 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) in reportBranchErrors()
338 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) { in checkHWLoop()
351 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, I)) in checkCOFMax1()
H A DHexagonMCInstrInfo.h104 bool IsABranchingInst(MCInstrInfo const &MCII, MCSubtargetInfo const &STI,
H A DHexagonShuffler.cpp481 if (HexagonMCInstrInfo::IsABranchingInst(MCII, STI, *ISJ->ID)) in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp1046 bool HexagonMCInstrInfo::IsABranchingInst(MCInstrInfo const &MCII, in IsABranchingInst() function in HexagonMCInstrInfo