Home
last modified time | relevance | path

Searched refs:PosLVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4386 LValue PosLVal; in emitTaskInit() local
4388 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
4418 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4623 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4645 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4649 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4724 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4829 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4920 LValue PosLVal; in emitDepobjDependClause() local
4922 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
[all …]
H A DCGOpenMPRuntime.h914 LValue PosLVal, const OMPTaskDataTy::DependData &Data,