Home
last modified time | relevance | path

Searched refs:DstVD (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfData.inc521 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
526 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
527 DstVD += ND;
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc521 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
526 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
527 DstVD += ND;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc562 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
567 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
568 DstVD += ND;
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc577 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
582 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
583 DstVD += ND;
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc577 InstrProfValueData *DstVD = getValueProfRecordValueData(This);
582 Closure->GetValueForSite(Record, DstVD, ValueKind, S);
583 DstVD += ND;
/external/clang/lib/Sema/
DSemaOpenMP.cpp8722 auto *DstVD = in ActOnOpenMPLastprivateClause() local
8725 auto *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPLastprivateClause()
9965 auto *DstVD = in ActOnOpenMPCopyinClause() local
9969 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause()
10077 auto *DstVD = in ActOnOpenMPCopyprivateClause() local
10081 buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPCopyprivateClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14424 VarDecl *DstVD = in ActOnOpenMPLastprivateClause() local
14427 DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPLastprivateClause()
16172 VarDecl *DstVD = in ActOnOpenMPCopyinClause() local
16176 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); in ActOnOpenMPCopyinClause()
16285 VarDecl *DstVD = in ActOnOpenMPCopyprivateClause() local
16288 DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc); in ActOnOpenMPCopyprivateClause()