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 132 EmitLValue(E);
462 LValue LV = EmitLValue(E);
    [all...]
CGStmtOpenMP.cpp 39 EmitLoadOfLValue(EmitLValue(*I), SourceLocation()).getScalarVal());
42 CapturedVars.push_back(EmitLValue(*I).getAddress().getPointer());
375 Address OriginalAddr = EmitLValue(&DRE).getAddress();
484 MasterAddr = EmitLValue(&DRE).getAddress();
493 Address PrivateAddr = EmitLValue(*IRef).getAddress();
545 return EmitLValue(&DRE).getAddress();
624 EmitAnyExprToMem(LastIterVal, EmitLValue(IVExpr).getAddress(),
679 auto OriginalBaseLValue = EmitLValue(DE);
743 auto ASELValue = EmitLValue(ASE);
744 auto OriginalBaseLValue = EmitLValue(DE)
    [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...]
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...]
CGObjC.cpp 356 LValue lvalue = EmitLValue(lvalueExpr);
    [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();
307 This = EmitLValue(BaseExpr).getAddress();
    [all...]
CGExprAgg.cpp 216 LValue LV = CGF.EmitLValue(E);
319 LValue Array = CGF.EmitLValue(E->getSubExpr());
    [all...]
CGExprConstant.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGDecl.cpp 622 LValue srcLV = CGF.EmitLValue(srcExpr);
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.h 810 return bind(CGF, ov, CGF.EmitLValue(e));
    [all...]
CGClass.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 112 milliseconds