Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h238 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
251 Value *getStorage() const { return getArgOperand(StorageArg); } in getStorage()
307 enum { SizeArg, AlignArg, StorageArg, AsyncFuncPtrArg }; enumerator
330 auto *Arg = cast<ConstantInt>(getArgOperand(StorageArg)); in getStorageArgumentIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp658 checkConstantInt(this, getArgOperand(StorageArg), in checkWellFormed()