Lines Matching refs:PosLVal
4409 LValue PosLVal; in emitTaskInit() local
4411 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
4414 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
4427 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
4443 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4633 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4634 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4658 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4659 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4662 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4726 LValue PosLVal, in emitDepobjElements() argument
4772 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4781 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4883 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4885 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4890 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4898 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
4973 LValue PosLVal; in emitDepobjDependClause() local
4975 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
4978 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
4980 Pos = &PosLVal; in emitDepobjDependClause()