Lines Matching defs:WebAssemblyPassConfig
332 class WebAssemblyPassConfig final : public TargetPassConfig {
334 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM)
374 return new WebAssemblyPassConfig(*this, PM);
377 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) {
445 void WebAssemblyPassConfig::addIRPasses() {
488 void WebAssemblyPassConfig::addISelPrepare() {
501 bool WebAssemblyPassConfig::addInstSelector() {
524 void WebAssemblyPassConfig::addOptimizedRegAlloc() {
537 void WebAssemblyPassConfig::addPostRegAlloc() {
559 void WebAssemblyPassConfig::addPreEmitPass() {
629 bool WebAssemblyPassConfig::addPreISel() {