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.h93 bool SafeInForbiddenSlot(const MachineInstr &MI) const;
H A DMipsInstrInfo.cpp577 bool MipsInstrInfo::SafeInForbiddenSlot(const MachineInstr &MI) const { in SafeInForbiddenSlot() function in MipsInstrInfo
H A DMipsBranchExpansion.cpp788 return TII->SafeInForbiddenSlot(IInSlot); in handleForbiddenSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp732 bool SafeInForbiddenSlot(const MCInstrDesc &MCID) const { in SafeInForbiddenSlot() function in __anona2e40b320211::MipsAsmParser
2333 if (PrevForbiddenSlotAttr && !SafeInForbiddenSlot(MCID)) { in processInstruction()