Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp531 assert(Rets.empty()); 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()
554 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
795 Rets.push_back(PtrTy); in getLibcallSignature()
799 Rets.push_back(PtrTy); in getLibcallSignature()
805 Rets.push_back(PtrTy); in getLibcallSignature()
841 Rets.push_back(PtrTy); in getLibcallSignature()
845 Rets.push_back(PtrTy); in getLibcallSignature()
[all …]
H A DWebAssemblyRuntimeLibcallSignatures.h27 SmallVectorImpl<wasm::ValType> &Rets,
32 SmallVectorImpl<wasm::ValType> &Rets,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp72 SmallVector<MachineInstr *, 16> Rets; in runOnMachineFunction() local
77 Rets.push_back(&Term); in runOnMachineFunction()
84 for (MachineInstr *Ret : Rets) { in runOnMachineFunction()