Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp265 const char *AnnotationName = "sampler"; in isSampler() local
267 return globalHasNVVMAnnotation(V, AnnotationName) || in isSampler()
268 argHasNVVMAnnotation(V, AnnotationName); in isSampler()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp376 StringRef AnnotationName = *AnnotationNameOrErr; in correlateProfileDataImpl() local
377 if (AnnotationName == InstrProfCorrelator::FunctionNameAttributeName) { in correlateProfileDataImpl()
381 } else if (AnnotationName == InstrProfCorrelator::CFGHashAttributeName) { in correlateProfileDataImpl()
383 } else if (AnnotationName == in correlateProfileDataImpl()