Searched refs:GlobLVal (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 3335 LValue GlobLVal = CGF.EmitLValueForField( in emitListToGlobalCopyFunction() local 3338 Bld.CreateInBoundsGEP(GlobLVal.getPointer(CGF), Idxs); in emitListToGlobalCopyFunction() 3339 GlobLVal.setAddress(Address(BufferPtr, GlobLVal.getAlignment())); in emitListToGlobalCopyFunction() 3345 CGF.EmitStoreOfScalar(V, GlobLVal); in emitListToGlobalCopyFunction() 3351 CGF.EmitStoreOfComplex(V, GlobLVal, /*isInit=*/false); in emitListToGlobalCopyFunction() 3355 CGF.EmitAggregateCopy(GlobLVal, in emitListToGlobalCopyFunction() 3434 LValue GlobLVal = CGF.EmitLValueForField( in emitListToGlobalReduceFunction() local 3437 Bld.CreateInBoundsGEP(GlobLVal.getPointer(CGF), Idxs); in emitListToGlobalReduceFunction() 3539 LValue GlobLVal = CGF.EmitLValueForField( in emitGlobalToListCopyFunction() local 3542 Bld.CreateInBoundsGEP(GlobLVal.getPointer(CGF), Idxs); in emitGlobalToListCopyFunction() [all …]
|
D | CGStmtOpenMP.cpp | 6669 LValue GlobLVal = CGF.EmitLValue(Ref); in EmitSimpleOMPExecutableDirective() local 6671 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective() 6685 LValue GlobLVal = CGF.EmitLValue(E); in EmitSimpleOMPExecutableDirective() local 6687 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective()
|