Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h62 Value *makeSubFnCall(Value *Arg, int Index, Instruction *InsertPt);
DCoroEarly.cpp54 makeSubFnCall(CS.getArgOperand(0), Index, CS.getInstruction()); in lowerResumeOrDestroy()
DCoroutines.cpp107 Value *coro::LowererBase::makeSubFnCall(Value *Arg, int Index, in makeSubFnCall() function in coro::LowererBase
DCoroSplit.cpp779 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt); in prepareForSplit()