Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
213 return Attrs.getAttribute(Kind); in getAttribute()
217 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
218 return Attrs.getAttribute(Kind); in getAttribute()
H A DArgument.h169 Attribute getAttribute(Attribute::AttrKind Kind) const;
H A DAttributes.h359 Attribute getAttribute(Attribute::AttrKind Kind) const;
362 Attribute getAttribute(StringRef Kind) const;
1090 Attribute getAttribute(Attribute::AttrKind Kind) const;
1094 Attribute getAttribute(StringRef Kind) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp34 if (V.getAttribute() == Attr) in getDIEStringAttr()
115 << dwarf::AttributeString(V.getAttribute()) in collectAttributes()
117 switch (V.getAttribute()) { in collectAttributes()
249 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
H A DDIE.cpp74 AP->emitULEB128(AttrData.getAttribute(), in Emit()
75 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit()
114 << dwarf::AttributeString(Data[i].getAttribute()) in print()
184 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev()
187 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
220 if (V.getAttribute() == Attribute) in findAttribute()
253 O << dwarf::AttributeString(V.getAttribute()); in print()
H A DAsmPrinterDwarf.cpp296 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp699 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
702 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
703 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
880 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
1420 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1425 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1643 Attribute A = getAttribute(Kind); in getRawIntAttr()
1730 Attribute A = getAttribute(Kind); in getTypeAttr()
1783 Attribute AttrBuilder::getAttribute(StringRef A) const { in getAttribute() function in AttrBuilder
1791 return getAttribute(A).isValid(); in contains()
[all …]
H A DAttributeImpl.h248 Attribute getAttribute(Attribute::AttrKind Kind) const;
249 Attribute getAttribute(StringRef Kind) const;
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h142 NamedAttribute &getAttribute(int index) { return attributes[index]; } in getAttribute() function
143 const NamedAttribute &getAttribute(int index) const { in getAttribute() function
H A DAttribute.h126 Attribute getAttribute() const;
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dindex.js75 CurrentDirectory = IndexDiv.getAttribute("path");
/llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js225 if (node.getAttribute("sorttable_customkey") != null) {
226 return node.getAttribute("sorttable_customkey");
/llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js134 var preload = this.video.getAttribute("preload");
143 var autoplay = this.video.getAttribute("autoplay");
729 if (tracks[i].getAttribute("kind") == "subtitles" && tracks[i].getAttribute("src")) {
730 this.subtitlesSource = tracks[i].getAttribute("src");
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h147 Attribute getAttribute() const { return attr; }; in getAttribute() function
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp140 Attribute ConstantAttr::getAttribute() const { in getAttribute() function in ConstantAttr
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h36 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp190 assert(shapeAndType.getAttribute() == nullptr && "attribute not supported"); in inferReturnTensorTypes()
/llvm-project-15.0.7/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
211 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp158 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving()
426 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp243 Arg->getAttribute(Attribute::Alignment).getValueAsInt(); in adjustByValArgAlignment()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
488 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp157 Arg.getAttribute(Attribute::Alignment).getValueAsInt()); in lowerFormalArguments()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp464 if (getAttribute().has_value() && !op->hasAttr(getAttribute().value())) in apply()

12