Home
last modified time | relevance | path

Searched refs:emitAlloc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h227 Value *emitAlloc(IRBuilder<> &Builder, Value *Size, CallGraph *CG) const;
DCoroutines.cpp499 Value *coro::Shape::emitAlloc(IRBuilder<> &Builder, Value *Size, in emitAlloc() function in coro::Shape
DCoroFrame.cpp1142 auto Alloc = Shape.emitAlloc(Builder, AI->getSize(), nullptr); in lowerNonLocalAlloca()
DCoroSplit.cpp1228 RawFramePtr = Shape.emitAlloc(Builder, Builder.getInt64(Size), nullptr); in splitRetconCoroutine()