Home
last modified time | relevance | path

Searched refs:JumpTableBase (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp323 void *JumpTableBase; member in __anon132375280111::JITEmitter
1113 JumpTableBase = allocateSpace(NumEntries * EntrySize, in initJumpTableInfo()
1122 if (JT.empty() || JumpTableBase == 0) return; in emitJumpTableInfo()
1136 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; in emitJumpTableInfo()
1154 int *SlotPtr = (int*)JumpTableBase; in emitJumpTableInfo()
1235 return (uintptr_t)((char *)JumpTableBase + Offset); in getJumpTableEntryAddress()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp742 SDValue JumpTableBase = DAG.getNode(HexagonISD::WrapperJT, dl, in LowerBR_JT() local
746 SDValue JTAddress = DAG.getNode(ISD::ADD, dl, MVT::i32, JumpTableBase, in LowerBR_JT()