Home
last modified time | relevance | path

Searched refs:AnnotationName (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp167 const char *AnnotationName = "sampler"; in isSampler() local
171 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler()
179 if (findAllNVVMAnnotation(func, AnnotationName, annot)) { in isSampler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp352 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl() local
353 if (AnnotationName.compare( in correlateProfileDataImpl()
358 } else if (AnnotationName.compare( in correlateProfileDataImpl()
361 } else if (AnnotationName.compare( in correlateProfileDataImpl()