Searched defs:hasDelaySlot (Results 1 - 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ | ||
H A D | MCInstrDesc.h | 385 /// hasDelaySlot - Returns true if the specified instruction has a delay slot 387 bool hasDelaySlot() const { function in class:llvm::MCInstrDesc |
/external/swiftshader/third_party/LLVM/utils/TableGen/ | ||
H A D | CodeGenInstruction.h | 234 bool hasDelaySlot; member in class:llvm::CodeGenInstruction |
/external/llvm/include/llvm/MC/ | ||
H A D | MCInstrDesc.h | 286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); } function in class:llvm::MCInstrDesc |
Completed in 230 milliseconds