Searched refs:Lowerer (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 26 class Lowerer : public coro::LowererBase { class 37 Lowerer(Module &M) in Lowerer() function in __anonab4367440111::Lowerer 50 void Lowerer::lowerResumeOrDestroy(CallSite CS, in lowerResumeOrDestroy() 65 void Lowerer::lowerCoroPromise(CoroPromiseInst *Intrin) { in lowerCoroPromise() 90 void Lowerer::lowerCoroDone(IntrinsicInst *II) { in lowerCoroDone() 108 void Lowerer::lowerCoroNoop(IntrinsicInst *II) { in lowerCoroNoop() 153 bool Lowerer::lowerEarlyIntrinsics(Function &F) { in lowerEarlyIntrinsics() 234 std::unique_ptr<Lowerer> L; 250 L = std::make_unique<Lowerer>(M); in doInitialization()
|
D | CoroCleanup.cpp | 24 struct Lowerer : coro::LowererBase { struct 26 Lowerer(Module &M) : LowererBase(M), Builder(Context) {} in Lowerer() function 57 bool Lowerer::lowerRemainingCoroIntrinsics(Function &F) { in lowerRemainingCoroIntrinsics() 109 std::unique_ptr<Lowerer> L; 118 L = std::make_unique<Lowerer>(M); in doInitialization()
|
D | CoroElide.cpp | 28 struct Lowerer : coro::LowererBase { struct 36 Lowerer(Module &M) : LowererBase(M) {} in Lowerer() function 109 void Lowerer::elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA) { in elideHeapAllocations() 145 bool Lowerer::shouldElide(Function *F, DominatorTree &DT) const { in shouldElide() 191 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId() 286 std::unique_ptr<Lowerer> L; 290 L = std::make_unique<Lowerer>(M); in doInitialization()
|
D | CoroSplit.cpp | 1411 coro::LowererBase Lowerer(M); in prepareForSplit() local 1415 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt); in prepareForSplit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 255 LowerAtomicPass Lowerer; in stripAtomics() local 258 Lowerer.run(F, FAM); in stripAtomics()
|