Lines Matching refs:PosLVal

3883     LValue PosLVal;  in emitTaskInit()  local
3885 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
3888 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
3901 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
3916 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4109 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4110 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4137 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4138 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4141 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4186 LValue PosLVal, in emitDepobjElements() argument
4209 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4216 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4326 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4328 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4333 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4341 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
4419 LValue PosLVal; in emitDepobjDependClause() local
4421 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
4424 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
4426 Pos = &PosLVal; in emitDepobjDependClause()