Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h169 ReturnValueSlot ReturnSlot,
200 ReturnValueSlot ReturnSlot,
H A DCGStmt.cpp2849 LValue ReturnSlot = MakeAddrLValueWithoutTBAA(ReturnValue, FnRetTy); in EmitAsmStmt() local
2851 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp305 CodeGenFunction &CGF, LValue ReturnSlot, std::string &Constraints, in addReturnRegisterOutputs() argument
310 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType()); in addReturnRegisterOutputs()
330 ReturnSlot.setAddress(ReturnSlot.getAddress().withElementType(CoerceTy)); in addReturnRegisterOutputs()
331 ResultRegDests.push_back(ReturnSlot); in addReturnRegisterOutputs()