Home
last modified time | relevance | path

Searched refs:makeSubFnCall (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.h63 Value *makeSubFnCall(Value *Arg, int Index, Instruction *InsertPt);
DCoroEarly.cpp53 makeSubFnCall(CS.getArgOperand(0), Index, CS.getInstruction()); in lowerResumeOrDestroy()
DCoroutines.cpp108 Value *coro::LowererBase::makeSubFnCall(Value *Arg, int Index, in makeSubFnCall() function in coro::LowererBase
DCoroSplit.cpp1415 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt); in prepareForSplit()