Lines Matching refs:PosLVal

4460     LValue PosLVal;  in emitTaskInit()  local
4462 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
4465 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
4478 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
4495 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4685 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4686 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4711 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4712 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4715 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4779 LValue PosLVal, in emitDepobjElements() argument
4825 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4835 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4937 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4939 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4944 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4952 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
5027 LValue PosLVal; in emitDepobjDependClause() local
5029 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
5032 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
5034 Pos = &PosLVal; in emitDepobjDependClause()