Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp312 class WebAssemblyPassConfig final : public TargetPassConfig { class
314 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anonddbc88fd0111::WebAssemblyPassConfig
346 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
349 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
411 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
454 void WebAssemblyPassConfig::addISelPrepare() { in addISelPrepare()
464 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
483 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
505 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()
574 bool WebAssemblyPassConfig::addPreISel() { in addPreISel()