Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp332 class WebAssemblyPassConfig final : public TargetPassConfig { class
334 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anon10cd8fcd0111::WebAssemblyPassConfig
374 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
377 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
445 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
488 void WebAssemblyPassConfig::addISelPrepare() { in addISelPrepare()
501 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
524 void WebAssemblyPassConfig::addOptimizedRegAlloc() { in addOptimizedRegAlloc()
537 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
559 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()
[all …]