Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h97 bool SafeInForbiddenSlot(const MachineInstr &MI) const;
H A DMipsBranchExpansion.cpp850 return TII->SafeInForbiddenSlot(IInSlot); in handleForbiddenSlot()
H A DMipsInstrInfo.cpp593 bool MipsInstrInfo::SafeInForbiddenSlot(const MachineInstr &MI) const { in SafeInForbiddenSlot() function in MipsInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp730 bool SafeInForbiddenSlot(const MCInstrDesc &MCID) const { in SafeInForbiddenSlot() function in __anona2e40b320211::MipsAsmParser
2290 if (PrevForbiddenSlotAttr && !SafeInForbiddenSlot(MCID)) { in processInstruction()