Searched refs:XLValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | MMO-flags-assertion.ll | 25 %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)
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2855 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicReadExpr() local 2857 RValue Res = XLValue.isGlobalReg() in EmitOMPAtomicReadExpr() 2858 ? CGF.EmitLoadOfLValue(XLValue, Loc) in EmitOMPAtomicReadExpr() 2860 XLValue, Loc, in EmitOMPAtomicReadExpr() 2863 XLValue.isVolatile()); in EmitOMPAtomicReadExpr() 3017 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicUpdateExpr() local 3032 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in EmitOMPAtomicUpdateExpr() 3067 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicCaptureExpr() local 3097 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in EmitOMPAtomicCaptureExpr() 3122 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in EmitOMPAtomicCaptureExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 4974 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr() local 4976 RValue Res = emitSimpleAtomicLoad(CGF, AO, XLValue, Loc); in emitOMPAtomicReadExpr() 5158 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr() local 5170 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicUpdateExpr() 5219 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr() local 5247 XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen); in emitOMPAtomicCaptureExpr() 5273 XLValue, ExprRValue, /*BO=*/BO_Assign, /*IsXLHSInRHSPart=*/false, AO, in emitOMPAtomicCaptureExpr()
|