Home
last modified time | relevance | path

Searched refs:ResultSlot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp202 RValue ConvertToValueOrAtomic(llvm::Value *IntVal, AggValueSlot ResultSlot,
222 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc,
1416 AggValueSlot ResultSlot, in ConvertToValueOrAtomic() argument
1446 assert(!ResultSlot.isIgnored()); in ConvertToValueOrAtomic()
1447 Temp = ResultSlot.getAddress(); in ConvertToValueOrAtomic()
1448 TempIsVolatile = ResultSlot.isVolatile(); in ConvertToValueOrAtomic()
1457 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertToValueOrAtomic()
1518 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, in EmitAtomicLoad() argument
1524 if (LVal.isSimple() && !ResultSlot.isIgnored()) { in EmitAtomicLoad()
1526 TempAddr = ResultSlot.getAddress(); in EmitAtomicLoad()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6320 APValue &Result, const LValue *ResultSlot) { in HandleFunctionCall() argument
6360 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall()
7934 const LValue *ResultSlot) { in handleCallExpr() argument
8129 Body, Info, Result, ResultSlot)) in handleCallExpr()