Searched refs:isSolo (Results 1 – 9 of 9) sorted by relevance
256 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
204 if (HexagonMCInstrInfo::isSolo(MCII, *ID)) in check()
488 if (llvm::HexagonMCInstrInfo::isSolo(MCII, *I.getInst())) { in checkSolo()
529 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in llvm::HexagonMCInstrInfo
312 bool isSolo(const MachineInstr* MI) const;
105 bits<1> isSolo = 0;106 let TSFlags{5} = isSolo;
955 if (HII->isSolo(MI)) in isSoloInstruction()
2095 let isSolo = 1, Itinerary = LD_tc_ld_SLOT0, Type = TypeLD in2108 let isSolo = 1, validSubTargets = HasV55SubT in {2123 let isSolo = 1, validSubTargets = HasV60SubT in {
2188 bool HexagonInstrInfo::isSolo(const MachineInstr* MI) const { in isSolo() function in HexagonInstrInfo