Lines Matching refs:WebAssemblyTargetMachine

60   RegisterTargetMachine<WebAssemblyTargetMachine> X(  in LLVMInitializeWebAssemblyTarget()
62 RegisterTargetMachine<WebAssemblyTargetMachine> Y( in LLVMInitializeWebAssemblyTarget()
119 WebAssemblyTargetMachine::WebAssemblyTargetMachine( in WebAssemblyTargetMachine() function in WebAssemblyTargetMachine
154 WebAssemblyTargetMachine::~WebAssemblyTargetMachine() = default; // anchor.
156 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
162 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl()
172 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
197 WebAssemblyTargetMachine *WasmTM;
200 CoalesceFeaturesAndStripAtomics(WebAssemblyTargetMachine *WasmTM) in CoalesceFeaturesAndStripAtomics()
321 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) in WebAssemblyPassConfig()
324 WebAssemblyTargetMachine &getWebAssemblyTargetMachine() const { in getWebAssemblyTargetMachine()
325 return getTM<WebAssemblyTargetMachine>(); in getWebAssemblyTargetMachine()
345 WebAssemblyTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
350 WebAssemblyTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
522 WebAssemblyTargetMachine::createDefaultFuncInfoYAML() const { in createDefaultFuncInfoYAML()
526 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML()
532 bool WebAssemblyTargetMachine::parseMachineFunctionInfo( in parseMachineFunctionInfo()