Home
last modified time | relevance | path

Searched refs:Lowerer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp23 class Lowerer : public coro::LowererBase { class
34 Lowerer(Module &M) in Lowerer() function in __anon3765a6380111::Lowerer
47 void Lowerer::lowerResumeOrDestroy(CallBase &CB, in lowerResumeOrDestroy()
61 void Lowerer::lowerCoroPromise(CoroPromiseInst *Intrin) { in lowerCoroPromise()
86 void Lowerer::lowerCoroDone(IntrinsicInst *II) { in lowerCoroDone()
123 void Lowerer::lowerCoroNoop(IntrinsicInst *II) { in lowerCoroNoop()
170 void Lowerer::lowerEarlyIntrinsics(Function &F) { in lowerEarlyIntrinsics()
263 Lowerer L(M); in run()
H A DCoroCleanup.cpp24 struct Lowerer : coro::LowererBase { struct
26 Lowerer(Module &M) : LowererBase(M), Builder(Context) {} in Lowerer() argument
46 bool Lowerer::lower(Function &F) { in lower()
132 Lowerer L(M); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp195 CtxInstrumentationLowerer Lowerer(M, MAM); in run() local
198 Changed |= Lowerer.lowerFunction(F); in run()
H A DInstrProfiling.cpp661 InstrLowerer Lowerer(M, Options, GetTLI, IsCS); in run() local
662 if (!Lowerer.lower()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp279 LowerAtomicPass Lowerer; in stripAtomics() local
282 Lowerer.run(F, FAM); in stripAtomics()