Searched refs:DstVD (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 521 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 526 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 527 DstVD += ND;
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 521 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/ |
D | InstrProfData.inc | 562 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 567 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 568 DstVD += ND;
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 577 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 582 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 583 DstVD += ND;
|
/external/llvm-project/compiler-rt/include/profile/ |
D | InstrProfData.inc | 577 InstrProfValueData *DstVD = getValueProfRecordValueData(This); 582 Closure->GetValueForSite(Record, DstVD, ValueKind, S); 583 DstVD += ND;
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8722 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/ |
D | SemaOpenMP.cpp | 14424 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()
|