Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp523 assert(Rets.empty()); in getLibcallSignature()
534 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
538 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
542 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
546 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
550 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
789 Rets.push_back(PtrTy); in getLibcallSignature()
795 Rets.push_back(PtrTy); in getLibcallSignature()
874 Rets.push_back(PtrTy); in getLibcallSignature()
878 Rets.push_back(PtrTy); in getLibcallSignature()
[all …]
H A DWebAssemblyRuntimeLibcallSignatures.h27 SmallVectorImpl<wasm::ValType> &Rets,
32 SmallVectorImpl<wasm::ValType> &Rets,
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp69 SmallVector<MachineInstr *, 16> Rets; in runOnMachineFunction() local
74 Rets.push_back(&Term); in runOnMachineFunction()
78 for (MachineInstr *Ret : Rets) { in runOnMachineFunction()