Lines Matching refs:PosLVal

4386     LValue PosLVal;  in emitTaskInit()  local
4388 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
4391 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
4404 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
4418 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4623 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4624 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4645 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4646 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4649 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4694 LValue PosLVal, in emitDepobjElements() argument
4717 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4724 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4829 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4831 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4836 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4844 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
4920 LValue PosLVal; in emitDepobjDependClause() local
4922 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
4925 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
4927 Pos = &PosLVal; in emitDepobjDependClause()