Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h203 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
229 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
727 enum { AllocArg }; enumerator
730 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
744 enum { AllocArg }; enumerator
747 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
H A DCoroutines.cpp587 checkWFAlloc(this, getArgOperand(AllocArg)); in checkWellFormed()