Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3869 LValue PosLVal; in emitTaskInit() local
3871 PosLVal = CGF.MakeAddrLValue( in emitTaskInit()
3901 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4094 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4122 LValue &PosLVal = *Pos.get<LValue *>(); in emitDependData() local
4126 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4201 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4307 LValue PosLVal = CGF.MakeAddrLValue( in emitDependClause() local
4400 LValue PosLVal; in emitDepobjDependClause() local
4402 PosLVal = CGF.MakeAddrLValue( in emitDepobjDependClause()
[all …]
H A DCGOpenMPRuntime.h623 LValue PosLVal, const OMPTaskDataTy::DependData &Data,