Home
last modified time | relevance | path

Searched refs:getJumpTableEntryAddress (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h146 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const;
DMachineCodeEmitter.h312 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
DJITCodeEmitter.h317 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp121 uintptr_t ObjectCodeEmitter::getJumpTableEntryAddress(unsigned Index) const { in getJumpTableEntryAddress() function in llvm::ObjectCodeEmitter
DELFCodeEmitter.cpp120 Addr = getJumpTableEntryAddress(MR.getJumpTableIndex()); in finishFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp433 virtual uintptr_t getJumpTableEntryAddress(unsigned Entry) const;
869 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex()); in finishFunction()
1233 uintptr_t JITEmitter::getJumpTableEntryAddress(unsigned Index) const { in getJumpTableEntryAddress() function in JITEmitter
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp461 DispVal += MCE.getJumpTableEntryAddress(Op3.getIndex()); in emitMemModRMByte()