Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp317 class WebAssemblyPassConfig final : public TargetPassConfig { class
319 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anon159668c30111::WebAssemblyPassConfig
359 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
362 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
424 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
467 void WebAssemblyPassConfig::addISelPrepare() { in addISelPrepare()
486 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
505 void WebAssemblyPassConfig::addOptimizedRegAlloc() { in addOptimizedRegAlloc()
518 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
540 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()
[all …]