Searched refs:SlotPtr (Results 1 – 3 of 3) sorted by relevance
409 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root"); in performCustomLowering() local413 SlotPtr->takeName(OriginalAlloca); in performCustomLowering()414 OriginalAlloca->replaceAllUsesWith(SlotPtr); in performCustomLowering()
421 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() local426 SlotPtr->takeName(OriginalAlloca); in runOnFunction()427 OriginalAlloca->replaceAllUsesWith(SlotPtr); in runOnFunction()
1149 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; in emitJumpTableInfo() local1156 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]); in emitJumpTableInfo()1167 int *SlotPtr = (int*)JumpTableBase; in emitJumpTableInfo() local1173 uintptr_t Base = (uintptr_t)SlotPtr; in emitJumpTableInfo()1177 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base); in emitJumpTableInfo()