Lines Matching refs:GlobLVal
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()
3543 GlobLVal.setAddress(Address(BufferPtr, GlobLVal.getAlignment())); in emitGlobalToListCopyFunction()
3546 llvm::Value *V = CGF.EmitLoadOfScalar(GlobLVal, Loc); in emitGlobalToListCopyFunction()
3553 CodeGenFunction::ComplexPairTy V = CGF.EmitLoadOfComplex(GlobLVal, Loc); in emitGlobalToListCopyFunction()
3560 GlobLVal, Private->getType(), in emitGlobalToListCopyFunction()
3638 LValue GlobLVal = CGF.EmitLValueForField( in emitGlobalToListReduceFunction() local
3641 Bld.CreateInBoundsGEP(GlobLVal.getPointer(CGF), Idxs); in emitGlobalToListReduceFunction()