• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching refs:EmitLValue

84           return CGF.EmitLValue(&DRE).getAddress(CGF);
239 return CGF.EmitLValue(&DRE).getAddress(CGF);
265 return EmitLValue(&DRE);
268 return EmitLValue(E);
306 llvm::Value *CV = EmitLoadOfScalar(EmitLValue(*I), CurCap->getLocation());
332 CapturedVars.push_back(EmitLValue(*I).getAddress(*this).getPointer());
814 OriginalLVal = EmitLValue(&DRE);
817 OriginalLVal = EmitLValue(&DRE);
932 MasterAddr = EmitLValue(&DRE).getAddress(*this);
941 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this);
1009 return EmitLValue(&DRE).getAddress(*this);
1633 Address OrigAddr = EmitLValue(&DRE).getAddress(*this);
1703 return EmitLValue(&DRE).getAddress(*this);
1867 EmitLValue(CED->getInit()->IgnoreImpCasts()).getAddress(*this);
1872 OrigAddr = EmitLValue(&DRE).getAddress(*this);
1899 return CGF.EmitLValue(Helper);
1995 CGF, S, CGF.EmitLValue(S.getIterationVariable()));
2336 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable());
2337 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable());
2387 CGF.EmitLValue(cast<DeclRefExpr>(Dir.getCombinedLowerBoundVariable()));
2393 CGF.EmitLValue(cast<DeclRefExpr>(Dir.getCombinedUpperBoundVariable()));
2571 *this, S, EmitLValue(S.getIterationVariable()));
3264 return CGF.EmitLValue(&DRE).getAddress(CGF);
3337 CGF.EmitLoadOfScalar(CGF.EmitLValue(TaskgroupDescriptors[Cnt]),
3957 LValue XLValue = CGF.EmitLValue(X);
3958 LValue VLValue = CGF.EmitLValue(V);
3980 emitSimpleAtomicStore(CGF, IsSeqCst, CGF.EmitLValue(X), CGF.EmitAnyExpr(E));
4121 LValue XLValue = CGF.EmitLValue(X);
4170 LValue VLValue = CGF.EmitLValue(V);
4171 LValue XLValue = CGF.EmitLValue(X);
5475 LValue GlobLVal = CGF.EmitLValue(E);