Lines Matching refs:WebAssemblyTargetMachine

51   RegisterTargetMachine<WebAssemblyTargetMachine> X(  in LLVMInitializeWebAssemblyTarget()
53 RegisterTargetMachine<WebAssemblyTargetMachine> Y( in LLVMInitializeWebAssemblyTarget()
109 WebAssemblyTargetMachine::WebAssemblyTargetMachine( in WebAssemblyTargetMachine() function in WebAssemblyTargetMachine
146 WebAssemblyTargetMachine::~WebAssemblyTargetMachine() = default; // anchor.
148 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
154 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl()
164 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
189 WebAssemblyTargetMachine *WasmTM;
192 CoalesceFeaturesAndStripAtomics(WebAssemblyTargetMachine *WasmTM) in CoalesceFeaturesAndStripAtomics()
314 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig()
317 WebAssemblyTargetMachine &getWebAssemblyTargetMachine() const { in getWebAssemblyTargetMachine()
318 return getTM<WebAssemblyTargetMachine>(); in getWebAssemblyTargetMachine()
340 WebAssemblyTargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo()
345 WebAssemblyTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
581 WebAssemblyTargetMachine::createDefaultFuncInfoYAML() const { in createDefaultFuncInfoYAML()
585 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML()
591 bool WebAssemblyTargetMachine::parseMachineFunctionInfo( in parseMachineFunctionInfo()