Lines Matching defs:WebAssemblyPassConfig
351 class WebAssemblyPassConfig final : public TargetPassConfig {
353 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM)
393 return new WebAssemblyPassConfig(*this, PM);
396 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) {
461 void WebAssemblyPassConfig::addIRPasses() {
504 void WebAssemblyPassConfig::addISelPrepare() {
517 bool WebAssemblyPassConfig::addInstSelector() {
540 void WebAssemblyPassConfig::addOptimizedRegAlloc() {
553 void WebAssemblyPassConfig::addPostRegAlloc() {
576 void WebAssemblyPassConfig::addPreEmitPass() {
646 bool WebAssemblyPassConfig::addPreISel() {