Searched refs:ResultSlot (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 193 AggValueSlot ResultSlot, 212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, 1196 AggValueSlot ResultSlot, in ConvertIntToValueOrAtomic() argument 1223 assert(!ResultSlot.isIgnored()); in ConvertIntToValueOrAtomic() 1224 Temp = ResultSlot.getAddress(); in ConvertIntToValueOrAtomic() 1225 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic() 1235 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic() 1297 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, in EmitAtomicLoad() argument 1303 if (LVal.isSimple() && !ResultSlot.isIgnored()) { in EmitAtomicLoad() 1305 TempAddr = ResultSlot.getAddress(); in EmitAtomicLoad() [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 193 AggValueSlot ResultSlot, 212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, 1460 AggValueSlot ResultSlot, in ConvertIntToValueOrAtomic() argument 1487 assert(!ResultSlot.isIgnored()); in ConvertIntToValueOrAtomic() 1488 Temp = ResultSlot.getAddress(); in ConvertIntToValueOrAtomic() 1489 TempIsVolatile = ResultSlot.isVolatile(); in ConvertIntToValueOrAtomic() 1499 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic() 1560 RValue AtomicInfo::EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, in EmitAtomicLoad() argument 1566 if (LVal.isSimple() && !ResultSlot.isIgnored()) { in EmitAtomicLoad() 1568 TempAddr = ResultSlot.getAddress(); in EmitAtomicLoad() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3946 const LValue *ResultSlot) { in HandleFunctionCall() argument 3981 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall() 4349 const LValue *ResultSlot) { in handleCallExpr() argument 4427 Result, ResultSlot)) in handleCallExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 6066 APValue &Result, const LValue *ResultSlot) { in HandleFunctionCall() argument 6109 StmtResult Ret = {Result, ResultSlot}; in HandleFunctionCall() 7515 const LValue *ResultSlot) { in handleCallExpr() argument 7687 Body, Info, Result, ResultSlot)) in handleCallExpr()
|