Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
231 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
481 enum { AllocArg }; enumerator
484 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
498 enum { AllocArg }; enumerator
501 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
DCoroutines.cpp633 checkWFAlloc(this, getArgOperand(AllocArg)); in checkWellFormed()