OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasForbiddenSlot
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h
125
///
HasForbiddenSlot
- Instruction has a forbidden slot.
126
HasForbiddenSlot
= 1 << 5,
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.h
96
bool
HasForbiddenSlot
(const MachineInstr &MI) const;
MipsInstrInfo.cpp
572
bool MipsInstrInfo::
HasForbiddenSlot
(const MachineInstr &MI) const {
573
return (MI.getDesc().TSFlags & MipsII::
HasForbiddenSlot
) != 0;
MipsBranchExpansion.cpp
752
if (!TII->
HasForbiddenSlot
(*I))
Completed in 18 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026