Searched refs:XLValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/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 %XLValue) 32 call void @_Z3fn11F(%class.F* byval 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()
|