Home
last modified time | relevance | path

Searched refs:toValType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp118 Params.push_back(WebAssembly::toValType(Ty)); in emitParam()
127 Returns.push_back(WebAssembly::toValType(Ty)); in emitResult()
144 emitValueType(WebAssembly::toValType(Pair.first)); in emitLocal()
167 ValParams.push_back(WebAssembly::toValType(Ty)); in emitIndirectFunctionType()
171 ValResults.push_back(WebAssembly::toValType(Ty)); in emitIndirectFunctionType()
DWebAssemblyMCTargetDesc.cpp126 wasm::ValType WebAssembly::toValType(const MVT &Ty) { in toValType() function in WebAssembly
DWebAssemblyMCTargetDesc.h304 wasm::ValType toValType(const MVT &Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp56 Returns.push_back(WebAssembly::toValType(ResultMVT)); in GetGlobalAddressSymbol()
64 Params.push_back(WebAssembly::toValType(ParamMVT)); in GetGlobalAddressSymbol()