Home
last modified time | relevance | path

Searched refs:isJumpTableIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h252 bool isJumpTableIndex() const { in isJumpTableIndex() function
308 assert(isJumpTableIndex() && "This is not a jump table reference!"); in getJumpTableIndex()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp118 } else if (MR.isJumpTableIndex()) { in finishFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp868 assert(MR.isJumpTableIndex()); in finishFunction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1842 ``isConstantPoolIndex``, and ``isJumpTableIndex`` determine the operand type.
1871 else if (MO1.isJumpTableIndex())