Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerRefTypesIntPtrConv.cpp28 class WebAssemblyLowerRefTypesIntPtrConv final : public FunctionPass { class
37 WebAssemblyLowerRefTypesIntPtrConv() : FunctionPass(ID) {} in WebAssemblyLowerRefTypesIntPtrConv() function in __anon2d2ad5430111::WebAssemblyLowerRefTypesIntPtrConv
41 char WebAssemblyLowerRefTypesIntPtrConv::ID = 0;
42 INITIALIZE_PASS(WebAssemblyLowerRefTypesIntPtrConv, DEBUG_TYPE,
46 return new WebAssemblyLowerRefTypesIntPtrConv(); in createWebAssemblyLowerRefTypesIntPtrConv()
49 bool WebAssemblyLowerRefTypesIntPtrConv::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt38 WebAssemblyLowerRefTypesIntPtrConv.cpp