Home
last modified time | relevance | path

Searched defs:hasDelaySlot (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); } in hasDelaySlot() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h244 bool hasDelaySlot : 1; variable