Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp100 class WebAssemblyPassConfig final : public TargetPassConfig { class
102 WebAssemblyPassConfig(WebAssemblyTargetMachine *TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anona8e7d16f0111::WebAssemblyPassConfig
127 return new WebAssemblyPassConfig(this, PM); in createPassConfig()
130 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
139 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
155 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
170 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
189 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp163 class WebAssemblyPassConfig final : public TargetPassConfig { class
165 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig() function in __anon960934a70111::WebAssemblyPassConfig
189 return new WebAssemblyPassConfig(*this, PM); in createPassConfig()
192 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) { in createTargetRegisterAllocator()
201 void WebAssemblyPassConfig::addIRPasses() { in addIRPasses()
247 bool WebAssemblyPassConfig::addInstSelector() { in addInstSelector()
262 void WebAssemblyPassConfig::addPostRegAlloc() { in addPostRegAlloc()
280 void WebAssemblyPassConfig::addPreEmitPass() { in addPreEmitPass()