Home
last modified time | relevance | path

Searched refs:CallerInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dinstrprof-value-prof.c67 typedef struct CallerInfo { struct
70 } CallerInfo; argument
72 CallerInfo CallerInfos[128];
75 CallerInfo *addr1 = (CallerInfo *)p1; in cmpaddr()
76 CallerInfo *addr2 = (CallerInfo *)p2; in cmpaddr()
91 qsort(CallerInfos, sizeof(CallerInfos) / sizeof(CallerInfo), sizeof(CallerInfo), in main()
106 CallerInfo Key, *Res; in main()
108 Res = (CallerInfo *) bsearch(&Key, CallerInfos, sizeof(CallerInfos) / sizeof(CallerInfo), in main()
109 sizeof(CallerInfo), cmpaddr); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dconstant-fold-gep.ll107 %struct.CallerInfo = type { i8*, i32 }
108 @CallerInfos = global [128 x %struct.CallerInfo] zeroinitializer, align 16
112 …: [[NS7:%.*]] = getelementptr inbounds [128 x %struct.CallerInfo], [128 x %struct.CallerInfo]* …
116 …%NS7 = getelementptr inbounds [128 x %struct.CallerInfo], [128 x %struct.CallerInfo]* @CallerInfos…
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp308 const auto &CallerInfo = A.getAAFor<AAUniformWorkGroupSize>( in updateImpl() local
312 CallerInfo.getState()); in updateImpl()
650 const auto &CallerInfo = A.getAAFor<AAAMDFlatWorkGroupSize>( in updateImpl() local
654 clampStateAndIndicateChange(this->getState(), CallerInfo.getState()); in updateImpl()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp551 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() local
552 if (const Stmt *CallerBody = CallerInfo->getBody()) in getLocationForCaller()
554 return PathDiagnosticLocation::create(CallerInfo->getDecl(), SM); in getLocationForCaller()