Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp318 auto *GepIndex = Builder.CreateStructGEP( in markCoroutineAsDone() local
323 Builder.CreateStore(NullPtr, GepIndex); in markCoroutineAsDone()
428 auto *GepIndex = Builder.CreateStructGEP( in handleFinalSuspend() local
432 Builder.CreateLoad(Shape.getSwitchResumePointerType(), GepIndex); in handleFinalSuspend()
1506 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local
1508 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index"); in createResumeEntryBlock()
1529 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local
1531 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp677 Value *GepIndex = IRB.CreatePtrToInt(LDSPtr, IntTy); in getTranslatedGlobalMemoryPtrOfLDS() local
678 return IRB.CreateInBoundsGEP(IRB.getInt8Ty(), LoadMallocPtr, {GepIndex}); in getTranslatedGlobalMemoryPtrOfLDS()