Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DMMO-flags-assertion.ll25 %XLValue = alloca %class.F, align 8
26 %0 = bitcast %class.F* %XLValue to i8*
28 call void @_Z10EmitLValuev(%class.F* nonnull sret(%class.F) %XLValue)
32 call void @_Z3fn11F(%class.F* byval(%class.F) nonnull align 8 %XLValue)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5928 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local
5930 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr()
6137 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local
6149 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr()
6198 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local
6226 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr()
6252 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()