Searched refs:ReturnSlot (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 169 ReturnValueSlot ReturnSlot, 200 ReturnValueSlot ReturnSlot,
|
H A D | CGStmt.cpp | 2849 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 D | X86.cpp | 305 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()
|