HomeSort by relevance Sort by last modified time
    Searched refs:EmitLValue (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/CodeGen/
CGExpr.cpp 133 EmitLValue(E);
487 LValue LV = EmitLValue(E);
    [all...]
CGStmtOpenMP.cpp 74 return CGF.EmitLValue(&DRE).getAddress();
141 EmitLoadOfLValue(EmitLValue(*I), SourceLocation()).getScalarVal();
167 CapturedVars.push_back(EmitLValue(*I).getAddress().getPointer());
610 Address OriginalAddr = EmitLValue(&DRE).getAddress();
719 MasterAddr = EmitLValue(&DRE).getAddress();
728 Address PrivateAddr = EmitLValue(*IRef).getAddress();
    [all...]
CGExprComplex.cpp 77 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
167 LValue LV = CGF.EmitLValue(E->getSubExpr());
438 LValue origLV = CGF.EmitLValue(Op);
    [all...]
CGObjC.cpp 356 LValue lvalue = EmitLValue(lvalueExpr);
    [all...]
CGExprScalar.cpp 84 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); }
336 LValue LV = EmitLValue(E->getSubExpr());
340 LValue LV = EmitLValue(E->getSubExpr());
344 LValue LV = EmitLValue(E->getSubExpr());
348 LValue LV = EmitLValue(E->getSubExpr());
364 return EmitLValue(E->getSubExpr()).getPointer();
    [all...]
CGExprCXX.cpp 173 This = EmitLValue(Base).getAddress();
188 Address RHS = EmitLValue(*(CE->arg_begin() + ArgsToSkip)).getAddress();
197 Address RHS = EmitLValue(*CE->arg_begin()).getAddress();
308 This = EmitLValue(BaseExpr).getAddress();
    [all...]
CGExprAgg.cpp 217 LValue LV = CGF.EmitLValue(E);
320 LValue Array = CGF.EmitLValue(E->getSubExpr());
    [all...]
CGExprConstant.cpp     [all...]
CGOpenMPRuntime.cpp 348 return CGF.EmitLValue(&DRE).getAddress();
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGDecl.cpp 625 LValue srcLV = CGF.EmitLValue(srcExpr);
    [all...]
CodeGenFunction.h 835 return bind(CGF, ov, CGF.EmitLValue(e));
    [all...]
CGCall.cpp     [all...]
CGClass.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 310 milliseconds