Searched refs:JumpTableBase (Results 1 – 2 of 2) sorted by relevance
323 void *JumpTableBase; member in __anon132375280111::JITEmitter1113 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()
742 SDValue JumpTableBase = DAG.getNode(HexagonISD::WrapperJT, dl, in LowerBR_JT() local746 SDValue JTAddress = DAG.getNode(ISD::ADD, dl, MVT::i32, JumpTableBase, in LowerBR_JT()