Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerMemIntrinsics.cpp127 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize() local
128 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()
132 OpTy, SrcAddr, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
141 OpTy, DstAddr, ConstantInt::get(TypeOfCopyLen, GepIndex)); in createMemCpyLoopKnownSize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp409 auto *GepIndex = Builder.CreateStructGEP( in markCoroutineAsDone() local
414 Builder.CreateStore(NullPtr, GepIndex); in markCoroutineAsDone()
519 auto *GepIndex = Builder.CreateStructGEP( in handleFinalSuspend() local
523 Builder.CreateLoad(Shape.getSwitchResumePointerType(), GepIndex); in handleFinalSuspend()
1490 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local
1492 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index"); in createResumeEntryBlock()
1512 auto *GepIndex = Builder.CreateStructGEP( in createResumeEntryBlock() local
1514 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()