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.cpp433 class WebAssemblyPassConfig final : public TargetPassConfig { class
435 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anon10cd8fcd0111::WebAssemblyPassConfig
475 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
478 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
487 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
528 void WebAssemblyPassConfig::addISelPrepare() { in addISelPrepare()
541 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
564 void WebAssemblyPassConfig::addOptimizedRegAlloc() { in addOptimizedRegAlloc()
577 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
600 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()
[all …]