Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h270 bool hasDelaySlot : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h360 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); } in hasDelaySlot() function