Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
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 %XLValue)
32 call void @_Z3fn11F(%class.F* byval nonnull align 8 %XLValue)
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2855 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()