Home
last modified time | relevance | path

Searched refs:Rets (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp492 RTLIB::Libcall LC, SmallVectorImpl<wasm::ValType> &Rets, in GetSignature() argument
494 assert(Rets.empty()); in GetSignature()
505 Rets.push_back(wasm::ValType::F32); in GetSignature()
509 Rets.push_back(wasm::ValType::F32); in GetSignature()
513 Rets.push_back(wasm::ValType::F32); in GetSignature()
517 Rets.push_back(wasm::ValType::F32); in GetSignature()
521 Rets.push_back(wasm::ValType::F32); in GetSignature()
525 Rets.push_back(wasm::ValType::F64); in GetSignature()
529 Rets.push_back(wasm::ValType::F64); in GetSignature()
533 Rets.push_back(wasm::ValType::F64); in GetSignature()
[all …]
DWebAssemblyRuntimeLibcallSignatures.h28 SmallVectorImpl<wasm::ValType> &Rets,
32 const char *Name, SmallVectorImpl<wasm::ValType> &Rets,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h69 void setReturns(SmallVectorImpl<wasm::ValType> &&Rets) { in setReturns() argument
71 Returns = std::move(Rets); in setReturns()