Searched refs:GepIndex (Results 1 – 2 of 2) sorted by relevance
318 auto *GepIndex = Builder.CreateStructGEP( in markCoroutineAsDone() local323 Builder.CreateStore(NullPtr, GepIndex); in markCoroutineAsDone()428 auto *GepIndex = Builder.CreateStructGEP( in handleFinalSuspend() local432 Builder.CreateLoad(Shape.getSwitchResumePointerType(), GepIndex); in handleFinalSuspend()1506 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local1508 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index"); in createResumeEntryBlock()1529 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local1531 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()
677 Value *GepIndex = IRB.CreatePtrToInt(LDSPtr, IntTy); in getTranslatedGlobalMemoryPtrOfLDS() local678 return IRB.CreateInBoundsGEP(IRB.getInt8Ty(), LoadMallocPtr, {GepIndex}); in getTranslatedGlobalMemoryPtrOfLDS()