Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4071 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()
[all …]
H A DCGOpenMPRuntime.h687 LValue PosLVal, const OMPTaskDataTy::DependData &Data,