Home
last modified time | relevance | path

Searched refs:HasForbiddenSlot (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h123 HasForbiddenSlot = 1 << 5 enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h123 HasForbiddenSlot = 1 << 5, enumerator
/external/llvm/lib/Target/Mips/
DMipsHazardSchedule.cpp118 if (!TII->HasForbiddenSlot(*I)) in runOnMachineFunction()
DMipsInstrInfo.cpp375 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo
376 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
DMipsInstrInfo.h80 bool HasForbiddenSlot(const MachineInstr &MI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h97 bool HasForbiddenSlot(const MachineInstr &MI) const;
DMipsInstrInfo.cpp570 bool MipsInstrInfo::HasForbiddenSlot(const MachineInstr &MI) const { in HasForbiddenSlot() function in MipsInstrInfo
571 return (MI.getDesc().TSFlags & MipsII::HasForbiddenSlot) != 0; in HasForbiddenSlot()
DMipsBranchExpansion.cpp677 if (!TII->HasForbiddenSlot(*I)) in handleForbiddenSlot()