Searched refs:SlotPtr (Results 1 – 2 of 2) sorted by relevance
408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root"); in performCustomLowering() local412 SlotPtr->takeName(OriginalAlloca); in performCustomLowering()413 OriginalAlloca->replaceAllUsesWith(SlotPtr); in performCustomLowering()
1091 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; in emitJumpTableInfo() local1098 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]); in emitJumpTableInfo()1109 int *SlotPtr = (int*)JumpTableBase; in emitJumpTableInfo() local1115 uintptr_t Base = (uintptr_t)SlotPtr; in emitJumpTableInfo()1119 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base); in emitJumpTableInfo()