Searched refs:isSolo (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h280 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp684 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
H A DHexagonMCChecker.cpp653 if (HexagonMCInstrInfo::isSolo(MCII, I)) {
654 reportError(I.getLoc(), "Instruction is marked `isSolo' and "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h392 bool isSolo(const MachineInstr &MI) const;
H A DHexagonNewValueJump.cpp143 if (QII->isSolo(*II))
H A DHexagonVLIWPacketizer.cpp1078 if (HII->isSolo(MI))
H A DHexagonInstrInfo.cpp2568 bool HexagonInstrInfo::isSolo(const MachineInstr &MI) const { function in class:HexagonInstrInfo

Completed in 111 milliseconds