Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp528 bool hasDelaySlot = buildProperJumpMI(BalTgtMBB, Pos, DL); in expandToLongBranch() local
634 bool hasDelaySlot = buildProperJumpMI(BalTgtMBB, Pos, DL); in expandToLongBranch() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h364 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); } in hasDelaySlot() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h272 bool hasDelaySlot : 1; variable