Lines Matching refs:PosLVal
4071 LValue PosLVal; in emitTaskInit() local
4073 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
4076 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
4089 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
4103 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4297 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4298 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4325 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4326 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4329 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4374 LValue PosLVal, in emitDepobjElements() argument
4397 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4404 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4510 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4512 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4517 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4525 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
4603 LValue PosLVal; in emitDepobjDependClause() local
4605 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
4608 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
4610 Pos = &PosLVal; in emitDepobjDependClause()