Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h387 bool hasDelaySlot() const { in hasDelaySlot() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); } in hasDelaySlot() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h234 bool hasDelaySlot; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h328 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); } in hasDelaySlot() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h246 bool hasDelaySlot : 1; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h243 bool hasDelaySlot : 1; variable