Searched refs:SharedLVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 147 Address PrivateAddr, LValue SharedLVal, 172 LValue SharedLVal, 1333 LValue SharedLVal); 2010 LValue SharedLVal) override;
|
| H A D | CGOpenMPRuntime.cpp | 928 DRD, SharedLVal.getAddress()); in emitAggregateInitialization() 1024 SharedLVal = CGF.MakeAddrLValue( in emitInitialization() 1025 CGF.Builder.CreateElementBitCast(SharedLVal.getAddress(), in emitInitialization() 1034 SharedLVal.getType()); in emitInitialization() 5891 LValue SharedLVal; in emitReduceInitFunction() local 5905 SharedLVal = CGF.MakeNaturalAlignAddrLValue( in emitReduceInitFunction() 5912 RCG.emitInitialization(CGF, N, PrivateAddr, SharedLVal, in emitReduceInitFunction() 6090 LValue SharedLVal = CGF.EmitLValueForField(ElemLVal, SharedFD); in emitTaskReductionInit() local 6094 CGF.EmitStoreOfScalar(CastedShared, SharedLVal); in emitTaskReductionInit() 6180 LValue SharedLVal) { in getTaskReductionItem() argument [all …]
|