Home
last modified time | relevance | path

Searched refs:AttrName (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp210 for (StringRef AttrName : AttrNames) in copyFeaturesToFunction() local
211 handleAttr(Parent, Callee, AttrName); in copyFeaturesToFunction()
295 StringRef AttrName = intrinsicToAttrName(IID, in addFeatureAttributes() local
297 if (!AttrName.empty() && (IsFunc || !NonKernelOnly)) { in addFeatureAttributes()
298 F.addFnAttr(AttrName); in addFeatureAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h504 auto AttrName = "sample-profile-suffix-elision-policy";
505 auto Attr = F.getFnAttribute(AttrName).getValueAsString();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen58 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
59 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
71 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc70 static Attribute::AttrKind getAttrKindFromName(StringRef AttrName) {
71 return StringSwitch<Attribute::AttrKind>(AttrName)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp335 StringRef AttrName = cast<MDString>(NameMD)->getString(); in makeFollowupLoopID() local
338 return !AttrName.startswith(InheritOptionsExceptPrefix); in makeFollowupLoopID()