Lines Matching refs:PosLVal

3869     LValue PosLVal;  in emitTaskInit()  local
3871 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
3874 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
3887 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitTaskInit()
3901 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4094 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4095 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4122 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4123 llvm::Value *Idx = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDependData()
4126 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4171 LValue PosLVal, in emitDepobjElements() argument
4194 llvm::Value *Pos = CGF.EmitLoadOfScalar(PosLVal, E->getExprLoc()); in emitDepobjElements()
4201 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4307 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4309 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4314 emitDependData(CGF, KmpDependInfoTy, &PosLVal, Dependencies[I], in emitDependClause()
4322 emitDepobjElements(CGF, KmpDependInfoTy, PosLVal, Dependencies[I], in emitDependClause()
4400 LValue PosLVal; in emitDepobjDependClause() local
4402 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
4405 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
4407 Pos = &PosLVal; in emitDepobjDependClause()